mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
parent
c3e3c66de5
commit
22f7b3570d
@ -875,6 +875,11 @@ sslcertfp () {
|
||||
cat $1 | openssl x509 -sha256 -fingerprint -noout
|
||||
}
|
||||
|
||||
# Usage: serversslciphers hostname port
|
||||
serversslciphers() {
|
||||
nmap $1 -p $2 --script +ssl-enum-ciphers
|
||||
}
|
||||
|
||||
# .custom
|
||||
if [ -f ~/.custom ]; then
|
||||
source ~/.custom
|
||||
|
Loading…
Reference in New Issue
Block a user