Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module not found "builtwith" #68

Open
Nahua1 opened this issue Dec 31, 2024 · 4 comments
Open

module not found "builtwith" #68

Nahua1 opened this issue Dec 31, 2024 · 4 comments

Comments

@Nahua1
Copy link

Nahua1 commented Dec 31, 2024

I installed spyhunt as instructed , im using kali linux but when i try to run it i get

Traceback (most recent call last):
File "/home/kali/spyhunt/spyhunt.py", line 3, in
from builtwith import builtwith
ModuleNotFoundError: No module named 'builtwith'

@lilrawry
Copy link

lilrawry commented Jan 5, 2025

so am i, i have the same pröbleme

@lulzano
Copy link

lulzano commented Jan 23, 2025

same problem here, using kali linux

@ibrahimsql
Copy link

plz run pip install builtwith

@stryk3rsince1994
Copy link

Having inssue installing on kali linux 2025. can you help, this is the output below! instead of using pip3 i used pipx

[email protected] if you have a fix or answer. thanks ahead of time

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main]
└─$ pip3 install -r requirements.txt

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Kali-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have pypy3-venv installed.

If you wish to install a non-Kali-packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

For more information, refer to the following:
* https://www.kali.org/docs/general-use/python3-external-packages/
* /usr/share/doc/python3.12/README.venv

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main]
└─$ pipx install -r requirements.txt

usage: pipx [-h] [--quiet] [--verbose] [--global] [--version]
{install,install-all,uninject,inject,pin,unpin,upgrade,upgrade-all,upgrade-shared,uninstall,uninstall-all,reinstall,reinstall-all,list,interpreter,run,runpip,ensurepath,environment,completions}
...
pipx: error: unrecognized arguments: -r

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main]
└─$ git clone https://github.com/gotr00t0day/spyhunt.git
Cloning into 'spyhunt'...
remote: Enumerating objects: 769, done.
remote: Counting objects: 100% (258/258), done.
remote: Compressing objects: 100% (96/96), done.
remote: Total 769 (delta 173), reused 166 (delta 162), pack-reused 511 (from 1)
Receiving objects: 100% (769/769), 3.83 MiB | 2.94 MiB/s, done.
Resolving deltas: 100% (409/409), done.

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main]
└─$ cd spyhunt

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ pip3 install -r requirements.txt

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Kali-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have pypy3-venv installed.

If you wish to install a non-Kali-packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

For more information, refer to the following:
* https://www.kali.org/docs/general-use/python3-external-packages/
* /usr/share/doc/python3.12/README.venv

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ sudo pip3 install -r requirements.txt

[sudo] password for stryk3r:
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Kali-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have pypy3-venv installed.

If you wish to install a non-Kali-packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

