How to Use Darksploit in Termux
Darksploit is a tool to run and create exploits lets see the installation.
It is used to update the termux tools
$apt update
It is used to upgrade termux tools
$ apt upgrade
It is used to install github tools in termux
$ apt install git
It is used to install python programming language
$ apt install python
It is latest version of python
$ apt install python2
It is used to clone github tools
$ git clone (link in github)
Now put this command
$ cd DarkSploit
Now install the modules
$ cd install
Now put the modules in the files
$ sh install termux.sh
Now install the requirements
$ pip2 install -r requirements.txt
Now go to parent directory
$ cd ..
Run :
python2 DrXp.py
DarkSploit commands :
$ show options -shows options
$ show exploits -shows exploits
$ use exploits -use the exploits
0 Comments