Skip to content

Commit

Permalink
Update open_interpreter_recon1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
santosomar authored Dec 8, 2024
1 parent 26f95b7 commit f173ed7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
interpreter.llm.model = "gpt-4o-mini"

# Set the system message
interpreter.system_message += """
Run shell commands with -y so the user doesn't have to confirm them.
"""
print(interpreter.system_message)
# interpreter.system_message += """
# Run shell commands with -y so the user doesn't have to confirm them.
# """
# print(interpreter.system_message)

# 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.")
Expand Down

0 comments on commit f173ed7

Please sign in to comment.