[PHP] Self-destructing PHP Page 02-10-2019, 11:18 AM
#1
This page will show html to the user and after serving the page it will self-destruct.
index.php
Download:
http://www.filefactory.com/file/3g9qoykam6ix/index.php
Virus Scan:
https://www.virustotal.com/#/file/361ece.../detection
index.php
Code:
<?php
echo "YOUR HTML GOES HERE";
unlink('index.php');
?>
Download:
http://www.filefactory.com/file/3g9qoykam6ix/index.php
Virus Scan:
https://www.virustotal.com/#/file/361ece.../detection
(This post was last modified: 02-10-2019, 11:48 AM by hacxx.)