Skip to content

Commit 0bf482a

Browse files
authored
Update README.md
1 parent 4a4c1a3 commit 0bf482a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
## Features:
6-
6+
**1.**
77
- **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.
88

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

26+
**2.**
2627
- **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.
2728

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

0 commit comments

Comments
 (0)