M0tHs3C / Argo

Multi camera gathering and exploiting tool
GNU General Public License v3.0
51 stars 19 forks source link

AttributeError: 'NoneType' object has no attribute 'group' #8

Open jvlhd opened 3 years ago

jvlhd commented 3 years ago

When selecting Hikvision tester it shows:

Traceback (most recent call last): File "/home/kali/Argo/argo.py", line 47, in argo.main() File "/home/kali/Argo/argo.py", line 37, in main selection(self, int(selectionInput)) File "/home/kali/Argo/argo.py", line 19, in selection testerMenu.testerMenu(self) File "/home/kali/Argo/modules/testerMenu.py", line 17, in testerMenu hikTester.hikTester(self) File "/home/kali/Argo/modules/hikvisionTester.py", line 12, in hikTester address = host.Host.addressRegex(res) File "/home/kali/Argo/host/host.py", line 12, in addressRegex ip = match1.group() AttributeError: 'NoneType' object has no attribute 'group'

Not working on both windows and linux. The V1 version worked perfectly even on raspberrypi. Sorry if the issue is due to my error :))

M0tHs3C commented 3 years ago

didi you test if the host are really up? as i wrote in the "usage" section?

jvlhd commented 3 years ago

I did test it. I rolled back to V1 and everything is working

M0tHs3C commented 3 years ago

v1? btw u can check really quick the hosts files, if they are empty obviously the code aint gonna work do you have some host in your files?

jvlhd commented 3 years ago

both hosts.txt and up_hosts.txt are filled with ip's

jvlhd commented 3 years ago

sorry my bad, for V1 I mean the repo from Aug 31, 2020.

jvlhd commented 3 years ago

on Feb 3, 2021 there is Argo v2.0 as the name for one of the commits so I guess V1 is the version that works for me

M0tHs3C commented 3 years ago

can you share the ips file?

jvlhd commented 3 years ago

hosts.txt: https://0bin.net/paste/7JY8KjBH#vp26RB-RoZqu+IG8o81bLWw6xtyIxOhspMYOeKBLKNZ

up_hosts.txt https://0bin.net/paste/z9u+XRPd#Tt4qYGngnVhMfBqkk44TGuQFlegPoPl3d-uPOJLGJNX

the vuln_hosts.txt file is empty

Also idk if it can be on github

M0tHs3C commented 3 years ago

u can delete this message if u want too

M0tHs3C commented 3 years ago

btw i just copied your list and launched a scan and its working fine for me atm

jvlhd commented 3 years ago

For now I can use the older version so that's fine for me If you ever need help testing new versions of this tool, I will be happy to help :D

M0tHs3C commented 3 years ago

be sure to use the latest version, i do periodically fix of bugs