Arjun Versions Save

HTTP parameter discovery suite.

2.2.5

3 weeks ago
  • Skip scanning of non-webpage urls
  • Various bug fixes

2.2.2

5 months ago
  • Probing improvements
  • Fix "target is misbehaving" errors
  • Variable chunk size depending on HTTP method
  • Improved heuristics
  • Allow up to 20 "server fault" errors

2.2.1

1 year ago
  • hotfix for a breaking bug

2.2.0

1 year ago
  • Ability to detect parameters that respond to a certain value e.g. "?debug=yes"
  • Added "required parameter" detection
  • Heuristic can now extract words out of json/text responses
  • Fixed -oB option description

2.1.6

1 year ago
  • Fixed multiple breaking bugs
  • Export results as they come in multi-target mode
  • Various improvements to output in multi-target mode
  • changed default chunk size 300->500 and threads to 2->5

2.1.5

2 years ago
  • Fixed header comparison (will fix infinite bruteforce on some targets)
  • Fixed catastrophic backtracking in some regexes (arjun used to get stuck)
  • New logic for handling redirections
  • --disable-redirects option

2.1.4

2 years ago
  • Fixed file-paths not being windows compatible
  • Fixed and improved JavaScript heuristics scanning
  • Fixed missing ampersands in -oT output
  • Refactoring of help options and code

2.1.3

2 years ago
  • Fixed memory exhaustion bug
  • Fixed parsing of raw HTTP files
  • Added new detection factor: number of lines
  • Failed retries are now handled properly

2.1.2

3 years ago
  • Minor code cleanup
  • Fixed --headers option

2.1.1

3 years ago
  • Fixed circular import
  • Fixed BurpSuite export
  • Fixed not working headers
  • Better response type checking
  • Fixed wordlist error on Windows
  • Fixed Content-Type header bug