├── README.md
└── profile
├── assets
├── banner.png
├── logo.png
└── logo_wide.png
└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | # .github
--------------------------------------------------------------------------------
/profile/assets/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheManticoreProject/.github/HEAD/profile/assets/banner.png
--------------------------------------------------------------------------------
/profile/assets/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheManticoreProject/.github/HEAD/profile/assets/logo.png
--------------------------------------------------------------------------------
/profile/assets/logo_wide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheManticoreProject/.github/HEAD/profile/assets/logo_wide.png
--------------------------------------------------------------------------------
/profile/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | ---
4 |
5 | The Manticore Project is a collective of Go developers and security researchers dedicated to building offensive and defensive security tools, with the shared goal of strengthening the overall security posture of the community.
6 |
7 | ---
8 |
9 | Tools
10 | - Delegations: A tool to work with all types of Kerberos delegations (unconstrained, constrained, and resource-based constrained delegations) in Active Directory
11 | - DescribeKeyCredentialLink: A cross-platform tool to parse and describe the contents of a raw msDS-KeyCredentialLink data blob
12 | - DescribeNTSecurityDescriptor: A cross-platform tool to parse and describe the contents of a raw ntSecurityDescriptor structure
13 | - ExtractAS400LickeysFromDisk: A cross-platform tool to parse and extract licence keys from disk images of IBM AS/400, iSeries and Power Systems.
14 |
- FindGPPPasswords: A cross-platform tool to find and decrypt Group Policy Preferences passwords from the SYSVOL share using low-privileged domain accounts
15 | - FindOldSIDTraces: A cross-platform tool to find traces of old SIDs remaining in LDAP objects of the Active Directory.
16 | - FindReusedKeyCredentials: A cross-platform tool to find reused key credentials on multiple objects in Active Directory.
17 | - goLAPS: A Go setter/getter for property ms-Mcs-AdmPwd used by LAPS
18 | - keytab: A cross platform tool to work with keytab files used by Kerberos to store authentication information
19 | - LDAPWordlistHarvester: A tool that allows you to extract a client-specific wordlist from the LDAP of an Active Directory
20 | - SIDTool: A cross-platform tool to work with Security Identifiers (SID) formats
21 |
22 |
23 |
24 |
25 | Libraries
26 | - Manticore: A cross platform library to write offensive and defensive security tools in Go
27 | - gopengraph: A Go library to create BloodHound OpenGraphs easily
28 | - goopts: A library to parse arguments given in command line to a program
29 | - winacl: A library to work with Windows Security Descriptors
30 |
31 |
32 |
33 | ---
34 |
35 | Socials
36 | You can find us on the following platforms:
37 |
38 |
39 | - For general information and announcements:
40 |
46 |
47 | - For code and development:
48 |
51 |
52 | - For community and discussion:
53 |
56 |
57 |
58 |
59 |
60 |
--------------------------------------------------------------------------------