|
36 | 36 | {{binary}} -tags cve,dos,fuzz
|
37 | 37 | {{binary}} -tags cve -include-tags dos,fuzz
|
38 | 38 | {{binary}} -tags cve -exclude-tags cve2020
|
39 |
| -{{binary}} -tags cve -exclude-templates cves/2020/ |
40 |
| -{{binary}} -tags cve -exclude-templates cves/2020/CVE-2020-9757.yaml |
41 |
| -{{binary}} -tags cve -exclude-templates cves/2020/CVE-2020-9757.yaml -exclude-templates cves/2021/ |
42 |
| -{{binary}} -t cves/ |
43 |
| -{{binary}} -t cves/ -t exposures/ |
44 |
| -{{binary}} -t cves/ -t exposures/ -tags config |
45 |
| -{{binary}} -t cves/ -t exposures/ -tags config,ssrf |
46 |
| -{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical |
47 |
| -{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam |
48 |
| -{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli |
49 |
| -{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -exclude-templates cves/2021/ |
50 |
| -{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -exclude-templates cves/2017/CVE-2017-7269.yaml |
51 |
| -{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -include-templates cves/2017/CVE-2017-7269.yaml |
| 39 | +{{binary}} -tags cve -exclude-templates http/cves/2020/ |
| 40 | +{{binary}} -tags cve -exclude-templates http/cves/2020/CVE-2020-9757.yaml |
| 41 | +{{binary}} -tags cve -exclude-templates http/cves/2020/CVE-2020-9757.yaml -exclude-templates http/cves/2021/ |
| 42 | +{{binary}} -t http/cves/ |
| 43 | +{{binary}} -t http/cves/ -t http/exposures/ |
| 44 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config |
| 45 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config,ssrf |
| 46 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config -severity high,critical |
| 47 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config -severity high,critical -author geeknik,pdteam |
| 48 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli |
| 49 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -exclude-templates http/cves/2021/ |
| 50 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -exclude-templates http/cves/2017/CVE-2017-7269.yaml |
| 51 | +{{binary}} -t http/cves/ -t http/exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -include-templates http/cves/2017/CVE-2017-7269.yaml |
52 | 52 |
|
53 | 53 | # Advanced Filtering
|
54 | 54 | {{binary}} -tags cve -author geeknik,pdteam -tc severity=='high'
|
55 | 55 | {{binary}} -tc contains(authors,'pdteam')
|
56 |
| -{{binary}} -t cves/ -t exposures/ -tc contains(tags,'cve') -exclude-templates cves/2020/CVE-2020-9757.yaml |
| 56 | +{{binary}} -t http/cves/ -t http/exposures/ -tc contains(tags,'cve') -exclude-templates http/cves/2020/CVE-2020-9757.yaml |
57 | 57 | {{binary}} -tc protocol=='dns'
|
58 | 58 | {{binary}} -tc contains(http_method,'GET')
|
59 | 59 | {{binary}} -tc len(body)>0
|
|
65 | 65 | {{binary}} -w workflows
|
66 | 66 | {{binary}} -w workflows -author geeknik,pdteam
|
67 | 67 | {{binary}} -w workflows -severity high,critical
|
68 |
| -{{binary}} -w workflows -author geeknik,pdteam -severity high,critical |
| 68 | +{{binary}} -w workflows -author geeknik,pdteam -severity high,critical |
69 | 69 |
|
70 | 70 | # Input Types
|
71 | 71 | # http protocol
|
|
0 commit comments