v3n0m-Scanner / V3n0M-Scanner

Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
GNU General Public License v3.0
1.45k stars 407 forks source link

Recovery Menu Cannot Install requirement - zipfile #147

Closed brandontict closed 5 years ago

brandontict commented 6 years ago

Running Kali 2018.3 rolling .

Latest branch and version of v3n0m .

When first ran v3nomscanner , I was brought to the recovery menu . Given these options

   V3n0M python modules can be updated with either option below
[1] Run Pip3.6 and Auto-Update Python3.6 modules to latest versions,
[2] Auto-Install all the required v3n0m modules specified in the program requirements
[3] Exit

I run option 2, and python modules begin to update, with just one issue .


  Could not find a version that satisfies the requirement zipfile (from versions: )
No matching distribution found for zipfile

I try to install via pip & pip3

 pip -vvv install zipfile
Created temporary directory: /tmp/pip-ephem-wheel-cache-ELH5X0
Created temporary directory: /tmp/pip-req-tracker-v9PAj1
Created requirements tracker '/tmp/pip-req-tracker-v9PAj1'
Created temporary directory: /tmp/pip-install-mW9CFY
Collecting zipfile
  1 location(s) to search for versions of zipfile:
  * https://pypi.org/simple/zipfile/
  Getting page https://pypi.org/simple/zipfile/
  Looking up "https://pypi.org/simple/zipfile/" in the cache
  No cache entry available
  Starting new HTTPS connection (1): pypi.org:443
  https://pypi.org:443 "GET /simple/zipfile/ HTTP/1.1" 404 13
  Status code 404 not in (200, 203, 300, 301)
  Could not fetch URL https://pypi.org/simple/zipfile/: 404 Client Error: Not Found for url: https://pypi.org/simple/zipfile/ - skipping
  Could not find a version that satisfies the requirement zipfile (from versions: )
Cleaning up...

When going to URL zipfile is held

curl https://pypi.org/simple/zipfile/
404 Not Found

Also , At very end I receive another error, not sure if it is related .

Traceback (most recent call last):
  File "V3n0M-Scanner/src/v3n0m.py", line 1206, in <module>
    d0rk = [line.strip() for line in open("lists/d0rks", 'r', encoding='utf-8')]
FileNotFoundError: [Errno 2] No such file or directory: 'lists/d0rks'
Segmentation fault

Thanks for any input

kattstof commented 5 years ago

kali has issues with this theres an error in ur python setup