Commit Graph

10 Commits

Author SHA1 Message Date
MrMatch246 3861819699 fixed missing space 2025-09-24 15:33:29 +02:00
MrMatch246 5d1e0180a1 modified dirbuster.py 2025-09-24 13:15:31 +02:00
MrMatch246 28637a9396 disabled dirbuster for now 2025-09-23 20:58:23 +02:00
MrMatch246 e151ab6d89 removed number of dirbuster threads 2025-09-23 15:22:29 +02:00
Tib3rius a9608d663d Bug fixes and updates.
Fixed bug in dirbuster and vhost-enum plugins. Redirections are now followed. This could potentially cause issues down the line but for now it seems to work.
Have re-enabled nikto as an auto-run plugin, however several constraints are in place to ensure it doesn't take too long.
2023-02-19 17:16:27 -05:00
Tib3rius 65fc104b2d Updates & bug fixes.
Plugins & wordlists are now stored in ~/.local/share/AutoRecon.
Default config / global config files are still stored in ~/.config/AutoRecon.
Removed feature which used the cwd's config.toml, global.toml, and plugins dir if detected.
Fixed bug which wouldn't generate combined reports in some cases.
2022-12-07 15:12:09 -05:00
Tib3rius f086edce34 Updated plugin check()
Return value of check() will deregister the plugin if it is False.
Updated several plugins which use check() to return False where appropriate.
Added "Report" class to protected classes.
2022-10-28 01:42:34 -04:00
Rohit Kumar Ankam dc9b3af8e4
added recursive fuzzing with --dirbuster.recursive (#149)
Added recursive option for directory busting.

Co-authored-by: Tib3rius <48113936+Tib3rius@users.noreply.github.com>
2022-04-23 02:16:21 -04:00
Tib3rius 4a98feee20 Updates to dirbuster plugin.
Removed gobuster's backup search.
Added extract link option to feroxbuster's manual command.
Removed recursion from dirsearch's manual command.
Removed silent mode from dirb's manual command.
2022-02-19 18:01:21 -05:00
Tib3rius ae0eb0629a Plugin Updates
Separated plugins out into separate files to make them easier to understand.
2022-02-14 22:15:20 -05:00