superhacker777/hikka — reverse-engineered prompt
Reverse engineered prompt
Build me a small Go command line tool for auditing Hikvision IP cameras that I own or am allowed to test. It should read target IPs from a file called hosts, read usernames and passwords from simple files, then try the combinations and report which cameras accepted a login.
I want a few easy options, choose the login file, password file, number of threads, a quick check before trying a camera, an optional folder to save snapshots, and an option to write results to CSV. Please make it compile on Linux, and also Windows if MinGW is available, with a simple make command that puts the finished binaries in a build folder.
Keep the output clear for non experts, with helpful errors if files are missing. Add a short README showing install steps, build commands, and a typical usage example. Look up current docs online if you need to.
Want more depth? Deep Reverse