Files
Arjun/CHANGELOG.md

44 lines
1.4 KiB
Markdown
Raw Normal View History

2020-12-06 15:28:59 +05:30
#### 2.0-beta
- Added an anamoly 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 specifiying HTTP request method
- Various bug fixes and better output
2019-10-23 13:15:41 +05:30
#### 1.6
2019-10-23 13:15:27 +05:30
- `--stable` switch for handling rate limits
- Include empty JS variables for testing
- Various optimizations and bug fixes
- Handle keyboard interruption
- Removed redundant code
2019-07-02 13:59:59 +05:30
#### 1.5
- Ignore dynamic content
- Detect int-only parameters
- Include URL in json output
- Track each reflection separately
- Improved error handling
2019-04-12 19:45:55 +05:30
#### 1.4
2019-04-12 19:20:02 +05:30
- 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
- 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
#### 1.2-beta
- Drastic performance improvement (x50 faster)
#### 1.1
Initial stable release