For more information, refer to the following:
* https://www.kali.org/docs/general-use/python3-external-packages/
* /usr/share/doc/python3.12/README.venv

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ sudo pip3 install -r requirements.txt --break-system-packages
DEPRECATION: Loading egg at /usr/local/lib/python3.12/dist-packages/yarl-1.9.4-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
DEPRECATION: Loading egg at /usr/local/lib/python3.12/dist-packages/paramspider-0.1.0-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
DEPRECATION: Loading egg at /usr/local/lib/python3.12/dist-packages/tableprint-0.9.1-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
DEPRECATION: Loading egg at /usr/local/lib/python3.12/dist-packages/waf_bypass-2.0-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
Collecting builtwith (from -r requirements.txt (line 1))
Downloading builtwith-1.3.4.tar.gz (34 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from -r requirements.txt (line 2)) (0.4.6)
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 3)) (2.32.3)
Requirement already satisfied: shodan in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4)) (1.31.0)
Collecting mmh3 (from -r requirements.txt (line 5))
Downloading mmh3-5.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (16 kB)
Collecting PyExecJS (from -r requirements.txt (line 6))
Downloading PyExecJS-1.5.1.tar.gz (13 kB)
Preparing metadata (setup.py) ... done
Collecting python3-nmap (from -r requirements.txt (line 7))
Downloading python3_nmap-1.9.1-py3-none-any.whl.metadata (11 kB)
Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 8)) (4.13.3)
Requirement already satisfied: fake-useragent in /usr/lib/python3/dist-packages (from -r requirements.txt (line 9)) (1.1.1)
Collecting googlesearch-python (from -r requirements.txt (line 10))
Downloading googlesearch_python-1.3.0-py3-none-any.whl.metadata (3.4 kB)
Collecting alive-progress (from -r requirements.txt (line 11))
Downloading alive_progress-3.2.0-py3-none-any.whl.metadata (70 kB)
Requirement already satisfied: python-whois in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (0.9.3)
Requirement already satisfied: aiohttp in /usr/lib/python3/dist-packages (from -r requirements.txt (line 13)) (3.10.11)
Requirement already satisfied: dnspython in /usr/lib/python3/dist-packages (from -r requirements.txt (line 14)) (2.6.1)
Requirement already satisfied: waybackpy in /usr/lib/python3/dist-packages (from -r requirements.txt (line 15)) (3.0.6)
Requirement already satisfied: ratelimit in /usr/lib/python3/dist-packages (from -r requirements.txt (line 16)) (2.2.1)
Requirement already satisfied: pyjwt in /usr/lib/python3/dist-packages (from -r requirements.txt (line 17)) (2.10.1)
Requirement already satisfied: boto3 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 18)) (1.36.0)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from builtwith->-r requirements.txt (line 1)) (1.17.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 3)) (2024.12.14)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 3)) (3.4.0)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 3)) (3.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 3)) (2.3.0)
Requirement already satisfied: simplejson in /usr/lib/python3/dist-packages (from python3-nmap->-r requirements.txt (line 7)) (3.19.3)
Requirement already satisfied: soupsieve>1.2 in /usr/lib/python3/dist-packages (from beautifulsoup4->-r requirements.txt (line 8)) (2.6)
Requirement already satisfied: typing-extensions>=4.0.0 in /usr/lib/python3/dist-packages (from beautifulsoup4->-r requirements.txt (line 8)) (4.12.2)
Collecting about-time==4.2.1 (from alive-progress->-r requirements.txt (line 11))
Downloading about_time-4.2.1-py3-none-any.whl.metadata (13 kB)
Collecting grapheme==0.6.0 (from alive-progress->-r requirements.txt (line 11))
Downloading grapheme-0.6.0.tar.gz (207 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from python-whois->-r requirements.txt (line 12)) (2.9.0)
Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /usr/lib/python3/dist-packages (from aiohttp->-r requirements.txt (line 13)) (2.4.6)
Requirement already satisfied: aiosignal>=1.1.2 in /usr/lib/python3/dist-packages (from aiohttp->-r requirements.txt (line 13)) (1.3.2)
Requirement already satisfied: attrs>=17.3.0 in /usr/lib/python3/dist-packages (from aiohttp->-r requirements.txt (line 13)) (25.1.0)
Requirement already satisfied: frozenlist>=1.1.1 in /usr/lib/python3/dist-packages (from aiohttp->-r requirements.txt (line 13)) (1.5.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/lib/python3/dist-packages (from aiohttp->-r requirements.txt (line 13)) (6.1.0)
Collecting yarl<2.0,>=1.12.0 (from aiohttp->-r requirements.txt (line 13))
Downloading yarl-1.18.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB)
Requirement already satisfied: click in /usr/lib/python3/dist-packages (from waybackpy->-r requirements.txt (line 15)) (8.1.8)
Requirement already satisfied: botocore<1.37.0,>=1.36.0 in /usr/lib/python3/dist-packages (from boto3->-r requirements.txt (line 18)) (1.36.9)
Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3/dist-packages (from boto3->-r requirements.txt (line 18)) (1.0.1)
Collecting s3transfer<0.12.0,>=0.11.0 (from boto3->-r requirements.txt (line 18))
Downloading s3transfer-0.11.2-py3-none-any.whl.metadata (1.7 kB)
Collecting propcache>=0.2.0 (from yarl<2.0,>=1.12.0->aiohttp->-r requirements.txt (line 13))
Downloading propcache-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB)
Downloading mmh3-5.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (101 kB)
Downloading python3_nmap-1.9.1-py3-none-any.whl (26 kB)
Downloading googlesearch_python-1.3.0-py3-none-any.whl (5.6 kB)
Downloading alive_progress-3.2.0-py3-none-any.whl (77 kB)
Downloading about_time-4.2.1-py3-none-any.whl (13 kB)
Downloading s3transfer-0.11.2-py3-none-any.whl (84 kB)
Downloading yarl-1.18.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336 kB)
Downloading propcache-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243 kB)
Building wheels for collected packages: builtwith, PyExecJS, grapheme
Building wheel for builtwith (setup.py) ... done
Created wheel for builtwith: filename=builtwith-1.3.4-py3-none-any.whl size=36078 sha256=439b1ce5720f39ede88eb2669f30b44281a1fba39349476cedc65a43197127dd
Stored in directory: /root/.cache/pip/wheels/7f/2d/b2/606e3df914d4aeeab99c4a4e3e9a61673d2293c2e346db00c8
Building wheel for PyExecJS (setup.py) ... done
Created wheel for PyExecJS: filename=PyExecJS-1.5.1-py3-none-any.whl size=14577 sha256=a65e820bd88595c58203c561c61970d3e9dce9e1d0b85810c0e0c6ca25b95a18
Stored in directory: /root/.cache/pip/wheels/95/1c/16/774a935204aacf741cea3deae76c535050d19727c72613d80f
Building wheel for grapheme (setup.py) ... done
Created wheel for grapheme: filename=grapheme-0.6.0-py3-none-any.whl size=210082 sha256=7d689064779dbba96e90e73f95983aed9e47062ec6f235c9a3252a174190ccd1
Stored in directory: /root/.cache/pip/wheels/5b/aa/3b/d94434910f5e19ac7f8aa6523d74a46fe06bfcbc7e4b26caf6
Successfully built builtwith PyExecJS grapheme
Installing collected packages: grapheme, python3-nmap, PyExecJS, propcache, mmh3, builtwith, about-time, yarl, s3transfer, googlesearch-python, alive-progress
Attempting uninstall: yarl
Found existing installation: yarl 1.9.4
Uninstalling yarl-1.9.4:
Successfully uninstalled yarl-1.9.4
Attempting uninstall: s3transfer
Found existing installation: s3transfer 0.10.4
Uninstalling s3transfer-0.10.4:
Successfully uninstalled s3transfer-0.10.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
waf-bypass 2.0 requires curlify==2.2.1, which is not installed.
faraday-agent-dispatcher 3.2.1 requires pytenable, which is not installed.
waf-bypass 2.0 requires attrs==24.2.0, but you have attrs 25.1.0 which is incompatible.
waf-bypass 2.0 requires yarl==1.9.4, but you have yarl 1.18.3 which is incompatible.
faraday-agent-dispatcher 3.2.1 requires python-socketio==5.8.0, but you have python-socketio 5.11.2 which is incompatible.
theharvester 4.6.0 requires aiodns==3.1.1, but you have aiodns 3.2.0 which is incompatible.
theharvester 4.6.0 requires aiofiles==23.2.1, but you have aiofiles 24.1.0 which is incompatible.
theharvester 4.6.0 requires aiohttp==3.9.3, but you have aiohttp 3.10.11 which is incompatible.
theharvester 4.6.0 requires beautifulsoup4==4.12.3, but you have beautifulsoup4 4.13.3 which is incompatible.
theharvester 4.6.0 requires censys==2.2.11, but you have censys 2.2.16 which is incompatible.
theharvester 4.6.0 requires certifi==2024.2.2, but you have certifi 2024.12.14 which is incompatible.
theharvester 4.6.0 requires fastapi==0.110.0, but you have fastapi 0.115.5 which is incompatible.
theharvester 4.6.0 requires lxml==5.1.0, but you have lxml 5.3.0 which is incompatible.
theharvester 4.6.0 requires netaddr==1.2.1, but you have netaddr 0.10.1 which is incompatible.
theharvester 4.6.0 requires playwright==1.42.0, but you have playwright 0.0.0 which is incompatible.
theharvester 4.6.0 requires python-dateutil==2.9.0.post0, but you have python-dateutil 2.9.0 which is incompatible.
theharvester 4.6.0 requires PyYAML==6.0.1, but you have pyyaml 6.0.2 which is incompatible.
theharvester 4.6.0 requires requests==2.31.0, but you have requests 2.32.3 which is incompatible.
theharvester 4.6.0 requires retrying==1.3.4, but you have retrying 1.3.3 which is incompatible.
theharvester 4.6.0 requires setuptools==69.2.0, but you have setuptools 75.6.0 which is incompatible.
theharvester 4.6.0 requires slowapi==0.1.9, but you have slowapi 0.1.4 which is incompatible.
theharvester 4.6.0 requires ujson==5.9.0, but you have ujson 5.10.0 which is incompatible.
theharvester 4.6.0 requires uvicorn==0.28.0, but you have uvicorn 0.32.0 which is incompatible.
theharvester 4.6.0 requires uvloop==0.19.0; platform_system != "Windows", but you have uvloop 0.21.0 which is incompatible.
pycognito 2024.5.1 requires envs>=1.3, but you have envs 1.2.6 which is incompatible.
Successfully installed PyExecJS-1.5.1 about-time-4.2.1 alive-progress-3.2.0 builtwith-1.3.4 googlesearch-python-1.3.0 grapheme-0.6.0 mmh3-5.1.0 propcache-0.2.1 python3-nmap-1.9.1 s3transfer-0.11.2 yarl-1.18.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ sudo python3 install.py

