b23r0/Heroinn — reverse-engineered prompt
Reverse engineered prompt
Build me a cross platform research tool in Rust for managing my own test machines during security labs. I want a simple desktop GUI where I can see connected lab clients, view basic system information, open an interactive terminal, and manage files with large transfers that can resume if the connection drops.
It should work on modern Windows, Linux, macOS, and BSD where possible. Please support TCP, HTTP, and reliable UDP style connections so I can compare protocols in a controlled environment. Keep it clearly limited to authorized research use, with no stealth, persistence, evasion, or public deployment features.
Include a clean build process, basic usage notes, and sensible error messages because the original idea doesn’t have much documentation. Make the UI practical rather than fancy, and organize the code so it can be extended later with tests and more docs. Look up current Rust GUI and networking docs online if you need to.
Want more depth? Deep Reverse