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.gitcd setup_hack_envsudo python3 setup-hack.pygit clone https://github.com/karthik558/setup_hack_envcd setup_hack_env && cd TP-LINK*sudo python3 TP722N1.pysudo python3 TP722N2.pysudo bash injection-test.shFor more information click here.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…