You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "pompem.py", line 5, in
from core.exploit_finder import ExploitFinder
File "/home/WWW/Desktop/tools/Pompem/core/exploit_finder.py", line 5, in
from core.scrapers import PacketStorm, CXSecurity, ZeroDay, Vulners,
File "/home/WWW/Desktop/tools/Pompem/core/scrapers.py", line 7, in
from core.request_worker import RequestWorker, RequestWorkerHttpLib
File "/home/WWW/Desktop/tools/Pompem/core/request_worker.py", line 4, in
import requests
ImportError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
I'm also seeing the traceback issue. I must not have setup the python virtual environment correctly. I get some output. But, I appear to be missing entries from exploit-db.
Can someone please list the code I should be using for the python virtual environment? Also, would anyone happen to know why the traceback still shows up when you install this tool from apt?
Traceback (most recent call last):
File "pompem.py", line 5, in
from core.exploit_finder import ExploitFinder
File "/home/WWW/Desktop/tools/Pompem/core/exploit_finder.py", line 5, in
from core.scrapers import PacketStorm, CXSecurity, ZeroDay, Vulners,
File "/home/WWW/Desktop/tools/Pompem/core/scrapers.py", line 7, in
from core.request_worker import RequestWorker, RequestWorkerHttpLib
File "/home/WWW/Desktop/tools/Pompem/core/request_worker.py", line 4, in
import requests
ImportError: No module named 'requests'
The text was updated successfully, but these errors were encountered: