A CLI tool built with Rust that guides users through cybersecurity incident response using GPT-3.5-turbo powered assistance. Simply describe the incident, and recieve an incident response plan along with terminal commands and steps enabling faster incident response campaigns and active defence.
- Get step-by-step guidance on handling cybersecurity incidents.
- Interacts with OpenAI GPT-3.5 for advanced assistance.
- Identify and clear threats using command line tooling.
Note: Always check results for accuracy. GPT-4 may be used in due time to improve accuracy.
-
Ensure you have Rust and Cargo installed on your system. If not, follow the official installation guide.
-
Clone the repository:
git clone https://github.com/0xKoda/pwnd-GPT.git
- Change to the project directory:
cd pwnd-GPT
- Build the project
cargo build --release
- Add compiled binary to path
export PATH=$PATH:/path/to/pwnd-GPT/target/release
- Set the OPENAI_API_KEY environment variable with your OpenAI API key:
export OPENAI_API_KEY="your-api-key-here"
- Run the CLI tool:
pwnd-GPT
Note: Input the issue you are having, if it is a malware infection, input "malware infection". Be sure to input any tools you might have installed to assist with the incident response. Chat GPT will guide you through the process.
Contributions are welcome! Please feel free to submit a pull request or open an issue on the project's GitHub repository.
This project is licensed under the MIT License.