ProxyShell icon indicating copy to clipboard operation
ProxyShell copied to clipboard

tldextract

Open sec13b opened this issue 2 years ago • 2 comments

sudo python3 ~/Desktop/kh4sh3i/ProxyShell/ProxyShell.py -u https://10.10.10.3 Traceback (most recent call last): File "/home/kali/Desktop/kh4sh3i/ProxyShell/ProxyShell.py", line 14, in import tldextract ModuleNotFoundError: No module named 'tldextract'

pip install tldextract

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: tldextract in ./.local/lib/python3.11/site-packages (3.4.0)
Requirement already satisfied: requests-file>=1.4 in /usr/lib/python3/dist-packages (from tldextract) (1.5.1)
Requirement already satisfied: idna in /usr/lib/python3/dist-packages (from tldextract) (3.3)
Requirement already satisfied: requests>=2.1.0 in /usr/lib/python3/dist-packages (from tldextract) (2.28.1)
Requirement already satisfied: filelock>=3.0.8 in /usr/lib/python3/dist-packages (from tldextract) (3.9.0)


sec13b avatar Feb 23 '23 16:02 sec13b

Traceback (most recent call last): File "/home/kali/Desktop/ProxyShell/ProxyShell.py", line 14, in import tldextract ModuleNotFoundError: No module named 'tldextract'

sec13b avatar Mar 04 '23 05:03 sec13b

pip install tldextract

sec13b avatar May 03 '23 16:05 sec13b