Skip to content

Commit cb2761c

Browse files
committed
minor fix
1 parent 197b156 commit cb2761c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CS/EyeWitness/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,11 @@ static void Main(string[] args)
283283
}
284284
else
285285
{
286-
allUrls = System.IO.File.ReadAllLines(@"c:\Users\commandovm\desktop\eyewitness\urls1.txt");
287286
Console.WriteLine("\n[*] ERROR: Please specify a URL file to use\n");
288287
Console.WriteLine("\n\n[++] Usage: EyeWitness.exe c:\\Path\\To\\URLs.txt [Timeout] (ex. 10000 = 10 seconds)");
289288
Console.WriteLine("[++] EyeWitness.exe c:\\users\\test\\urls.txt");
290289
Console.WriteLine("[++] EyeWitness.exe c:\\users\\test\\urls.txt 20000");
291-
//return;
290+
System.Environment.Exit(1);
292291
}
293292

294293
// build an array containing all the web server objects

0 commit comments

Comments
 (0)