OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17200
/
usr
/
lib
/
ssl
/
misc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/18/2024 07:58:21 PM
rwxr-xr-x
📄
CA.pl
5.74 KB
02/07/2024 03:55:01 PM
rwxr-xr-x
📄
CA.sh
5.05 KB
02/07/2024 03:55:01 PM
rwxr-xr-x
📄
c_hash
119 bytes
02/07/2024 03:55:01 PM
rwxr-xr-x
📄
c_info
152 bytes
02/07/2024 03:55:01 PM
rwxr-xr-x
📄
c_issuer
112 bytes
02/07/2024 03:55:01 PM
rwxr-xr-x
📄
c_name
110 bytes
02/07/2024 03:55:01 PM
rwxr-xr-x
📄
tsget
6.27 KB
02/07/2024 03:55:01 PM
rwxr-xr-x
Editing: c_hash
Close
#!/bin/sh # print out the hash values # for i in $* do h=`openssl x509 -hash -noout -in $i` echo "$h.0 => $i" done