Skip to content

feat: devha Hacking Studio v2.0 โ€” interactive TUI + 5 new modules#4

Merged
WALDEX451 merged 1 commit into
mainfrom
feature/hacking-studio-v2
May 10, 2026
Merged

feat: devha Hacking Studio v2.0 โ€” interactive TUI + 5 new modules#4
WALDEX451 merged 1 commit into
mainfrom
feature/hacking-studio-v2

Conversation

@WALDEX451
Copy link
Copy Markdown
Owner

devha Hacking Studio v2.0

Grote upgrade: van losse CLI-tools naar een complete hacking studio met interactief TUI-menu en 5 nieuwe modules.

Nieuwe modules

  • ๐ŸŽฎ Studio TUI โ€” Textual menu met matrix-regen achtergrond, navigeer met [1-9]
  • ๐Ÿ“ก WiFi Lab โ€” netwerken scannen, apparaten in kaart brengen (ARP), router security check, deauth-test op eigen AP
  • ๐Ÿ”‘ Password Lab โ€” hash identificeren, hash cracker, wachtwoordsterkte meter, wachtwoordgenerator
  • ๐Ÿ“ฆ Packet Lab โ€” live packet capture, ARP scan, custom packet builder, traffic statistieken
  • ๐Ÿ”Œ Device Scanner โ€” geavanceerde portscan met banner grabbing, OS-detectie, CVE-lookup

Cipher uitgebreid

  • ROT47, Base64, Hex, Binary, Morse toegevoegd
  • cipher all โ€” encode tekst in ALLE formaten tegelijk

Movie-hacker effects

  • Matrix-regen boot animatie
  • Glitch-tekst effect
  • Typing animatie

Gebruik

devha              # โ†’ opent Studio TUI met boot animatie
devha studio       # โ†’ direct TUI
devha wifilab scan
devha passlab strength "MijnWachtwoord!"
devha passlab crack <hash>
devha packetlab arp-scan
devha devscanner 192.168.1.1 --cve
devha cipher all "Hello Hacker"

Generated by Claude Code

New modules:
- studio.py: Textual TUI main menu with matrix rain background
- fx.py: movie-hacker effects (glitch text, typing animation, matrix splash)
- wifilab: scan networks, ARP device map, router security check, deauth test
- passlab: hash identify, crack, strength meter, generator, hash text
- packetlab: live packet capture, ARP scan, custom packet builder, traffic stats
- devscanner: advanced port scanner with banner grabbing, OS detection, CVE lookup

Cipher expanded:
- Added ROT47, Base64, Hex, Binary, Morse encode/decode
- New `cipher all` command: encode in all formats at once

CLI:
- `devha` with no args โ†’ launches Studio TUI with boot animation
- `devha studio` โ†’ explicit TUI launch
- `devha --studio` shorthand flag
- Version bumped to 2.0.0

https://claude.ai/code/session_0112ftTonVeWk5AXsuvjPXph
@WALDEX451 WALDEX451 merged commit 5bf568b into main May 10, 2026
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants