base
This commit is contained in:
@@ -0,0 +1 @@
|
||||
222.122.153.82 => session_id=98feef588c840125f4ffddf92711fb4c&uri=%2FINCINERATE%2F%C5%D7%BD%BA%C6%AE%C0%CC%B4%D9%2Etxt&ip=211.38.137.33&req_size=3072
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
$handle = fopen("./auth.log", "a");
|
||||
|
||||
#fwrite($handle, $_SERVER['REMOTE_ADDR'] );
|
||||
|
||||
#$body = http_get_request_body();
|
||||
$body = @file_get_contents('php://input');
|
||||
#fwrite($handle, $body);
|
||||
|
||||
$log = $_SERVER['REMOTE_ADDR']." => ".$body."\n";
|
||||
|
||||
fwrite($handle, $log);
|
||||
fclose($handle);
|
||||
?>
|
||||
@@ -0,0 +1,8 @@
|
||||
222.122.153.82 => session_id=98feef588c840125f4ffddf92711fb4c&uri=%2FINCINERATE%2F%C5%D7%BD%BA%C6%AE%C0%CC%B4%D9%2Etxt&ip=211.38.137.33&sent_size=3392&time_11=3392
|
||||
222.122.153.82 => session_id=201S103wolt1920220h893ds10da3da3&uri=/INCINERATE/test_0&ip=211.38.137.33&file_size=0&a=10&werfgwerf=123!@#$%^&*()테스트
|
||||
222.122.153.82 => session_id=201S103wolt1920220h893ds10da3da3&uri=/INCINERATE/test_0&ip=211.38.137.33&file_size=0&a=10&werfgwerf=123!@#$%^&*()테스트
|
||||
222.122.153.82 => session_id=201S103wolt1920220h893ds10da3da3&uri=/INCINERATE/test_0&ip=211.38.137.33&file_size=1093142&a=10&werfgwerf=123!@#$%^&*()테스트
|
||||
222.122.153.82 => session_id=201S103wolt1920220h893ds10da3da3&uri=/INCINERATE/test_0&ip=211.38.137.33&file_size=1093142&a=10&werfgwerf=123!@#$%^&*()테스트
|
||||
222.122.153.82 => session_id=201S103wolt1920220h893ds10da3da3&uri=/INCINERATE/Gym Bag!_?_1234_&ip=211.38.137.33&file_size=1093142&a=10&werfgwerf=123!@#$%^&*()테스트
|
||||
222.122.153.82 => session_id=201S103wolt1920220h893ds10da3da3&uri=/INCINERATE/test_0&ip=211.38.137.33&file_size=1093142&a=10&werfgwerf=123!@#$%^&*()테스트
|
||||
222.122.153.82 => session_id=201S103wolt1920220h893ds10da3da3&uri=/INCINERATE/______test_10k.txt&ip=222.122.153.77&file_size=6291456000&1234
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
$handle = fopen("./payment.log", "a");
|
||||
|
||||
#fwrite($handle, $_SERVER['REMOTE_ADDR'] );
|
||||
|
||||
#$body = http_get_request_body();
|
||||
$body = @file_get_contents('php://input');
|
||||
#fwrite($handle, $body);
|
||||
|
||||
$log = $_SERVER['REMOTE_ADDR']." => ".$body."\n";
|
||||
|
||||
fwrite($handle, $log);
|
||||
fclose($handle);
|
||||
?>
|
||||
Reference in New Issue
Block a user