Open ForeverYuika opened 2 months ago
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.
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.