mozilla/cipherscan

[Question] Can IP addresses be specified?

hamza765 opened this issue · 2 comments

When i use this command:
./cipherscan -j google.com
is there a way i can specify the IP address?

yes, just put the address instead of google.com, if you still want to use SNI, use the -servername google.com as a option

Thanks!