Skip to content

Installing and Running

Ahmad Nourallah edited this page Jul 14, 2017 · 4 revisions

Installing Framework

Currently the framework does not have installer but he need some requirement to work.

the requirement is:

  • bs4
  • python-tools
  • python3.x

Installing Requirement

Installing bs4

easily you can install the whole requirement from requirement.txt file by execute this command:

sudo python3-pip install -r requirements.txt

Installing python-tools

in debian and her children the package names is python-examples and you can install it by the packages manager (apt) by ordered this command:

sudo apt-get install python-examples

but in opensuse is called python-demo and in fedora/redhat is called python-tools > in both of them you can also use the packages manager to install the package

Installing python3

the most of linux distro has python preinstalled but if you have old version you can install it using your packages manager or from the official website https://www.python.org/downloads/

Download the framework

you can download the framework by different methods by using the the command line or downloading framework from official github mirror

Download framework by Git command

to download the framework using git command you should follow the next steps:

  • first change your directory to the download directory you need
  • after that execute this command in your terminal
sudo git clone https://github.com/ahmadnourallah/pysploit-framework.git

Download framework by Github

go to official project page in github https://github.com/ahmadnourallah/pysploit-framework
and click the button under name 'clone or download' them will display dropdown menu click on download zip in it

Running Framework

after installing all the requirement and download the framework you can run the framework easily by go to download link and execute this command

sudo python3 PySploit.py

Note: you should run the framework from his directory directly enjoy 👍

Clone this wiki locally