filefolderenum v1.0.3
A fair number changes, should have fairly fundamental effects, especially that the accuracy is now even better and its more flexible. You can get more information from here or download fit rom here.
Changes
- Fixed the bug where sometimes you get a directory prefixed with ///, so you end up duplicating requests.
- Updated the path handling code so that non-existant paths can be created with more accuracy.
- Added --cgionly parameter which allows the user to target specific directories e.g. /admin. This option requires the user to have specified at least one directory using the CGI param (-c). A good example of when to use this option is when trawling a site, you spot a random directory (/chicken), it then saves you having to run through every single possible file and folder.
- Modified to ensure that duplicate items cannot be checked for due to timing issues with the internal ProducerConsumer model
- Added extra items to the Directories.txt config file
- Added an event handler to capture CTRL-C, so you won't lose you results when in verbose mode

