Sinisterly
[PHP] Self-destructing PHP Page - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: [PHP] Self-destructing PHP Page (/Thread-PHP-Self-destructing-PHP-Page)



[PHP] Self-destructing PHP Page - hacxx - 02-10-2019

This page will show html to the user and after serving the page it will self-destruct.

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/361ece9607d8e15a47b493c5c50315a81902f62a4fca42ca6c0278b252b8db26/detection


RE: [PHP] Self-destructing PHP Page - mothered - 02-10-2019

How you come up with your contributions, Is beyond me.

Very original/unique (In It's own way) with each one.


RE: [PHP] Self-destructing PHP Page - darkninja1980 - 02-10-2019

(02-10-2019, 11:45 AM)mothered Wrote: How you come up with your contributions, Is beyond me.

Very original/unique (In It's own way) with each one.

I like your saying. Wink


RE: [PHP] Self-destructing PHP Page - mothered - 02-10-2019

(02-10-2019, 12:10 PM)darkninja1980 Wrote:
(02-10-2019, 11:45 AM)mothered Wrote: How you come up with your contributions, Is beyond me.

Very original/unique (In It's own way) with each one.

I like your saying. Wink

So do I.

On-topic, I neglected to thank the OP, so much appreciated.