Tib3rius / AutoRecon

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

--ports parameter fails #179

Closed ssmmkkxxzz closed 1 year ago

ssmmkkxxzz commented 1 year ago

$ git branch -v

$ sudo autorecon -p T:1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,443,48193,7019,80,8086,8088,8090,8091,8443,8444,9443 google.de [!] Argument -p/--ports: expected one argument

Tib3rius commented 1 year ago

@ssmmkkxxzz I'm unable to reproduce this.

Did you originally install autorecon using sudo? It's possible the root version is out of date (pip / pipx will install it in different locations if you are running sudo). Could you run both of these commands and share the results?

autorecon --version
sudo autorecon --version
ssmmkkxxzz commented 1 year ago

I've found the issue, @Tib3rius - sorry, my bad. The script I've started autorecon with was faulty: /opt/autorecon/venv/bin/python3 /opt/autorecon/autorecon.py $1 instead of /opt/autorecon/venv/bin/python3 /opt/autorecon/autorecon.py $@

Tib3rius commented 1 year ago

Ah! Thanks for letting me know, glad you got it sorted!