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.
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…