Commit Graph

9 Commits

Author SHA1 Message Date
Steve Pinkham
6b2d33edca Version 2.00b: Many improvements
- Minor bug fix to path parsing to avoid problems with /.$foo/,
- Improved PHP error detection (courtesy of Niels Heinen),
- Improved dictionary logic (courtesy of Niels Heinen) and new documentation of the same,
- Improved support for file.ext keywords in the dictionary,
- Fixed missing content_checks() in unknown_check_callback()(courtesy of Niels Heinen),
- Improved an oversight in dictionary case sensitivity,
- Improved pivots.txt data,
- Support for supplementary read-only dictionaries (-W +dict),
- Change to directory detection to work around a certain sneaky server behavior.
- TODO: Revise dictionaries!!!
2011-08-09 16:04:52 -04:00
Steve Pinkham
b199943c9d 1.94b: Proxy support and bugfixes
- Proxy support! Currently only works for HTTP, put behind #ifdef PROXY_SUPPORT.
- Change to prefix() and change_prefix() macros to limit the risk of bugs.
2011-08-09 16:03:29 -04:00
Steve Pinkham
831a3a497b 1.92b: Reading starting URLs from file now supported (@ prefix). 2011-08-09 16:01:39 -04:00
Steve Pinkham
088136e95e 1.75b: iPhone U-A support added. 2010-11-21 07:40:21 -05:00
Steve Pinkham
69e6c20648 1.69b: parameter encoding, User-Agent, password fixes
- Minor improvements to parameter encoding, User-Agent controls.
  - Password detector improvement.
2010-10-01 00:00:03 -04:00
Steve Pinkham
99fdd5f699 1.47b: performance and compilation changes
- Minor tweaks around compiler warnings, etc.
- Versioned directories now in use.
- malloc_usable_size ditched in favor of djm's trick.
- Minor performance tweaks as suggested by Jeff Johnson.
2010-07-05 22:41:31 -04:00
Steve Pinkham
15c43e8675 1.38b: Small bugfixes
- Decompression now honors user-specified size limits more reliably.
- Retry logic corrected to account for certain Oracle servers.
- Terminal I/O fix for debug mode.
2010-06-21 10:53:17 -04:00
Steve Pinkham
822e4f67e1 Version 1.35 and 1.36 - various changes
Version 1.36b:
  - Command-line support for parameters that should not be fuzzed.
  - In-flight URLs can be previewed by hitting 'return'.

Version 1.35b:
  - Several new form autocomplete rules.
2010-06-14 21:31:24 -04:00
Steve Pinkham
fcf0650b5e Version 1.00b as released 2010-03-20 11:46:08 -04:00