hw7
This commit is contained in:
parent
d770401ac4
commit
b5247559e9
@ -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.
|
||||
|
Reference in New Issue
Block a user