You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output.Queue(String.Format("[+] [{0}] {1}({2}) NTLM challenge [{3}] sent to {4}:{5}",Output.Timestamp(),protocol,listenerPort,challenge,clientIP,clientPort));
Queue(string.Format("[+] [{0}] {1}({2}) cleartext credentials written to {3}",Timestamp(),protocol,listenerPort,String.Concat(Program.argFilePrefix,"-Cleartext.txt")));
716
+
}
717
+
718
+
}
719
+
683
720
publicstaticvoidFileOutput()
684
721
{
685
722
@@ -1005,10 +1042,10 @@ public static void GetHelp(string arg)
1005
1042
OutputHelp(argument,description);
1006
1043
}
1007
1044
1008
-
if(nullarg||string.Equals(arg,"IGNOREHOSTS"))
1045
+
if(nullarg||string.Equals(arg,"IGNOREQUERIES"))
1009
1046
{
1010
-
stringargument="IgnoreHosts";
1011
-
stringdescription="Default=None: Comma separated list of hostnames to ignore when spoofing.";
1047
+
stringargument="IgnoreQueries";
1048
+
stringdescription="Default=None: Comma separated list of name queries to ignore when spoofing.";
1012
1049
OutputHelp(argument,description);
1013
1050
}
1014
1051
@@ -1117,13 +1154,6 @@ public static void GetHelp(string arg)
1117
1154
OutputHelp(argument,description);
1118
1155
}
1119
1156
1120
-
if(nullarg||string.Equals(arg,"REPLYTOHOSTS"))
1121
-
{
1122
-
stringargument="ReplyToHosts";
1123
-
stringdescription="Default=All: Comma separated list of hostnames to respond to when spoofing.";
1124
-
OutputHelp(argument,description);
1125
-
}
1126
-
1127
1157
if(nullarg||string.Equals(arg,"REPLYTOIPS"))
1128
1158
{
1129
1159
stringargument="ReplyToIPs";
@@ -1138,6 +1168,13 @@ public static void GetHelp(string arg)
1138
1168
OutputHelp(argument,description);
1139
1169
}
1140
1170
1171
+
if(nullarg||string.Equals(arg,"REPLYTOQUERIES"))
1172
+
{
1173
+
stringargument="ReplyToqueries";
1174
+
stringdescription="Default=All: Comma separated list of name queries to respond to when spoofing.";
0 commit comments