mirror of
https://github.com/rasta-mouse/TikiTorch
synced 2026-06-21 14:06:58 +00:00
Update Program.cs
This commit is contained in:
@@ -22,7 +22,7 @@ namespace TikiSpawnAs
|
||||
{ "d|domain=", "Domain (defaults to local machine)", v => domain = v },
|
||||
{ "u|username=", "Username", v => username = v },
|
||||
{ "p|password=", "Password", v => password = v },
|
||||
{ "b|binary=", "Binary to spawn & hollow", v => binary = v },
|
||||
{ "b|binary=", "Binary to spawn & inject", v => binary = v },
|
||||
{ "h|?|help", "Show this help", v => help = true }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user