Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binbash0 committed Jan 5, 2024
1 parent 4a4c1a3 commit 0bf482a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A collection of versatile Python scripts designed to serve as a toolbox for various tasks, with a focus on aiding in cybersecurity, ethical hacking automation, and bug bounty initiatives. From simple utilities to more complex functionalities, this repository aims to provide a range of tools that can be easily integrated into different projects.

## Features:

**1.**
- **Network Scanner (`network_scanner.py`):** A script designed for scanning networks, identifying active hosts, and providing essential information about each device. Useful for cybersecurity assessments and network monitoring.

- **Usage:**
Expand All @@ -23,6 +23,7 @@ A collection of versatile Python scripts designed to serve as a toolbox for vari
- Adjust the timeout in `sock.settimeout(1)` if needed for your network conditions.
- Please use this tool responsibly and in accordance with applicable laws and regulations.

**2.**
- **Password Manager ('password_manager.py'):** Securely manage your passwords with our Python-based Password Manager. This tool provides a simple yet effective way to store and retrieve passwords for different accounts and categories.

- **Secure Encryption:** Utilizes the `cryptography` library for robust encryption, ensuring the confidentiality of stored passwords.
Expand Down

0 comments on commit 0bf482a

Please sign in to comment.