Welcome to the Cybersecurity Tools Repository! This repository houses a selection of cybersecurity tools designed to assist security professionals, researchers, and enthusiasts in various tasks related to system analysis and network security. From port scanning to web application assessment, this repository covers a range of tools to enhance your cybersecurity toolkit.
A tool to scan target systems for open ports and services. Usage: Navigate to the 'Port-Scanner' directory and execute the port_scanner.py script using Python.
A tool for creating controlled backdoors to ensure authorized remote access. Usage: Access the 'Backdoor-Program' directory and run the backdoor.py script using Python.
A tool to perform login brute force attacks and discover hidden directories on web servers. Usage: Navigate to the 'Bruteforcer-DirectoryDiscovery' directory and execute the bruteforcer.py script using Python.
A comprehensive tool to gather information about target websites, including WHOIS data, domain name details, and network scans similar to Nmap. Usage: Access the 'Website-Scanner' directory and run the website_scanner.py script using Python.
Ensure Python is installed on your system. Install required Python libraries using the following command:
pip install -r requirements.txt