Skip to content

Commit 3ea61c6

Browse files
authored
Update README.md
1 parent 69441b8 commit 3ea61c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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-
**1.**
7-
- **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.
6+
**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.
87

98
- **Usage:**
109
- Ensure you have Python installed.
@@ -23,8 +22,7 @@ A collection of versatile Python scripts designed to serve as a toolbox for vari
2322
- Adjust the timeout in `sock.settimeout(1)` if needed for your network conditions.
2423
- Please use this tool responsibly and in accordance with applicable laws and regulations.
2524

26-
**2.**
27-
- **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.
25+
**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.
2826

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

0 commit comments

Comments
 (0)