OWASP / O-Saft

O-Saft - OWASP SSL advanced forensic tool
GNU General Public License v2.0
372 stars 97 forks source link

How to scan on custom ports? #115

Closed bc-venkata closed 5 years ago

EnDe commented 5 years ago

o-saft.pl you.tld:4443 ... o-saft.pl --port=4443 your.tld ... o-saft.pl --port 4443 your.tld ... o-saft.pl -port=4443 your.tld ... # not recommended o-saft.pl -port 4443 your.tld ... # not recommended o-saft.pl --p 4443 your.tld ...

Note that --port and alike must preceed the hostname, see section "Options for all commands" in o-saft.pl --help=options

EnDe commented 5 years ago

and: o-saft.pl https://your.tld:4443 ...