File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ class Program
14
14
public static string catCode = "" ;
15
15
public static string sigCode = "" ;
16
16
public static string reportHtml = "" ;
17
- static string catURL = "https://raw.githubusercontent.com/FortyNorthSecurity/EyeWitness/master/categories.txt" ;
18
- static string sigURL = "https://raw.githubusercontent.com/FortyNorthSecurity/EyeWitness/master/signatures.txt" ;
17
+ static string catURL = "https://raw.githubusercontent.com/FortyNorthSecurity/EyeWitness/master/Python/ categories.txt" ;
18
+ static string sigURL = "https://raw.githubusercontent.com/FortyNorthSecurity/EyeWitness/master/Python/ signatures.txt" ;
19
19
public static Dictionary < string , string > categoryDict = new Dictionary < string , string > ( ) ;
20
20
public static Dictionary < string , string > signatureDict = new Dictionary < string , string > ( ) ;
21
21
public static Dictionary < string , object [ ] > categoryRankDict = new Dictionary < string , object [ ] > ( ) ;
You can’t perform that action at this time.
0 commit comments