Skip to content

Commit 7aa80e7

Browse files
committed
Added README
1 parent 5068926 commit 7aa80e7

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Multithreaded Port Scanner
2+
This script scans for open ports using multiple threads in parallel in which each port is checked on a separate thread. It is faster than the usual single threaded application.
3+
4+
## Executing the script
5+
* Run `python scan-ports.py <IP or website name> <optional ports>`
6+
* for e.g the following are valid calls:
7+
* `python scan-ports.py 142.250.67.142`
8+
* `python scan-ports.py www.google.com`
9+
* `python scan-ports.py 142.250.67.142 34 54 80 443`
10+
11+
## Output
12+
13+
![output1](images/output1.png)
14+
15+
![output2](images/output2.png)
Loading
Loading

0 commit comments

Comments
 (0)