This is a collection of Python tools called YTU SKY-SEC Tools. These tools can be used for various network security testing and analysis purposes.
Table of Contents
- Python 3.x
- colorama library
- requests library
- builtwith library
In this project, the existing tools were redeveloped (simpler version) and then combined.
In addition to offering both ease of use and multiple options on a single terminal; at the same time, I basically learned how exactly these tools work.
git clone https://github.com/ahmetburaki/SKY-SEC_Scanner.git
cd SKY-SEC_Scanner
python3 SKYSEC_Scanners_Tool.py or python SKYSEC_Scanners_Tool.py
If you want to see more tool, you can use it. :)
This tool collection includes the following tools:
-
Port Scanner: Performs port scanning on a target and detects open ports.
-
Admin Page Finder: Finds commonly used administrator pages on a target URL.
-
Subdomain Scanner: Used to scan subdomains for a target domain.
-
Dir Scanner: Used to scan specific directories on a target URL.
-
Uploader Scanner: Detects file upload panels on a target URL.
-
cPanel Cracker: Performs a brute force attack on a target cPanel.
-
Options Scanner: Detects the technologies used on a target URL.
-
Exit: Closes the tool collection.
-
This tool collection should be used for security testing or educational purposes only. Avoid using it for any illegal activities.
-
This tool collection may have limited functionality in its current version and may be expanded with updates in future versions.
-
It is important for users to comply with local laws and ethical rules before using the tools.