Nuclei Templates
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
- AAD
- Active Directory
- Cloud
- Cobalt Strike / Aggressor Scripts
- Recon
- UAC
- Metasploit
- Infrastructure
- SMB
- VBA
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!
- Prepare a Windows 10+ virtual machine
- FLARE VM has been tested on
Windows 10 1809 x64
and20H2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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}' \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer