@@ -12,6 +12,7 @@ Command-line utility for using websites that can perform port scans on your beha
12
12
* [ pingeu] ( http://ping.eu/port-chk/ )
13
13
* [ spiderip] ( https://spiderip.com/online-port-scan.php )
14
14
* [ t1shopper] ( http://www.t1shopper.com/tools/port-scan/ )
15
+ * [ standingtech] ( https://portscanner.standingtech.com/ )
15
16
16
17
## Install
17
18
@@ -23,13 +24,14 @@ $ sudo pip install scanless
23
24
## Usage
24
25
25
26
```
26
- $ scanless --help
27
- usage: scanless [-h] [-t TARGET] [-s SCANNER] [-l] [-a]
27
+ $ scanless --help
28
+ usage: scanless [-h] [-v] [- t TARGET] [-s SCANNER] [-r ] [-l] [-a]
28
29
29
30
scanless, public port scan scrapper
30
31
31
32
optional arguments:
32
33
-h, --help show this help message and exit
34
+ -v, --version display the current version
33
35
-t TARGET, --target TARGET
34
36
ip or domain to scan
35
37
-s SCANNER, --scanner SCANNER
@@ -48,6 +50,7 @@ ipfingerprints | http://www.ipfingerprints.com
48
50
pingeu | http://ping.eu
49
51
spiderip | https://spiderip.com
50
52
t1shopper | http://www.t1shopper.com
53
+ standingtech | https://portscanner.standingtech.com
51
54
52
55
$ scanless -t scanme.nmap.org -s ipfingerprints
53
56
Running scanless...
@@ -197,4 +200,22 @@ PORT STATE SERVICE
197
200
5900/tcp closed vnc
198
201
8080/tcp closed http-alt
199
202
-------------------------
203
+
204
+ ------- standingtech -------
205
+ PORT STATE SERVICE
206
+ 21/tcp closed ftp
207
+ 22/tcp open ssh
208
+ 23/tcp closed telnet
209
+ 25/tcp closed smtp
210
+ 80/tcp open http
211
+ 110/tcp closed pop3
212
+ 139/tcp closed netbios
213
+ 143/tcp closed imap
214
+ 443/tcp closed https
215
+ 445/tcp closed smb
216
+ 1433/tcp closed mssql
217
+ 3306/tcp closed mysql
218
+ 3389/tcp closed rdp
219
+ 5900/tcp closed vnc
220
+ ----------------------------
200
221
```
0 commit comments