Arjun Versions Save

HTTP parameter discovery suite.

2.0-beta

3 years ago

Added an anomaly detection algorithm with 9 factors

  • Added a HTTP response analyzer for handling errors and retrying requests
  • Significantly improved heuristic scanner
  • --passive option for collecting parameters from otx, commoncrawl and archive.org
  • -c option to define number of parameters to be sent at once
  • import via -i options now supports: BurpSuite log, raw request file, text file with urls
  • -T option to specify HTTP connection timeout
  • combined -m option for specifying HTTP request method
  • Various bug fixes and better output

1.6

4 years ago
  • --stable switch for handling rate limits
  • Include empty JS variables for testing
  • Various optimizations and bug fixes
  • Handle keyboard interruption
  • Removed redundant code

1.5

4 years ago
  • Ignore dynamic content
  • Detect int-only parameters
  • Include URL in json output
  • Track each reflection separately
  • Improved error handling

1.4

4 years ago
  • Added JSON support
  • Fixed a major bug in detection logic
  • -o option to save result to a file
  • --urls option to scan list of URLs
  • Ability to supply HTTP headers from CLI

1.3

5 years ago
  • improved logic
  • detection by plain-text content matching
  • --include switch to include persistent data
  • fixed a bug that caused user supplied headers to have no effect

1.2-beta

5 years ago
  • makes less than 20 requests to the server resulting in x50 better performance (< 30 seconds of runtime)

1.1

5 years ago

Initial stable release