Instructions for my Cuddles script:
- Open a terminal and enter `git clone https://github.com/cycloarcane/cuddles.git`
- Enter `cd cuddles`
- Create a virtual environment with `python3 -m venv venv`
- Activate the virtual environment with `source venv/bin/activate`
- Install the requirements with `pip install -r requirements.txt`
- Set your OpenAI API key: `export OPENAI_API_KEY=your_api_key`
- Run the script with `python3 combinant.py`
Great, you should now see this:
Next, follow the on-screen prompts to provide information about the target organization. The script will initialize ChromaDB, run nmap scans, and use OpenAI to decide on the appropriate tools to execute based on the scan results.
For detailed instructions, visit the Cuddles GitHub page.
> End of output.