Detected package manager: apt
pip is already installed
Found go
Found node
Found npm
Found blc
Installing nuclei...
Running command: go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/nuclei /usr/local/bin/
Command output:
nuclei installed successfully
Installing dnsx...
Running command: go install github.com/projectdiscovery/dnsx/cmd/dnsx@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/dnsx /usr/local/bin/
Command output:
dnsx installed successfully
Installing subfinder...
Running command: go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/subfinder /usr/local/bin/
Command output:
subfinder installed successfully
Installing waybackurls...
Running command: go install github.com/tomnomnom/waybackurls@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/waybackurls /usr/local/bin/
Command output:
waybackurls installed successfully
Installing httprobe...
Running command: go install github.com/tomnomnom/httprobe@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/httprobe /usr/local/bin/
Command output:
httprobe installed successfully
Installing httpx...
Running command: go install github.com/projectdiscovery/httpx/cmd/httpx@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/httpx /usr/local/bin/
Command output:
httpx installed successfully
Installing anew...
Running command: go install github.com/tomnomnom/anew@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/anew /usr/local/bin/
Command output:
anew installed successfully
Installing gau...
Running command: go install github.com/lc/gau/v2/cmd/gau@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/gau /usr/local/bin/
Command output:
gau installed successfully
Installing gauplus...
Running command: go install github.com/bp0lr/gauplus@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/gauplus /usr/local/bin/
Command output:
gauplus installed successfully
Installing hakrawler...
Running command: go install github.com/hakluke/hakrawler@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/hakrawler /usr/local/bin/
Command output:
hakrawler installed successfully
Installing assetfinder...
Running command: go install github.com/tomnomnom/assetfinder@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/assetfinder /usr/local/bin/
Command output:
assetfinder installed successfully
Installing asnmap...
Running command: go install github.com/projectdiscovery/asnmap/cmd/asnmap@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/asnmap /usr/local/bin/
Command output:
asnmap installed successfully
Installing naabu...
Running command: go install github.com/projectdiscovery/naabu/v2/cmd/naabu@latest
Command output:
Running command: go env GOPATH
Command output: /root/go
Running command: sudo mv /root/go/bin/naabu /usr/local/bin/
Command output:
naabu installed successfully
Found jq
Found shodan
Found paramspider

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ spyhunt.py
spyhunt.py: command not found

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ chmod +X spyhunt.py

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ spyhunt.py
spyhunt.py: command not found

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ ./spyhunt.py
zsh: permission denied: ./spyhunt.py

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ sudo ./spyhunt.py
sudo: ./spyhunt.py: command not found

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ ls
dnsparser.py modules README.md scripts spyhunt.py
install.py payloads requirements.txt spyhunt_logo_cropped.png tools

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ chmod +x spyhunt.py

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ ls
dnsparser.py modules README.md scripts spyhunt.py
install.py payloads requirements.txt spyhunt_logo_cropped.png tools

