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