Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix description for responseReboundIPAddrtimeOut #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/singularity-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func initFromCmdLine() *singularity.AppConfig {
var responseReboundIPAddr = flag.String("ResponseReboundIPAddr", "127.0.0.1",
"Specify the victim host IP address that is rebound from the attacker host address")
var responseReboundIPAddrtimeOut = flag.Int("responseReboundIPAddrtimeOut", 300,
"Specify delay (s) for which we will keep responding with Rebound IP Address after last query. After delay, we will respond with ResponseReboundIPAddr.")
"Specify delay (s) for which we will keep responding with Rebound IP Address after last query. After delay, we will respond with ResponseIPAddr.")
var dangerouslyAllowDynamicHTTPServers = flag.Bool("dangerouslyAllowDynamicHTTPServers", false, "DANGEROUS if the flag is set (to anything). Specify if any target can dynamically request Singularity to allocate an HTTP Server on a new port.")
var WsHttpProxyServerPort = flag.Int("WsHttpProxyServerPort", 3129,
"Specify the attacker HTTP Proxy Server and Websockets port that permits to browse hijacked client services.")
Expand Down