Tib3rius
Tib3rius
AutoRecon actually already has IPv6 checking, but it defaults to IPv4: https://github.com/Tib3rius/AutoRecon/blob/main/autorecon/main.py#L1397 Unless you are doing something different? I could potentially put in a switch to prefer IPv6 over IPv4...
Something like this is planned, but I want to make it plugin agnostic rather than specifically for the dirbuster plugin, so that any plugin could implement such a feature. I...
Can any of you give me a HTB / THM / etc. machine this reliably occurs on? This will require some specific testing I believe.
At this rate I think I might just have to run this against a load of hosts and see if I can replicate it. Or I could turn off this...
Ah! Your intuition was correct, using the IP address as the target along with --domain and --append-domain worked perfectly! This was the TryHackMe machine: https://tryhackme.com/room/takeover Original command was: `gobuster vhost...
Just checking I'm understanding correctly, you are talking about starting all HTTP enumeration from a specific path rather than /, i.e. feroxbuster would fuzz /[path]/[fuzz] instead of /[fuzz] and other...
I can't reproduce this. When you originally installed this did you do it as root or as the kali user?
By slow what do you mean? AutoRecon itself doesn't contain any intensive code, it simply runs other programs and monitors them. If it's having issues running multiple programs you can...
I'm unable to reproduce this, however I could probably move this check over to use requests rather than curl which might make it more reliable. Could you run the following...
You can disable the plugin using the tagging system by doing --exclude-tags=dirbuster Is there a reason why adding a "none" tool option would be better? Your point about only running...