File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Port-Scanner
22Fastest Port Scanner
3+ version 1.1.2
34
45### Usage:
56```
67git clone https://github.com/varshithrajbasa/Port-Scanner.git
78cd Port-Scanner
89chmod +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 ")
You can’t perform that action at this time.
0 commit comments