This commit is contained in:
David Westgate 2024-05-30 22:55:27 -07:00
parent d770401ac4
commit b5247559e9

View File

@ -3,6 +3,15 @@
The purpose of this assignment is to generate a security related application using aider. The application I will attempt to generate is a wifi penetration testing python. The intention is that this application will be able to perform the same wifi cracking that my hw6 LLM application did.
## Setup
```
pip install aider-chat
export ANTHROPIC_API_KEY=""
export GEMINI_API_KEY=""
export OPENAI_API_KEY=""
```
## Input
```
Generate a python application to assist in wifi penetration testing by prompting the user for the name (SSID) of a password protected wifi network and returning the plaintext password.