- Added
--casing
option for casing style enforcement - Added
--ratelimit
option for explicitly defining requests/second - Fixed "decrease chunk size/use --stable" type errors in some cases
- Fixed a bug in anamoly detection
- Fixed Arjun getting infinitely stuck on some webpages
- Skip scanning of non-webpage urls
- Various bug fixes
- Probing improvements
- Fix "target is misbehaving" errors
- Variable chunk size depending on HTTP method
- Improved heuristics
- Allow up to 20 "server fault" errors
- 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
- 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
- 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
- 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
- Fixed memory exhaustion bug
- Fixed parsing of raw HTTP files
- Added new detection factor:
number of lines
- Failed retries are now handled properly
- Minor code cleanup
- Fixed
--headers
option
- Fixed circular import
- Fixed BurpSuite export
- Fixed not working headers
- Better response type checking
- Fixed wordlist error on Windows
- Fixed
Content-Type
header bug
- Added
XML
method -q
option for quiet mode- New wordlists backed by research
-oT
option for txt export-oB
option for BurpSuite export-oJ
alias for JSON export- Added support for custom injection point in
XML
andJSON
- pypi package
- 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
--stable
switch for handling rate limits- Include empty JS variables for testing
- Various optimizations and bug fixes
- Handle keyboard interruption
- Removed redundant code
- Ignore dynamic content
- Detect int-only parameters
- Include URL in json output
- Track each reflection separately
- Improved error handling
- 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
- improved logic
- detection by plain-text content matching
--include
switch to include persistent data- fixed a bug that caused user supplied HTTP headers to have no effect
- Drastic performance improvement (x50 faster)
Initial stable release