Skip to content

Releases: go-appsec/interactsh-lite

v0.3.4

11 Apr 01:01
Immutable release. Only release title and notes can be modified.
27f8d36

Choose a tag to compare

This release adds smpt-to in the JSON output to provide the RCPT TO from SMTP envelop

Other changes are only accessible via the go module, allowing for response configuration at time of session registration (avoiding the need to have the response encoded in the URL).

v0.3.2

04 Apr 04:00
Immutable release. Only release title and notes can be modified.
f485f1d

Choose a tag to compare

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

21 Mar 00:45
Immutable release. Only release title and notes can be modified.
8591250

Choose a tag to compare

fix: Correctly handle "could not get correlation-id" errors

v0.2.4

18 Mar 02:58
Immutable release. Only release title and notes can be modified.
17b8a27

Choose a tag to compare

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

13 Mar 02:54
Immutable release. Only release title and notes can be modified.
af86c61

Choose a tag to compare

Client functional with ProjectDiscovery/Intractsh servers version v1.3.0

Also introduced go-appsec hosted oastsrv.net servers to minimize future protocol change impacts.

v0.1.1 (replaces v0.1.0 after go-appsec rename)

02 Feb 05:38
Immutable release. Only release title and notes can be modified.
f26e242

Choose a tag to compare

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