┌──(stryk3r㉿th3watch3r)-[~/Downloads/spyhunt-main/spyhunt]
└─$ sudo ./spyhunt.py
./spyhunt.py: 1: from: not found
./spyhunt.py: 2: from: not found
./spyhunt.py: 3: from: not found
./spyhunt.py: 4: from: not found
./spyhunt.py: 5: from: not found
./spyhunt.py: 6: from: not found
./spyhunt.py: 7: from: not found
./spyhunt.py: 8: from: not found
./spyhunt.py: 9: from: not found
./spyhunt.py: 10: from: not found
./spyhunt.py: 11: from: not found
./spyhunt.py: 12: from: not found
./spyhunt.py: 13: from: not found
./spyhunt.py: 14: from: not found
./spyhunt.py: 15: from: not found
./spyhunt.py: 16: from: not found
./spyhunt.py: 17: from: not found
./spyhunt.py: 18: from: not found
./spyhunt.py: 19: from: not found
./spyhunt.py: 20: from: not found
import: unable to read X window image '': Resource temporarily unavailable @ error/xwindow.c/XImportImage/4961.
import: threading' @ error/import.c/ImportImageCommand/1289. import: unable to read X window image '': Resource temporarily unavailable @ error/xwindow.c/XImportImage/4961. import: os.path' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: dns.resolver' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: os.path' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: subprocess' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: sys' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: socket' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: os' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: argparse' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: time' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: codecs' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: warnings' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: json' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: shodan' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: ipaddress' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: html' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: asyncio' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: hashlib' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: nmap3' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: ssl' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: shutil' @ error/import.c/ImportImageCommand/1289. import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9351. import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961. import: dns.query' @ error/import.c/ImportImageCommand/1289.
./spyhunt.py: 59: Syntax error: word unexpected (expecting ")")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants