File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,16 @@ Therefore, localhost TCP port 49152 (or higher) dynamic port number is used for
1616
1717http://localhost:8080 is genmini-openai-proxy
1818
19+ gpt-4 maps to gemini-1.5-flash-latest
20+
1921For example:
2022
2123``` zsh
2224export GEMINI_API_KEY=
2325
2426export PORT=49152
2527
26- wintermute LinuxPrivesc --llm.api_key=$GEMINI_API_KEY --llm.model=gemini-1.5-flash-latest --llm.context_size=1000000 --conn.host=localhost --conn.port $PORT --conn.username=lowpriv --conn.password=trustno1 --conn.hostname=test1 --llm.api_url=http://localhost:8080 --llm.api_backoff=60 --max_turns 999999999
28+ wintermute LinuxPrivesc --llm.api_key=$GEMINI_API_KEY --llm.model=gpt-4 --llm.context_size=1000000 --conn.host=localhost --conn.port $PORT --conn.username=lowpriv --conn.password=trustno1 --conn.hostname=test1 --llm.api_url=http://localhost:8080 --llm.api_backoff=60 --max_turns 999999999
2729```
2830
2931The above example is consolidated into shell scripts with prerequisites as follows:
You can’t perform that action at this time.
0 commit comments