Skip to content

This is the repository of tools for cybersecurity. Most of the tools in the repository will be written in python due to vast libraries in it .

Notifications You must be signed in to change notification settings

kaiwalya-07/Cybersecurity_tools

Repository files navigation

Cybersecurity Tools Repository

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.

Tools Included

1. Port Scanner

Description:

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.

2. Backdoor Program

Description:

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.

3. Login Bruteforcer and Directory Discovery

Description:

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.

4. Website Scanner

Description:

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.

Prerequisites

Ensure Python is installed on your system. Install required Python libraries using the following command:

pip install -r requirements.txt

Disclaimer

These tools are intended for educational and ethical purposes only. The repository owner and contributors are not liable for any misuse or unauthorized use of the tools provided. Always ensure proper authorization before utilizing them.

Contribution

Contributions are welcome! If you'd like to add new tools or enhance existing ones, submit a pull request adhering to ethical and legal standards.

Contact

For any questions, suggestions, or concerns, feel free to contact the repository owner or create an issue in the repository.

About

This is the repository of tools for cybersecurity. Most of the tools in the repository will be written in python due to vast libraries in it .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages