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.
- Host: GitHub
- URL: https://github.com/insektdotbin/doxbox
- Owner: insektdotbin
- License: mit
- Created: 2024-12-22T11:31:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T08:10:19.000Z (about 1 year ago)
- Last Synced: 2025-06-02T06:34:33.565Z (about 1 year ago)
- Topics: cpp, cryptography, cybersecurity, cybersecurity-education, hacking, hacking-tool, information-gathering, javascript, python
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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