Skip to content
/ Webkit Public

A hacking tool for websites, for ClickJacking or SQL Injection Scanner or XSS Scanner or other things

Notifications You must be signed in to change notification settings

RetrO-M/Webkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Kit

   

DDoS + OSINT + Web Hacking

don't attack websites you don't have permission to
To avoid it being illegal, create your own website and do whatever you want in
We are not responsible for your stupidities.

Language


Installing Python

  • linux-py: sudo apt install python3
  • win-py: https://www.python.org/downloads/

Commands

  [Web Hacking]
 - exploit   | Exploit vulnerabilities 
 - sql       | SQL Injection Scanner
 - xss       | XSS Vulnerability Scanner 
 - banner    | Banner grabber
 - suddomain | Subdomain Scanner
 - admin     | Admin Finder
 - methods   | Vulnerability Scanner for HTTP Methods 
 - email     | Email Recovery
 - file      | Show files 
 - flag      | See the hidden flags on the source code of the site or in "robots.txt"
 - robot     | Identifying Hidden Directories Based on "robots.txt"
 - lfi       | Local File Inclusion
 - os        | OS detection
  [OSINT]
 - dork      | Search for information using an email
  [DDoS]
 - get       | Get Request Attack (TOR)
 - head      | Head Request Attack (TOR)
 - post      | POST Request Attack (TOR)
  • Before using software for DDoS install TOR and after installing stem if you have stem but you don't have TOR the attack tool will not work

Installing Webkit

git clone https://github.com/RetrO-M/Webkit
cd Webkit

Install Python3 modules 
 - pip3 install rgbprint
 - pip3 install requests
 - pip3 install bs4
 - pip3 install stem
 - pip3 install fake-useragent
Start the program
 - python3 main.py

Installing TOR

root~# sudo apt update
root~# sudo apt install tor
root~# tor --version
root~# tor --hash-password < your_password >
root~# sudo nano /etc/tor/torrc   
# Scroll down and search for "HashedControlPassword" and "ControlPort 9051" and remove the "#"
ControlPort 9051
HashedControlPassword < YOU_PASSWORD_HASH >
root~# sudo systemctl restart tor
root~# sudo systemctl status tor
  • linux: sudo apt install tor
  • windows: https://www.torproject.org/download/

ChangeLog

v1.0 ⋮ 29/06/2024
v1.5 ⋮ 4/07/2024
v2.0 ⋮ 9/07/2024
v2.5 ⋮ 14/07/2024
v3.0 ⋮ 20/07/2024
v3.5 ⋮ 28/07/2024
v4.0 ⋮ 10/09/2024