Skip to content

Commit d2d795b

Browse files
Changes to README file
1 parent 4d1dd8c commit d2d795b

1 file changed

Lines changed: 50 additions & 1 deletion

File tree

README.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,62 @@
11
# Port-Scanner
22
Fastest Port Scanner
3+
version 1.1.2
34

45
### Usage:
56
```
67
git clone https://github.com/varshithrajbasa/Port-Scanner.git
78
cd Port-Scanner
89
chmod +x portscanner.py
9-
./portscanner.py <ip>
10+
./portscanner.py --help
1011
```
12+
13+
### Example:
14+
```
15+
./portscanner.py --help
16+
17+
____________________
18+
< Port Scanner v.1.1.2 >
19+
--------------------
20+
\ ^__^
21+
\ (oo)\_______
22+
(__)\ )\/\
23+
||----w |
24+
|| ||
25+
26+
27+
Usage:
28+
./portscanner.py [options] value [optional] value
29+
30+
options:
31+
-i ip address
32+
-h hostname
33+
-l list of ip addresses or hostnames
34+
35+
optional:
36+
-p range of ports Ex: -p 80 8888 (default range 1 to 65535)
37+
```
38+
39+
### Usage with ip:
40+
```
41+
./portscanner.py -i 127.0.0.1
42+
```
43+
44+
### Usage with hostname:
45+
```
46+
./portscanner.py -i localhost
47+
```
48+
49+
### Usage with list file:
50+
Add ip addresses or hostnames to list.txt or create your own file
51+
```
52+
./portscanner.py -l file.txt
53+
```
54+
55+
### Usage with port:
56+
```
57+
./portscanner.py -i 127.0.0.1 -p 80 8080
58+
```
59+
1160
### Video:
1261

1362
![Port-Scanner](https://varshithrajbasa.github.io/files/Port-Scanner/Port-Scanner.gif "Fastest Port Scanner")

0 commit comments

Comments
 (0)