diff --git a/hw7/README.md b/hw7/README.md index dcde1ae..d4761c8 100644 --- a/hw7/README.md +++ b/hw7/README.md @@ -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.