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 878 forks source link

ModuleNotFoundError: No module named 'autorecon' #203

Open pafranci opened 1 year ago

pafranci commented 1 year ago

┌──(kali㉿kali)-[~/home] └─$ autorecon
Traceback (most recent call last): File "/usr/local/bin/autorecon", line 5, in from autorecon.main import main ModuleNotFoundError: No module named 'autorecon'

Tib3rius commented 1 year ago

Hi @pafranci, which method did you use to install AutoRecon?

pafranci commented 1 year ago

hi Tib3rius, it's been a long time since I installed it but I believe I used the first method, pipx. It was working fine for months until I got that error message. Must have been due to a failed apt get update I recently had. I am now using the script installed using method #2 and it's been working fine.

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free.www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, Jun 11, 2023 at 9:20 AM Tib3rius @.***> wrote:

Hi @pafranci https://github.com/pafranci, which method did you use to install AutoRecon?

— Reply to this email directly, view it on GitHub https://github.com/Tib3rius/AutoRecon/issues/203#issuecomment-1585863014, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALORTZ7N56YKEALUBUK47MDXKUB4BANCNFSM6AAAAAAZADC7DA . You are receiving this because you were mentioned.Message ID: @.***>

kaliankhe commented 1 year ago

having same issue ─root at Optimus in /home/kali/CTF/pgpractis/PlanetExpress ╰─○ autorecon --only-scans-dir -v 192.168.189.205 Traceback (most recent call last): File "/usr/local/bin/autorecon", line 5, in from autorecon.main import main ModuleNotFoundError: No module named 'autorecon' ╭─root at Optimus in /home/kali/CTF/pgpractis/PlanetExpress ╰─○ autorecon
Traceback (most recent call last): File "/usr/local/bin/autorecon", line 5, in from autorecon.main import main ModuleNotFoundError: No module named 'autorecon'

kaliankhe commented 1 year ago

any update on this