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
<?php | |
# Fake Java HTTP server headers | |
header("Server: WildFly/8",true); | |
header("X-Powered-By: Undertow/1",true); | |
/** | |
* A Simple Attack logger | |
*/ | |
function log_attack($log_msg) |
OlderNewer