Commit Graph

27 Commits

Author SHA1 Message Date
dd28548700 Add stewardship readiness asset: docs/MAINTENANCE.md 2026-05-20 17:20:01 -07:00
5e516b46d1 Add stewardship readiness asset: docs/ROADMAP.md 2026-05-20 17:19:59 -07:00
81072fbbd3 Add stewardship readiness asset: .gitattributes 2026-05-20 17:19:56 -07:00
475d34c47e Add stewardship readiness asset: .editorconfig 2026-05-20 17:19:55 -07:00
a3949a16a2 docs: add .gitea/ISSUE_TEMPLATE/release_checklist.md 2026-05-20 16:08:14 -07:00
eb129cd02b docs: add .gitea/ISSUE_TEMPLATE/docs_task.md 2026-05-20 16:08:13 -07:00
93c6bc2ab1 docs: add .gitea/ISSUE_TEMPLATE/bug_report.md 2026-05-20 16:08:11 -07:00
6c0bf0630f docs: add .gitea/PULL_REQUEST_TEMPLATE.md 2026-05-20 16:08:10 -07:00
d513dd3657 docs: add LICENSE_STATUS.md 2026-05-20 16:08:08 -07:00
abfbb17f01 docs: add CODEOWNERS 2026-05-20 16:08:07 -07:00
ef79093bb1 docs: add CONTRIBUTING.md 2026-05-20 16:08:06 -07:00
c00e26e883 docs: add CHANGELOG.md 2026-05-20 16:08:04 -07:00
325196163f docs: add SECURITY.md 2026-05-20 16:08:03 -07:00
drjones
225b787a1f Build rdpthread.exe - RDP credential validator (C# via WNetAddConnection2) 2026-05-06 16:31:32 -07:00
drjones
f0f14b2129 Add SSH scanning + Guest Mode credential testing 2026-05-06 15:44:33 -07:00
drjones
7068dbd12d Fixed scan crash: all tkinter widget access now happens on main thread (Tcl NOT thread-safe). _log() routes GUI updates via root.after(). _scan_worker reads all tkinter vars on main thread. Removed unused _spray_queue. 2026-05-06 12:35:35 -07:00
drjones
399e36f848 Fixed proxy crash: removed asyncio.Lock (cross-thread event loop issue) 2026-05-06 07:38:42 -07:00
drjones
2ef5e0fa69 Chore: single launcher REAPER.bat only; drop redundant bats and unused ports.txt
- Remove MASTER/MASTERSTER/install/run batch shims
- Remove wordlists/ports.txt (ports are GUI checkboxes)
- README: how to run (REAPER.bat + manual pip/main)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-06 00:11:36 -07:00
drjones
906000870d Production hardening: REAPER all-in-one launcher, rdpthread UX, logic fixes
- Add REAPER.bat single entry (pip, dirs, smoke test, launch); MASTER/MASTERSTER shim to it
- bruteforce: rdpthread helpers, safe writer close, spray_all_hosts incremental writes, progress
- gui: credential banner, spray messaging without spam; cmdkey TERMSRV host
- scanner: adaptive progress; proxy: retry cap on open_connection
- ip_utils: /32 CIDR, count_ips aligned with large dash ranges
- README/install/run: deployment docs and REAPER.bat references

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-06 00:08:06 -07:00
drjones
1e3e7181e2 README: mention MASTERSTER.bat 2026-05-05 23:49:03 -07:00
drjones
af002462c4 Added MASTERSTER.bat - one-swoop install+launch 2026-05-05 23:48:38 -07:00
drjones
2acf6acc72 Added 'made for doom by drjones' footer 2026-05-05 23:42:29 -07:00
drjones
a954109ccd REBRAND: REAPER v2.0 - RDP Exploitation Framework 2026-05-05 23:36:55 -07:00
drjones
ef91f8219b Added proxy integration: ProxyManager module with SOCKS5/HTTP support, proxy tab in GUI with fetch/test/rotate/on-off toggle, proxy routing for scanner connections and password spray 2026-05-05 22:38:50 -07:00
drjones
2f6d989539 Add .gitignore, remove __pycache__ from tracking 2026-05-05 19:05:00 -07:00
drjones
5ed73d4fea v2.0 streaming redesign: concurrent scan+spray, RDP connect button, live stats fix, terminal output 2026-05-05 19:04:35 -07:00
drjones
41c6a9f768 first commit 2026-05-04 20:50:54 -07:00