If you want to do a conversion to separate the individual PEM files out of the PFX file. Follow these steps below to get the three files.
- Private Key (.key)
- Certificate Body (.pem or .crt)
- CA Cert (.cer).
| CLSID,ClassName | |
| {0000031A-0000-0000-C000-000000000046},CLSID | |
| {0000002F-0000-0000-C000-000000000046},CLSID CLSID_RecordInfo | |
| {00000100-0000-0010-8000-00AA006D2EA4},CLSID DAO.DBEngine.36 | |
| {00000101-0000-0010-8000-00AA006D2EA4},CLSID DAO.PrivateDBEngine.36 | |
| {00000103-0000-0010-8000-00AA006D2EA4},CLSID DAO.TableDef.36 | |
| {00000104-0000-0010-8000-00AA006D2EA4},CLSID DAO.Field.36 | |
| {00000105-0000-0010-8000-00AA006D2EA4},CLSID DAO.Index.36 | |
| {00000106-0000-0010-8000-00AA006D2EA4},CLSID DAO.Group.36 | |
| {00000107-0000-0010-8000-00AA006D2EA4},CLSID DAO.User.36 |
Nuclei Templates
Credit to Flare VM for the script.
This gist is to pick a former version of the install script and have it installed successfully on a Windows 10 x64 1809 VM machine becuase the latest one doesn't work.
Note: FLARE VM should ONLY be installed on a virtual machine!
Windows 10 1809 x64 and 20H2| #!/bin/sh | |
| # ./ld_path_exploit.sh /usr/lib/libgpg-error.so.0 top | |
| TARGET_LIB=$1 | |
| MISSING_SYMBOLS="$(readelf -s --wide ${TARGET_LIB} \ | |
| | grep 'FUNC\|OBJECT' \ | |
| | grep -v 'UND\|ABS' \ | |
| | awk '{print $8}' \ |
| Allow: CONNECT | |
| Allow: GET | |
| Allow: HEAD | |
| Allow: POST | |
| Allow: TRACE | |
| Client-IP: 0 | |
| Client-IP: 0177.0000.0000.0001 | |
| Client-IP: 0x7F000001 | |
| Client-IP: 10.0.0.0 | |
| Client-IP: 10.0.0.1 |