Releases: go-appsec/interactsh-lite
v0.3.4
v0.3.2
Client improvements include:
- CLI output improved with colors and made more concise
- Add --timeout and --count as options for exit conditions
- Default poll interval reduced to 2 seconds
- Other minor fixes and improvements to module ergonomics
This release also is the first release of our service implementation. Our default servers running this service and providing the unique features:
- Much more flexible domain formats (flexible for any client nonce configuration, nonce can be split from correlation id)
- API compatible with ProjectDiscovery/interactsh-client (and other Interactsh clients)
- Improved CORS and other response headers (attempts to maximize subsequent interactions)
- Metric fixes including session counts and field spelling fixes
- Encrypt records on incoming instead of on pol
v0.2.5
v0.2.4
Removes usage of xid, instead primarily random id. This allows a shorter correlation id's (go-appsec public servers updated to default of 12), and thus oast domain in general (nonce as short as 4 supported).
v0.2.1
v0.1.1 (replaces v0.1.0 after go-appsec rename)
Usage:
--cidl int Length of correlation ID
--cidn int Length of correlation ID nonce
--config string Path to config file
--correlation-id-length int Length of correlation ID
--correlation-id-nonce-length int Length of correlation ID nonce
--dns-only Display only DNS interactions
-f, --filter strings Filter patterns (regex)
--hc Run health check
--health-check Run health check
--http-only Display only HTTP interactions
--json Output in JSON format
--kai duration Keep-alive interval
--keep-alive-interval duration Keep-alive interval
-m, --match strings Match patterns (regex)
--nf Disable HTTP fallback
--no-http-fallback Disable HTTP fallback
-n, --number int Number of payloads to generate
-o, --output string Output file path
--payload-store Store payloads to file
--payload-store-file string Payload store file path (default "interactsh_payload.txt")
--pi int Poll interval in seconds
--poll-interval int Poll interval in seconds
--ps Store payloads to file
--psf string Payload store file path (default "interactsh_payload.txt")
-s, --server string Interactsh server(s) to use (comma-separated)
--session-file string Session file for persistence
--sf string Session file for persistence
--smtp-only Display only SMTP interactions
-t, --token string Authentication token for protected server
-v, --verbose Verbose output
--version Show version