We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197b156 commit cb2761cCopy full SHA for cb2761c
CS/EyeWitness/Program.cs
@@ -283,12 +283,11 @@ static void Main(string[] args)
283
}
284
else
285
{
286
- allUrls = System.IO.File.ReadAllLines(@"c:\Users\commandovm\desktop\eyewitness\urls1.txt");
287
Console.WriteLine("\n[*] ERROR: Please specify a URL file to use\n");
288
Console.WriteLine("\n\n[++] Usage: EyeWitness.exe c:\\Path\\To\\URLs.txt [Timeout] (ex. 10000 = 10 seconds)");
289
Console.WriteLine("[++] EyeWitness.exe c:\\users\\test\\urls.txt");
290
Console.WriteLine("[++] EyeWitness.exe c:\\users\\test\\urls.txt 20000");
291
- //return;
+ System.Environment.Exit(1);
292
293
294
// build an array containing all the web server objects
0 commit comments