File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 2
2
import json
3
3
sl = scanless .Scanless ()
4
4
5
- print ("1.hackertarget" )
6
- print ("2.ipfingerprints" )
7
- print ("3.spiderip" )
8
- print ("4.standingtech" )
9
- print ("5.viewdns" )
10
- print ("6.yougetsignal" )
5
+ print ("1.ipfingerprints" )
6
+ print ("2.spiderip" )
7
+ print ("3.standingtech" )
8
+ print ("4.viewdns" )
9
+ print ("5.yougetsignal" )
11
10
option = int (input ("Enter service option:" ))
12
11
13
12
service = ''
14
- if option == 1 :
15
- service = "hackertarget"
16
- elif option == 2 :
13
+ if option == 1 :
17
14
service = "ipfingerprints"
18
- elif option == 3 :
15
+ elif option == 2 :
19
16
service = "spiderip"
20
- elif option == 4 :
17
+ elif option == 3 :
21
18
service = "standingtech"
22
- elif option == 5 :
19
+ elif option == 4 :
23
20
service = "viewdns"
24
- elif option == 6 :
21
+ elif option == 5 :
25
22
service = "yougetsignal"
26
23
27
24
output = sl .scan ('scanme.nmap.org' ,scanner = service )
You can’t perform that action at this time.
0 commit comments