Update open_interpreter_recon1.py

This commit is contained in:
Omar Santos 2024-12-07 23:35:11 -05:00 committed by GitHub
parent 26f95b705f
commit f173ed7829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,10 +10,10 @@ from interpreter import interpreter
interpreter.llm.model = "gpt-4o-mini" interpreter.llm.model = "gpt-4o-mini"
# Set the system message # Set the system message
interpreter.system_message += """ # interpreter.system_message += """
Run shell commands with -y so the user doesn't have to confirm them. # Run shell commands with -y so the user doesn't have to confirm them.
""" # """
print(interpreter.system_message) # print(interpreter.system_message)
# Perform passive reconnaissance on the target domain # Perform passive reconnaissance on the target domain
interpreter.chat("Use Amass to perform passive reconnaissance on secretcorp.org. Analyze the output. Save the output and analysis to a file called secretcorp.md.") interpreter.chat("Use Amass to perform passive reconnaissance on secretcorp.org. Analyze the output. Save the output and analysis to a file called secretcorp.md.")