Path: blob/dev/cmd/functional-test/testcases.txt
2070 views
# Simple binary invocation1{{binary}}23# Template tags filter4{{binary}} -tags cve -ntv 8.8.8,8.8.95{{binary}} -tags cve6{{binary}} -tags cve,exposure7{{binary}} -tags cve,exposure -tags token8{{binary}} -tags cve,exposure -tags token,logs9{{binary}} -tags "cve","exposure" -tags "token","logs"10{{binary}} -tags 'cve','exposure' -tags 'token','logs'11{{binary}} -tags cve -severity high12{{binary}} -tags cve,exposure -severity high,critical13{{binary}} -tags cve,exposure -severity high,critical,medium14{{binary}} -tags cve -author geeknik15{{binary}} -tags cve -author geeknik,pdteam16{{binary}} -tags cve -author geeknik -severity high17{{binary}} -tags cve18{{binary}} -tags cve,exposure19{{binary}} -tags cve,exposure -tags token20{{binary}} -tags cve,exposure -tags token,logs21{{binary}} -tags "cve","exposure" -tags "token","logs"22{{binary}} -tags 'cve','exposure' -tags 'token','logs'23{{binary}} -tags cve -severity high24{{binary}} -tags cve,exposure -severity high,critical25{{binary}} -tags cve,exposure -severity high,critical,medium26{{binary}} -tags cve -author geeknik27{{binary}} -tags cve -author geeknik,pdteam28{{binary}} -tags cve -author geeknik -severity high29{{binary}} -tags cve,exposure -author geeknik,pdteam -severity high,critical30{{binary}} -tags "cve,exposure" -author "geeknik,pdteam" -severity high,critical31{{binary}} -tags cve -etags ssrf32{{binary}} -tags cve,exposure -etags ssrf,config33{{binary}} -tags cve,exposure -etags ssrf,config -severity high34{{binary}} -tags cve,exposure -etags ssrf,config -severity high -author geeknik35{{binary}} -tags cve,dos,fuzz36{{binary}} -tags cve -include-tags dos,fuzz37{{binary}} -tags cve -exclude-tags cve202038{{binary}} -tags cve -exclude-templates cves/2020/39{{binary}} -tags cve -exclude-templates cves/2020/CVE-2020-9757.yaml40{{binary}} -tags cve -exclude-templates cves/2020/CVE-2020-9757.yaml -exclude-templates cves/2021/41{{binary}} -t cves/42{{binary}} -t cves/ -t exposures/43{{binary}} -t cves/ -t exposures/ -tags config44{{binary}} -t cves/ -t exposures/ -tags config,ssrf45{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical46{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam47{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli48{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -exclude-templates cves/2021/49{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -exclude-templates cves/2017/CVE-2017-7269.yaml50{{binary}} -t cves/ -t exposures/ -tags config -severity high,critical -author geeknik,pdteam -etags sqli -include-templates cves/2017/CVE-2017-7269.yaml5152# Advanced Filtering53{{binary}} -tags cve -author geeknik,pdteam -tc severity=='high'54{{binary}} -tc contains(authors,'pdteam')55{{binary}} -t cves/ -t exposures/ -tc contains(tags,'cve') -exclude-templates cves/2020/CVE-2020-9757.yaml56{{binary}} -tc protocol=='dns'57{{binary}} -tc contains(http_method,'GET')58{{binary}} -tc len(body)>059{{binary}} -tc contains(matcher_type,'word')60{{binary}} -tc contains(extractor_type,'regex')61{{binary}} -tc contains(description,'wordpress')6263# Workflow Filters64{{binary}} -w workflows65{{binary}} -w workflows -author geeknik,pdteam66{{binary}} -w workflows -severity high,critical67{{binary}} -w workflows -author geeknik,pdteam -severity high,critical6869# Input Types70# http protocol71# host72{{binary}} -id tech-detect -u scanme.sh73# host:port74{{binary}} -id tech-detect -u scanme.sh:8075# scheme://host:port76{{binary}} -id tech-detect -u http://scanme.sh:8077# scheme://host78{{binary}} -id tech-detect -u https://scanme.sh7980# Network Protocol81# host82{{binary}} -id ftp-weak-credentials -u scanme.sh83# host:port84{{binary}} -id ftp-weak-credentials -u scanme.sh:218586# SSL Protocol87# host88{{binary}} -id tls-version -u scanme.sh89# host:port90{{binary}} -id tls-version -u scanme.sh:229192# Options93# Tls Impersonate94{{binary}} -id tech-detect -tlsi -u https://scanme.sh9596