diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2022-01-03 20:13:22 -0500 |
---|---|---|
committer | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2022-01-03 20:13:22 -0500 |
commit | 1673eba26f1fd6223155b78c8113a17ca092617b (patch) | |
tree | 2f44569d4c77b05ec8a1458fb7e7048d83245870 /README.md | |
parent | 49d1c22377182167a1e15a3631c1f174a369fc56 (diff) | |
download | Inveigh-1673eba26f1fd6223155b78c8113a17ca092617b.tar.gz Inveigh-1673eba26f1fd6223155b78c8113a17ca092617b.zip |
ICMPv6TTL, output levels, bug fixes
Added ICMPv6TTL parameter for ICMPv6 attacks. more Console parameter output levels, and bug fixes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -69,7 +69,7 @@ Default parameter values are located at the beginning of Program.cs. I recommend public static string argCert = "MIIKaQIBAzCCC..." public static string argCertPassword = "password"; public static string argChallenge = ""; - public static string argConsole = "3"; + public static string argConsole = "5"; public static string argConsoleLimit = "-1"; public static string argConsoleStatus = "0"; public static string argConsoleUnique = "Y"; @@ -100,7 +100,7 @@ Control: Output: - -Console Default=3: Set the level for console output. (0=none, 1=only captures/spoofs, 2=no informational, 3=all) + -Console Default=5: Set the level for console output. (0=none, 1=only captures/spoofs, 2=no disabled, no informational, 3=no disabled, no filtered, 4=no disabled, 5=all) -ConsoleLimit Default=Unlimited: Limit to queued console entries. @@ -140,6 +140,8 @@ Spoofers: -ICMPv6 Default=Enabled: (Y/N) sending ICMPv6 router advertisements. -ICMPv6Interval Default=200: ICMPv6 RA interval in seconds. + + -ICMPv6TTL Default=300: ICMPv6 TTL in seconds. -IgnoreDomains Default=None: Comma separated list of domains to ignore when spoofing. @@ -220,7 +222,7 @@ Capture: -ListenerIPv6 Default=Any: IPv6 address for all listeners. - -Machines Default=Disabled: (Y/N) machine account NetNTLM captures. + -MachineAccount Default=Enabled: (Y/N) machine account NetNTLM captures. -Proxy Default=Disabled: (Y/N) proxy listener authentication captures. @@ -489,7 +491,16 @@ GET NTLMV1USERNAMES | get usernames and source IPs/hostnames for cap GET NTLMV2USERNAMES | get usernames and source IPs/hostnames for captured NTLMv2 hashes GET CLEARTEXT | get captured cleartext credentials GET CLEARTEXTUNIQUE | get unique captured cleartext credentials -HISTORY | get console command history +GET REPLYTODOMAINS | get ReplyToDomains parameter startup values +GET REPLYTOHOSTS | get ReplyToHosts parameter startup values +GET REPLYTOIPS | get ReplyToIPs parameter startup values +GET REPLYTOMACS | get ReplyToMACs parameter startup values +GET IGNOREDOMAINS | get IgnoreDomains parameter startup values +GET IGNOREHOSTS | get IgnoreHosts parameter startup values +GET IGNOREIPS | get IgnoreIPs parameter startup values +GET IGNOREMACS | get IgnoreMACs parameter startup values +SET CONSOLE | set Console parameter value +HISTORY | get command history RESUME | resume real time console output STOP | stop Inveigh ``` |