DarkSploit Tool

1 min read

Guide For Install DarkSploit Tool In Termux.

DarkSploit is tool which contains 14 exploits, 10 scanners, 16 post, 38 virus.




Installation Commands

pkg up -y

pkg install git -y

cd $HOME

git clone https://github.com /anthrax3/DarkSploit

cd DarkSploit

cd Install

chmod +x installtermux.sh

bash installtermux.sh

pip2 install -r requiremnets.txt

cd $HOME

cd DarkSploit

python2 DrXp.py

show options

I am Kunal and I am 14 years old

You may like these posts

  • Termux DesktopAlright, Lets just get this straight, these are just some dotfiles & scripts, which will help you to setup a graphical environment in termux. …
  •  Termux OMZSimple script to install oh-my-zsh in Termux.This setup will apply -Material color-schemeDejavu font with powerline supportAgnoster zsh-theme as defa…
  •  I know many of you want to use GUI on termux, so I write this!Native termuxActually,it’s impossible to use GUI in termux’s windows. To use GUI, you need to prepare VNC V…
  • Termux T-HeaderThis Bash script contains Oh-My-Zsh With, command autosuggestion, syntax highlight plugins and terminal header with own name for TERMUX.Preview of after setup comple…
  • Seeker - Find Geolocation with High AccuracyIntroductionConcept behind Seeker is simple, just like we host phishing pages to get credentials why not host a fake page that requests …
  • Installation :apt updateapt install git -ygit clone git://github.com/htr-tech/host.gitcd hostRun : bash host.shSingle Command :apt update ; apt install git -y ; git clone git:…

Post a Comment