Closed simrotion13 closed 2 years ago
sudo apt install nmap Or pip3 install namp
to fixe the problem
Add in the top
import time
the problem is in the nmap module which is not installed
you can install it using pip3 install nmap
or pip3 install python-nmap
getting error while running the script
┌──(kali㉿kali)-[~/tools/s1c0n] └─$ python3 sicon.py -u hackerone.com
[*] nmap exist Traceback (most recent call last): File "/home/kali/tools/s1c0n/sicon.py", line 51, in
check(tool)
File "/home/kali/tools/s1c0n/sicon.py", line 29, in check
time.sleep(0.2)
NameError: name 'time' is not defined