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.

Features:

Sub-domain Scanning

Port Scanning

Wordpress Scanning

Wordpress Username Enumeration

Wordpress Backup Grabbing

Sensitive File Detection

Same-Site Scripting Scanning

Click Jacking Detection

Powerful XSS vulnerability scanning

SQL Injection vulnerability scanning

User-Friendly UI

Installation :

$ apt update && apt upgrade

$ apt install git

$ apt install python2

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

$ cd D-TECT

$ chmod +x *

$ pip2 install requests

usage :

$ python2 d-tect.py

Now select your options to use that particular tool..


Enjoy! Follow us for more...

No comments:

Post a Comment

How to make Hash objects with $H() function in JavaScript.mp4

 In JavaScript, you can create hash-like objects using the $H() function, which is commonly associated with the Prototype.js framework. How...