This is a diverse collection of scripts used for OSINT, ethical hacking, and web application security testing.
The scripts cover a range of tasks, from automating daily tasks to driver installation, and are suitable for use on Kali-Linux and ParrotOS.
The set of tools includes TP-LINK-722N wifi drivers, which can be accessed through the provided instructions, and is cloned from the Ethical-Hacking-Tools repository.
Contributions and suggestions are always welcome, and bug reports should be directed to the author, with a signature for identification.
git clone https://github.com/karthik558/setup_hack_env.git
cd setup_hack_env
sudo python3 setup-hack.py
git clone https://github.com/karthik558/setup_hack_env
cd setup_hack_env && cd TP-LINK*
sudo python3 TP722N1.py
sudo python3 TP722N2.py
sudo bash injection-test.sh
For more information click here.
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…