|
4 | 4 | { |
5 | 5 | "id":"1", |
6 | 6 | "rule":"(?:\"[^\"]*[^-]?>)|(?:[^\\w\\s]\\s*\\\/>)|(?:>\")", |
7 | | - "description":"finds html breaking injections including whitespace attacks", |
| 7 | + "description":"Finds html breaking injections including whitespace attacks", |
8 | 8 | "tags":{ |
9 | 9 | "tag":[ |
10 | 10 | "xss", |
|
16 | 16 | { |
17 | 17 | "id":"2", |
18 | 18 | "rule":"(?:\"+.*[<=]\\s*\"[^\"]+\")|(?:\"\\s*\\w+\\s*=)|(?:>\\w=\\\/)|(?:#.+\\)[\"\\s]*>)|(?:\"\\s*(?:src|style|on\\w+)\\s*=\\s*\")|(?:[^\"]?\"[,;\\s]+\\w*[\\[\\(])", |
19 | | - "description":"finds attribute breaking injections including whitespace attacks", |
| 19 | + "description":"Finds attribute breaking injections including whitespace attacks", |
20 | 20 | "tags":{ |
21 | 21 | "tag":[ |
22 | 22 | "xss", |
|
28 | 28 | { |
29 | 29 | "id":"3", |
30 | 30 | "rule":"(?:^>[\\w\\s]*<\\\/?\\w{2,}>)", |
31 | | - "description":"finds unquoted attribute breaking injections", |
| 31 | + "description":"Finds unquoted attribute breaking injections", |
32 | 32 | "tags":{ |
33 | 33 | "tag":[ |
34 | 34 | "xss", |
|
851 | 851 | { |
852 | 852 | "id":"71", |
853 | 853 | "rule":"(?:[\\s\\d\\\/\"]+(?:on\\w+|style|poster|background)=[$\"\\w])|(?:-type\\s*:\\s*multipart)", |
854 | | - "description":"finds malicious attribute injection attempts and MHTML attacks", |
| 854 | + "description":"Finds malicious attribute injection attempts and MHTML attacks", |
855 | 855 | "tags":{ |
856 | 856 | "tag":[ |
857 | 857 | "xss", |
|
908 | 908 | { |
909 | 909 | "id":"77", |
910 | 910 | "rule":"(?:^(-0000023456|4294967295|4294967296|2147483648|2147483647|0000012345|-2147483648|-2147483649|0000023456|2.2250738585072007e-308|1e309)$)", |
911 | | - "description":"Looking for intiger overflow attacks, these are taken from skipfish, except 2.2250738585072007e-308 is the \"magic number\" crash", |
| 911 | + "description":"Looking for integer overflow attacks, these are taken from skipfish, except 2.2250738585072007e-308 is the \"magic number\" crash", |
912 | 912 | "tags":{ |
913 | 913 | "tag":[ |
914 | 914 | "sqli", |
|
0 commit comments