ezelf / CVE-2018-9995_dvr_credentials

(CVE-2018-9995) Get DVR Credentials
GNU General Public License v3.0
523 stars 198 forks source link

Python Script #4

Closed WyattWade604 closed 6 years ago

WyattWade604 commented 6 years ago

I tried running this on the latest version of Kali Linux and it returned with this error: "Traceback (most recent call last): File "getDVR_Credentials.py", line 6, in import tableprint as tp ImportError: No module named tableprint" How to fix? Do I clone from https://github.com/nirum/tableprint

WyattWade604 commented 6 years ago

NVRM

ezelf commented 6 years ago

pip install tableprint

gamenetmolavi commented 4 years ago

i have this problem too pip install tableprint Requirement already satisfied: tableprint in /home/x/.local/lib/python2.7/site-packages (0.8.0) Requirement already satisfied: wcwidth in /home/x/.local/lib/python2.7/site-packages (from tableprint) (0.1.8) Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from tableprint) (1.14.0) Requirement already satisfied: future in /home/x/.local/lib/python2.7/site-packages (from tableprint) (0.18.2)

gamenetmolavi commented 4 years ago

Traceback (most recent call last): File "getDVR_Credentials.py", line 4, in import requests ImportError: No module named requests !

ezelf commented 4 years ago

Please check it's: https://pypi.org/project/requests/ https://requests.readthedocs.io/en/master/user/install/