x0rr-dan/s1c0n

error when running the tool

Closed this issue · 4 comments

% python3 sicon.py -u domo.com
Traceback (most recent call last):
File "/Users/Pam/Desktop/sicon.py", line 2, in
from turtle import color
File "/opt/homebrew/Cellar/python@3.9/3.9.12_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/turtle.py", line 107, in
import tkinter as TK
File "/opt/homebrew/Cellar/python@3.9/3.9.12_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 37, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'

i have no clue for this
maybe someone can help with this problem

Cache-Bounty...You will need to install python3-tk if you don't already have it

MYDesktop % python3 sicon.py -u domo.com

   [!] Error on import No module named 'nmap'

[!] nmap is missing, Please run me with sudo to install nmap

Thanks now I am getting error:

MYDesktop % sudo python3 sicon.py -u domo.com

   [!] Error on import No module named 'nmap'

[!] nmap missing
[!] installing nmap
Traceback (most recent call last):
File "/Users/hacker/Desktop/sicon.py", line 51, in
check(tool)
File "/Users/hacker/Desktop/sicon.py", line 45, in check
time.sleep(0.2)
NameError: name 'time' is not defined

Cache-Bounty,
You have to compile and install nmap on your system (go to nmap.org for more details). It looks like it is a prerequisite for the script to run as there are NMAP commands which execute within the script