Skip to content

Commit f920f74

Browse files
authored
Update README.md
1 parent f089e54 commit f920f74

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@ A collection of versatile Python scripts designed to serve as a toolbox for vari
44

55
## Features:
66

7-
- **Network Scanner (`network_scanner`):** A script designed for scanning networks, identifying active hosts, and providing essential information about each device. Useful for cybersecurity assessments and network monitoring.
8-
9-
-
10-
-
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.
8+
9+
- **Usage:**
10+
- Ensure you have Python installed.
11+
- Open a terminal and navigate to the directory containing `network_scanner.py`.
12+
- Run the following command:
13+
```bash
14+
python network_scanner.py
15+
```
16+
- Follow the prompts to enter the target IP address, starting port, and ending port.
17+
18+
- **Dependencies:**
19+
- This script requires Python. You can download it from [python.org](https://www.python.org/downloads/).
20+
- No additional Python packages are needed.
21+
22+
- **Notes:**
23+
- Adjust the timeout in `sock.settimeout(1)` if needed for your network conditions.
24+
- Please use this tool responsibly and in accordance with applicable laws and regulations.
1125

1226
## Usage:
1327

0 commit comments

Comments
 (0)