This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Python scanner for first line eval() based infection on php script (ex: Wordpress infection) | |
Information: http://somewebgeek.com/2014/wordpress-remote-code-execution-base64_decode/ | |
hugokernel, 09/2014 | |
Usage: | |
python scan.py directory | |
''' | |
import sys |