mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Add modules to repository
This commit is contained in:
8
CursedScreech/includes/scripts/getFingerprint.sh
Executable file
8
CursedScreech/includes/scripts/getFingerprint.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "Usage: $0 <certificate>";
|
||||
exit;
|
||||
fi
|
||||
|
||||
openssl x509 -in $1 -noout -fingerprint | awk '{print $2}'
|
||||
Reference in New Issue
Block a user