theahmadov / VOID

VOID is for scanning and hacking. There is many popular tools in VOID. You can scan web databases and vulnerabilities. Also you can brute force and other things... You have many choices. If you want to learn penetration , VOID may be a teacher for you. Because its open source code project. Please look VOID's source code and examine commands! And please dont forget to star project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOID Python

VOID is for scanning and hacking. There is many popular tools in VOID. You can scan web databases and vulnerabilities. Also you can brute force and other things... You have many choices. If you want to learn penetration , VOID may be a teacher for you. Because its open source code project. Please look VOID's source code and examine commands! And please dont forget to star project.

Penetration Tutorial

Nmap Scan

Installation

Way 1

pip install os
git clone https://github.com/TheSadError/VOID
cd VOID
python3 setup.py

Way 2

git clone https://github.com/TheSadError/VOID
cd VOID
sudo bash ./core/arch.sh # If you use kali linux or parrot please change ./core/arch.sh to ./core/debian.sh

Run

python3 main.py

Tools In VOID

[1]       Nmap
[2]       Nikto
[3]       SQLMap
[4]       John The Ripper

Donation :

TR05 0006 2000 0280 0009 0525 31
Name : Teymur Ahmetzade
USD Type

This tool is just fot Educational Purposes

© Copright to Error (TheSadError)

About

VOID is for scanning and hacking. There is many popular tools in VOID. You can scan web databases and vulnerabilities. Also you can brute force and other things... You have many choices. If you want to learn penetration , VOID may be a teacher for you. Because its open source code project. Please look VOID's source code and examine commands! And please dont forget to star project.


Languages

Language:Python 97.6%Language:Shell 2.4%