An open API service indexing awesome lists of open source software.

https://github.com/insektdotbin/doxbox

πŸ“¦ DoxBox will help you learn to make tools for cybersecurity purposes using Python 3.
https://github.com/insektdotbin/doxbox

cpp cryptography cybersecurity cybersecurity-education hacking hacking-tool information-gathering javascript python

Last synced: 4 months ago
JSON representation

πŸ“¦ DoxBox will help you learn to make tools for cybersecurity purposes using Python 3.

Awesome Lists containing this project

README

          

# πŸ•·πŸ“¦ What is DoxBox?
The DoxBox project provides examples of simple open-source tools across some various areas of cybersecurity. By exploring the code of these tools, you can draw inspiration and develop your projects. Whether you’re looking to enhance your skills or create innovative solutions, DoxBox serves as a valuable resource for your cybersecurity journey.

# πŸ”§ Prerequisites
1. Installed Git
2. Installed Python 3.8 or higher
3. Installed Project Modules (You can use ```pip install -r requirements.txt``` inside project root directory

# ℹ️ How can I use this Project?
1. Clone the Project using: ```git clone https://github.com/insektdotbin/DoxBox```
2. Use pip to install the required modules: ```pip3 install -r requirements.txt```
3. Navigate to example directory (e.g. DoxBox/Scanners/PortScanner/DBPortScanner) using ```cd DoxBox/Scanners/PortScanner/DBPortScanner```
4. Use python to run example: ```python3 example.py``` (e.g. ```python3 dbportscanner.py```)
5. Use any Text Editor/IDE to preview the example script