CN_Honker_WebScan_wwwscan
Description
Sample from CN Honker Pentest Toolset - file wwwscan.exe
Query · yara
strings: $s1 = "%s www.target.com -p 8080 -m 10 -t 16" fullword ascii /* PEStudio Blacklist: strings */ $s2 = "GET /nothisexistpage.html HTTP/1.1" fullword ascii $s3 = "<Usage>: %s <HostName|Ip> [Options]" fullword ascii /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 60KB and all of them