morpheuslord/HackBot — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line chatbot for cybersecurity help called HackBot. I want to run it in a terminal, see a simple banner, then ask questions in English about security, pentesting concepts, vulnerabilities, and defensive analysis.
It should use Llama 2 either locally on my machine or through a RunPod serverless endpoint, chosen from a simple env setting. If local mode is selected, make the first run check for the model file and download it if it is missing. If RunPod mode is selected, read the endpoint id and API key from the env file.
Please include modes where I can paste code, scan output, logs, or Nmap results and get a clear markdown style security analysis. For scans, summarize criticality, likely OS info, open ports and services, vulnerable services, and any CVEs found if they appear in the input.
Keep it ethical, focused on education and authorized testing. Add setup instructions and make it easy to run with one command.
Want more depth? Deep Reverse