This repository contains tools created by yogSahare0 while learning Python 3 for ethical hacking and penetration testing.
The tools are developed based on the knowledge gained from various courses, including:
The tools in this repository are designed for ethical hacking and penetration testing purposes.
They leverage Python 3 and various libraries to perform tasks such as network scanning, vulnerability assessment, exploitation, and more.
Contributions to this repository are welcome. If you have created your own tools or have suggestions for improvements to existing ones, feel free to submit a pull request.
These tools are intended for educational purposes and should only be used in authorized penetration testing engagements or for learning purposes.
The creator of this repository is not responsible for any misuse or illegal activities performed with these tools.
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…