• Joined on 2026-01-30
drjones created branch main in drjones/MISFIT 2026-05-19 19:13:12 -07:00
drjones pushed to main at drjones/MISFIT 2026-05-19 19:13:12 -07:00
82b86331e0 Add markdown exports
drjones created repository drjones/MISFIT 2026-05-19 19:11:52 -07:00
drjones pushed to main at drjones/proxy-god 2026-05-19 15:42:30 -07:00
23e4b0b019 Add Live tab world chain map with hop geo arcs.
drjones pushed to main at drjones/proxy-god 2026-05-19 15:37:18 -07:00
26863fc2a5 Add ban tester, signup prep, exit IP intel, and sticky-exit hold.
drjones pushed to main at drjones/proxy-god 2026-05-17 22:52:55 -07:00
8258ca0997 Spice up README with mission-control tone.
drjones renamed repository from nfc-pn534-warlord to drjones/nfc-pn532-warlord 2026-05-17 16:07:28 -07:00
drjones pushed to main at drjones/proxy-god 2026-05-16 23:29:48 -07:00
f9c548872b Save-as-final-hop button, browser proxy policy + QUIC kill, HTTPS tunnel probe
drjones pushed to main at drjones/proxy-god 2026-05-16 23:06:46 -07:00
094e0577fb Spoof-when-possible browser personas, Tier-2 telemetry kill + artifact wipe, UI polish
drjones pushed to main at drjones/proxy-god 2026-05-16 18:40:07 -07:00
6561bdc37f Add LAN-broadcast lockdown, per-rotation MAC, leak audit panel
drjones pushed to main at drjones/proxy-god 2026-05-16 18:08:14 -07:00
7657a37855 Fix Windows Server proxy: HKLM mirror, ProxySettingsPerUser fix, policy detect
8f012402a6 Harden Windows Server compatibility and system-wide proxy.
Compare 2 commits »
drjones pushed to main at drjones/proxy-god 2026-05-16 13:49:51 -07:00
8bd8d4267f Fix Firefox managed proxy profile to allow website loading.
d4296763ee Build comprehensive privacy suite and hardened browser controls.
Compare 2 commits »
drjones pushed to main at drjones/democratic-money 2026-05-15 17:56:22 -07:00
c6a7b2e08d Fix all critical/high/medium/low audit items
drjones created branch main in drjones/democratic-money 2026-05-15 17:47:47 -07:00
drjones pushed to main at drjones/democratic-money 2026-05-15 17:47:47 -07:00
391d90a754 Add Democratic fundraising platform.
89f9b8dc83 first commit
a3f08242fe first commit
1050bb39ec Initial commit from Create Next App
drjones created repository drjones/democratic-money 2026-05-15 17:46:10 -07:00
drjones pushed to main at drjones/rdp-brute 2026-05-06 16:31:48 -07:00
225b787a1f Build rdpthread.exe - RDP credential validator (C# via WNetAddConnection2)
drjones pushed to main at drjones/rdp-brute 2026-05-06 15:44:49 -07:00
f0f14b2129 Add SSH scanning + Guest Mode credential testing
drjones pushed to main at drjones/rdp-brute 2026-05-06 12:36:00 -07:00
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.
drjones pushed to main at drjones/rdp-brute 2026-05-06 07:38:52 -07:00
399e36f848 Fixed proxy crash: removed asyncio.Lock (cross-thread event loop issue)