Tib3rius / AutoRecon

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

Too slow in ARM based kali linux #206

Open deciphr102 opened 1 year ago

deciphr102 commented 1 year ago

Hi have been experiencing this autorecon.py script it extremely slow in ARM based kali linux.

since it python based tool dont know if ARM architecture have any compatibility issue.

I am using ARM based kali linux with 7.5 gb ram allocated for Vm and host machine is 16gb with m1 chip macbook pro.

Tib3rius commented 1 year ago

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 change the max number of scans using -m / --max-scans.