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

Issues with missing whois module #2

Closed
antihackme opened this issue May 26, 2019 · 4 comments
Closed

Issues with missing whois module #2

antihackme opened this issue May 26, 2019 · 4 comments

Comments

@antihackme
Copy link

Successfully built ipaddr
Installing collected packages: ipaddr, ipwhois
Successfully installed ipaddr-2.2.0 ipwhois-1.1.0
┌─[antihack@parrot]─[/FinalRecon]
└──╼ $python3 finalrecon.py
Traceback (most recent call last):
File "finalrecon.py", line 9, in
from modules.whois import whois_lookup
File "/home/antihack/FinalRecon/modules/whois.py", line 3, in
import ipwhois
ModuleNotFoundError: No module named 'ipwhois'
┌─[✗]─[antihack@parrot]─[
/FinalRecon]
└──╼ $python3 finalrecon.py -h
Traceback (most recent call last):
File "finalrecon.py", line 9, in
from modules.whois import whois_lookup
File "/home/antihack/FinalRecon/modules/whois.py", line 3, in
import ipwhois
ModuleNotFoundError: No module named 'ipwhois'

@thewhiteh4t
Copy link
Owner

@antihackme did you execute pip install in place of pip3 install by mistake? i will test on parrot just to be sure

@thewhiteh4t
Copy link
Owner

@antihackme tested in parrotsec os, its working fine for me no errors

@thewhiteh4t
Copy link
Owner

Closing due to inactivity.

@whoiskumaratul
Copy link

hahaha, my mistake.. i accidentally installed a ' pip -r requirements.txt ' instead of ' pip3 -r requirements.txt '

thewhiteh4t pushed a commit that referenced this issue May 2, 2022
Bulk recon script renamed
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

3 participants