You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a locally deployed LLM — the llama3:8b model downloaded via Ollama. Currently, I can successfully perform privilege escalation attacks using the following command.
I am using a locally deployed LLM — the llama3:8b model downloaded via Ollama. Currently, I can successfully perform privilege escalation attacks using the following command.
wintermute minimal_linux_privesc --llm.api_key="dummy_key" --llm.api_url="xxxx" --llm.model="llama3:8b" --llm.context_size=4096 --conn.host=xxxx --conn.username=xxxx --conn.password=xxxx --conn.hostname=xxxx
However, I'm not sure how to proceed with web penetration testing.
The text was updated successfully, but these errors were encountered: