Tib3rius / AutoRecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.
GNU General Public License v3.0
5.17k stars 877 forks source link

Use snap #229

Open BrunoTeixeira1996 opened 2 months ago

BrunoTeixeira1996 commented 2 months ago

First of all thanks for this amazing tool and for all the packages that support!

However I am noticing that this is only possible to use when using Kali. I am currently having trouble executing autorecon from pipx because it asks for enum4linux however i have enum4linux installed from Snap and autorecon does not validate that path as well.

Is there a way to fix this?

Thanks

BrunoTeixeira1996 commented 2 months ago

After reading a bit the code, I think that it should be something in the config file to choose ether I want or no to use a specific tool, this way I could just use the tools I want. @Tib3rius