6 ms·
could you share the code for that? thinking I could set up a fail2ban rule for these ips
by acdw 2y ago
could you share the code for that? thinking I could set up a fail2ban rule for these ips
- blueflow 2y agoits a pathetic piece of php code: $db=... $sth=$db->prepare("INSERT INTO beacon (time, addr, query, agent, referer) VALUES (FROM_UNIXTIME(?), ?, ?, ?, ?)"); $sth->execute([ $_SERVER["REQUEST_TIME"], $_SERVER["REMOTE_ADDR"], $_SERVER["QUERY_STRING"], isset($_SERVER["HTTP_USER_AGENT"])?$_SERVER["HTTP_USER_AGENT"]:NULL, isset($_SERVER["HTTP_REFERER"])?$_SERVER["HTTP_REFERER"]:NULL ]);
- bbkane 2y agoPathetic? Looks nice and straightforward to me!