Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
9687ba3
Release v1.1.0: Add auto-installation scripts for hash cracking and c…
claude Sep 2, 2026
1b61a80
Add comprehensive email server discovery and parallel credential testing
claude Sep 2, 2026
17f8714
Add POP3/IMAP capability detection and Exchange EWS detection
claude Sep 2, 2026
5dc61f5
Add comprehensive email enumeration orchestrator
claude Sep 2, 2026
913c32c
Add complete lab automation for Options A, B, and D testing environments
claude Sep 2, 2026
f26e391
Integrate LabSetupOrchestrator into core.py for lab automation
claude Sep 2, 2026
5a4479e
Add contribution-readiness docs, badges, and example output
claude Sep 3, 2026
1974c50
feat: add auto_obtain_golden_ticket pipeline (auto_krb_golden tool)
claude Sep 3, 2026
989ecde
fix: replace stub golden ticket / DCSync with real impacket implement…
claude Sep 3, 2026
02c2d93
feat: inline DumpSecrets from impacket secretsdump.py
claude Sep 3, 2026
80c5c57
feat: add ntlm_null_session_dump with SAMR/DRSUAPI/LDAP null-session …
claude Sep 3, 2026
6e6729c
feat: add pass-the-hash (PTH) support to execute_ad_tool and build_ad…
claude Sep 3, 2026
9d492df
feat: add auto_privesc — automated AD privilege escalation enumeration
claude Sep 3, 2026
3f4c82e
fix: golden_ticket_gen() — use ticketer.py subprocess + impacket API …
claude Sep 3, 2026
2d707cc
chore: bump version to 1.1.01
claude Sep 3, 2026
bdbb34d
Add --vpn flag with OpenVPN auto-install and connect
claude Sep 3, 2026
7ae7626
Cross-platform VPN support: Windows (winget/TAP) + Linux (apt/yum/pac…
claude Sep 3, 2026
9a9f9c7
Bump version to 1.1.1.1
claude Sep 3, 2026
e69d764
fix: WAF/CDN detection + bypass hints + broken tool command fixes
claude Sep 3, 2026
ebff23e
feat: WAF bypass engine — HTTP, raw LDAP, raw Kerberos, fragmented TCP
claude Sep 3, 2026
8bd6cee
chore: bump version to 1.1.1.2
claude Sep 3, 2026
382a3a7
feat: WAF bypass via email/HTTP endpoints (OWA, EWS NTLM, Autodiscove…
claude Sep 3, 2026
03b6b0f
chore: bump version to 1.1.1.3
claude Sep 3, 2026
9386b0a
feat: CVE-2026-59270 scanner — Spring Security embedded LDAP hardcode…
claude Sep 3, 2026
6f2bcc7
Add 6 new AD CVE scanners: Certighost, NTLM LDAP bypass, AD RPC RCE, …
claude Sep 3, 2026
f5d14db
Add SQLite scan history database for tracking runs, tool results, and…
claude Sep 4, 2026
4a8c868
Rewrite README.md for v1.1.2 with complete documentation
claude Sep 4, 2026
39ef152
Add 6 more AD CVE scanners: SMB NTLM reflection, Ghost SPNs, Unicode …
claude Sep 4, 2026
31bcf8a
Add DNS-based subnet discovery for AD network reconnaissance
claude Sep 4, 2026
3ccfd2d
Add RemoteNtdsDumpService — Python port of C# NTDS dump service
claude Sep 4, 2026
5ca4457
Add ADCVERegistry and RemoteNtdsDumpService — Top 40 AD CVEs + NTDS e…
claude Sep 4, 2026
9c7e89b
Prepare package for PyPI publication
claude Sep 4, 2026
1854f89
Bump version to 1.1.2a (alpha release) for PyPI
claude Sep 4, 2026
26b8126
Fix Unicode encoding issues for Windows console compatibility
claude Sep 4, 2026
b622919
Add parallel penetration testing on all alive IPs
claude Sep 4, 2026
820cbac
Add comprehensive guide for parallel penetration testing feature
claude Sep 4, 2026
8f46f08
Add credential extraction to golden ticket generation pipeline
claude Sep 4, 2026
d55024b
Add comprehensive guide for golden ticket + credential extraction
claude Sep 4, 2026
b049619
Bump version to 1.1.2 for official PyPI release
claude Sep 4, 2026
b3ee059
Bump version to 1.1.3 for PyPI release
claude Sep 4, 2026
85e7093
feat: add comprehensive unit tests for core functions
Sep 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes
- Focusing on what is best for the overall community

Examples of unacceptable behavior:

- The use of sexualized language or imagery, and sexual attention or advances
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Scope of Use

This project is a security research and authorized penetration testing tool.
Contributors and users must only apply it against systems they own or have
explicit written authorization to test. Discussion, code, or contributions
that promote unauthorized access, malicious use, or illegal activity are not
tolerated and will be removed.

## Enforcement Responsibilities

Project maintainers are responsible for clarifying and enforcing our standards
of acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

## Reporting

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the project maintainer at **nsh531@gmail.com**. All complaints
will be reviewed and investigated promptly and fairly.

## Enforcement Guidelines

Maintainers will follow these Community Impact Guidelines in determining the
consequences for any action they deem in violation of this Code of Conduct:

1. **Correction** — Private, written warning for a single incident.
2. **Warning** — Warning with consequences for continued behavior.
3. **Temporary Ban** — Temporary ban from any sort of interaction or public
communication with the project for a specified period of time.
4. **Permanent Ban** — Permanent ban from any sort of public interaction
within the project community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.

[homepage]: https://www.contributor-covenant.org
Loading