Skip to content

Latest commit

 

History

History
117 lines (56 loc) · 2.79 KB

README.md

File metadata and controls

117 lines (56 loc) · 2.79 KB

AllinOneKit

This kit contains many programs for brute force for social media accounts, for information gathering for websites, phising attacks, information gathering for social media accounts and more...

all in one kit

TO DO:

▶ Instagram Phising Attack ❌

▶ Linkedin Phising Attack ❌

▶ Google Phising Attack ❌

ALREADY DONE:

▶ Phising Attacks ✅ ➡️ Here

▶ Information Gathering ✅ ➡️ Here

▶ Trojan ✅ ➡️ Here

▶ Open Port Scanner ✅ ➡️ Here

▶ Social Media Accounts Brute Forcer ✅ ➡️ Here

▶ Network Scanner ✅ ➡️ Here

DOWNLOAD

Linux:

$ git clone https://github.com/new92/AllInOneKit

$ cd AllInOneKit

$ pip3 install -r requirements.txt    

OR:

$ sudo pip3 install -r requirements.txt

$ python3 <program's name>  

OR:  

$ cd <folder's name>  

$ python3 <program's name>

Windows:

▶ WITH GITHUB DESKTOP:

https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop

▶ WITH GIT:

$ git clone https://www.github.com/new92/AllInOneKit.git

$ cd AllInOneKit

$ python3 <program's name>  

OR:

$ cd <folder's name>

$ python3 <program's name>

Termux:

$ pkg update && pkg upgrade

$ pkg install git

$ pkg install python

$ pkg install pip

$ pkg install ncurses-utils

$ pkg install tsu

$ git clone https://github.com/new92/AllInOneKit

$ cd AllInOneKit 

$ pip3 install -r requirements.txt    OR    sudo pip3 install -r requirements.txt

$ python3 <program's name>  OR  cd <folder's name>  AND  python3 <program's name>  

MAC:

▶ WITH GITHUB DESKTOP:

https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop

▶ WITH GIT:

$ git clone https://www.github.com/new92/AllInOneKit.git

$ cd AllInOneKit

$ python3 <program's name>

OR:

$ cd <folder's name>

$ python3 <program's name>