Detailed wiki content repair: Architecture

2026-05-20 19:09:22 -07:00
parent 23e5b5ef06
commit 85970ea42a

@@ -0,0 +1,53 @@
# Architecture
## Classification
Automation / agent workspace.
## Structure Signals
- `(root)` (14 files)
- `wordlists` (4 files)
- `results` (1 files)
## File Type Signals
- `.py` (6)
- `.txt` (6)
- `.bat` (4)
- `.gitignore` (1)
- `.png` (1)
- `.cs` (1)
## Build And Dependency Signals
| Signal | Detail |
|---|---|
| requirements.txt | aiohttp, aiohttp-socks, paramiko |
| README files | README.md |
## Project Tree Snapshot
- .gitignore
- MASTERSTER.bat
- bruteforce.py
- build_rdpthread.bat
- gui.py
- install.bat
- ip_utils.py
- main.py
- proxy.py
- rdp.png
- rdpthread.cs
- requirements.txt
- results/good.txt
- run.bat
- scanner.py
- wordlists/passwords.txt
- wordlists/ports.txt
- wordlists/ranges.txt
- wordlists/users.txt
## Interpretation
Treat this page as the maintainer map. Replace inferred structure with exact module responsibilities once active code paths are confirmed.