rfunix / Pompem

Find exploit tool
GNU General Public License v3.0
979 stars 265 forks source link

Traceback (most recent call last) #23

Open Rootlente opened 5 years ago

Rootlente commented 5 years ago

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'

ghost commented 5 years ago

@Rootlente Please read README and Installation part in it !

Greatz08 commented 4 years ago

Still facing issue of trackback(most recent call) after applying every step correctly pls lead us the way to install and use it properly

BetaMaxHeadroom commented 4 years ago

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?