Python Forum
Python Complete novice: Want to run a vulnerability script
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Complete novice: Want to run a vulnerability script
#2
Did you do:
 pip install -r requirements.txt 
After cloning the git repo?

These are the dependencies:
 
cffi==1.14.2
click==7.1.2
cryptography==3.1
dnspython==2.0.0
Flask==1.1.2
future==0.18.2
impacket==0.9.21
itsdangerous==1.1.0
Jinja2==2.11.2
ldap3==2.8
ldapdomaindump==0.9.3
MarkupSafe==1.1.1
pyasn1==0.4.8
pycparser==2.20
pycryptodomex==3.9.8
pyOpenSSL==19.1.0
six==1.15.0
Werkzeug==1.0.1
Do you have these all in:

 pip list 
In the environment you are working from.

OSError is raised when a system operation causes a system-related error (like above).

When you say novice what level of Python knowledge are we talking about?

Goodluck
Reply


Messages In This Thread
RE: Python Complete novice: Want to run a vulnerability script - by Aspire2Inspire - Sep-18-2020, 09:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a *.bat DOS batch script to *.py Python Script converter? pstein 3 3,738 Jun-29-2023, 11:57 AM
Last Post: gologica
  Python Serial: How to read the complete line to insert to MySQL? sylar 1 920 Mar-21-2023, 10:06 PM
Last Post: deanhystad
  Python multiprocessing Pool apply async wait for process to complete sunny9495 6 6,872 Apr-02-2022, 06:31 AM
Last Post: sunny9495
  [Solved] Novice question to OOP: can a method of class A access attributes of class B BigMan 1 1,402 Mar-14-2022, 11:21 PM
Last Post: deanhystad
  Question from complete python's newbie Davicom 3 2,493 Jun-09-2021, 06:09 PM
Last Post: bowlofred
  How to kill a bash script running as root from a python script? jc_lafleur 4 6,168 Jun-26-2020, 10:50 PM
Last Post: jc_lafleur
  crontab on RHEL7 not calling python script wrapped in shell script benthomson 1 2,421 May-28-2020, 05:27 PM
Last Post: micseydel
  (Complete Novice) Code not working PythonGainz 9 4,294 Mar-21-2020, 05:53 PM
Last Post: buran
  Novice use of a CSV preliator 1 2,188 Dec-26-2019, 08:05 PM
Last Post: Axel_Erfurt
  Best method: Python script called from another app, package as complete executable ironfelix717 2 2,232 Jul-24-2019, 07:39 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020