EQGRP_hexdump
Description
EQGRP Toolset Firewall - file hexdump.py
Query · yara
strings: $s1 = "def hexdump(x,lead=\"[+] \",out=sys.stdout):" fullword ascii $s2 = "print >>out, \"%s%04x \" % (lead,i)," fullword ascii $s3 = "print >>out, \"%02X\" % ord(x[i+j])," fullword ascii $s4 = "print >>out, sane(x[i:i+16])" fullword ascii condition: ( uint16(0) == 0x2123 and filesize < 1KB and 2 of ($s*) ) or ( all of them )