darksploit installation process for termux

Execute these commands one by one to install DarkSploit.

$ apt update

$ apt upgrade

$ apt install git

$ apt install python

$ apt install python2

$ git clone https://github.com/LOoLzeC/DarkSploit

$ cd DarkSploit

$ cd install

$ sh installtermux.sh

$ pip2 install -r requirements.txt

$ cd ..

Now Run DarkSploit :

python2 DrXp.py

DarkSploit commands :

$ show options

$ show exploits

$ use exploits

Here you get all options to use this tool.





Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...