D-TECT Tool

1 min read

Guide For Install D-TECT Tool In Termux.

D-TECT is an All-In-One Tool for Penetration Testing. This is specially programmed for Penetration Testers and Security Researchers to make their job easier, instead of launching different tools for performing different task. D-TECT provides multiple features and detection features which gather target information and finds different flaws in it.




Installation Commands

pkg up -y

pkg install git -y

pkg install python2 -y

git clone https://github.com /shawarkhanethicalhacker/D-TECT-1

cd D-TECT-1

pip2 install requests

python2 d-tect.py

I am Kunal and I am 14 years old

You may like these posts

  • $ Vehicle Information Gathering Tool ;) Requirements : - Termux Application from F-Droid - Python Package Special Features : ✓ Installation done in single command ;)✓ You can g…
  • 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:…
  • 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…
  • Onex is a package manager for hacker's. Onex manage more than 400+ hacking tools that can be installed on single click.Requirements : - Termux Application from F-Droid - Python P…
  •  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…

Post a Comment