mirror of
https://github.com/blackorbird/APT_REPORT.git
synced 2025-05-05 18:33:13 +00:00
Create babyshark-CVE20188174.php
This commit is contained in:
parent
1715cecb29
commit
123d61bd0b
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);
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user