Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 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
26cd570
feat: add Kerberos per-detection risk engine with 1000 rules
netanelcyber Sep 6, 2026
f68e3d2
feat: add gated exploitation mode and authorization guard
netanelcyber Sep 6, 2026
e996d67
Update print statement from 'Hello' to 'Goodbye'
netanelcyber Sep 6, 2026
4e3239b
chore: bump version to 1.2.0
netanelcyber Sep 6, 2026
9e816e2
chore: sync package version to 1.2.0
netanelcyber Sep 6, 2026
a94b927
Add Lua-based nmap auto-installer with de novo CVE checker
claude Sep 7, 2026
3dd6e43
Add comprehensive CVE-6130 and AD vulnerability assessment suite
claude Sep 7, 2026
da42161
Embed Lua CVE checks into nmap as native NSE scripts
claude Sep 7, 2026
eb6819d
Release v1.2.1
claude Sep 7, 2026
0e6c227
Package NSE and Lua scripts as package data for PyPI
claude Sep 7, 2026
de7ddd4
Set version to 1.2.1a (alpha pre-release)
claude Sep 7, 2026
6d97ea2
Fix LDAP timeout kwarg crash and add tarpit detection in core.py
claude Sep 8, 2026
f7acee2
Bump version to 1.2.1a1
claude Sep 8, 2026
5ffe8dd
Fix PyPI publish workflow for Trusted Publishing (OIDC)
claude Sep 8, 2026
f1200df
Set version to 1.2.2 (stable release)
claude Sep 8, 2026
3707cd8
Adapt SMB enum for Linux and inject NSE scripts into every nmap run
claude Sep 9, 2026
b903600
Bump version to 1.2.3
claude Sep 9, 2026
eed43ab
Cross-platform auto-install of missing tools (Windows + Linux)
claude Sep 9, 2026
a5d229d
Add nmap-driven de novo vulnerability discovery engine
claude Sep 9, 2026
f64440f
Fix technique="all" pentest mode and broadcast/APIPA live-host filter…
claude Sep 9, 2026
c7bb03e
Merge origin/main into release branch (resolve conflicts, keep 1.2.4)
claude Sep 9, 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
13 changes: 10 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
build:
runs-on: ubuntu-latest

# OIDC token for PyPI Trusted Publishing (no API token needed).
permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v4

Expand All @@ -36,15 +41,17 @@ jobs:
- name: Check distribution
run: twine check dist/*

# Both steps use PyPI Trusted Publishing (OIDC). No password/secret is
# passed, so the action performs the OIDC exchange. This requires a
# Trusted Publisher to be registered on (Test)PyPI for this repo and the
# workflow file name below (publish.yml). See the project's publishing
# settings: https://pypi.org/manage/project/adpentest/settings/publishing/
- name: Publish to TestPyPI
if: github.event_name == 'workflow_dispatch' && github.event.inputs.pypi_environment == 'testpypi'
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

- name: Publish to PyPI
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.pypi_environment == 'pypi')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Loading
Loading