PHP Quines

Quines are self-reproducing programmes. Here are two in PHP I just wrote:

CLI version:

<?php $a=’<?php $a=%c%s%c;printf($a,39,$a,39);?>’;printf($a,39,$a,39);?>

WEB version:

<?php $a=’&lt;?php $a=%c%s%c;printf($a,39,htmlspecialchars($a),39);?&gt;’;printf($a,39,htmlspecialchars($a),39);?>


About the author:  Waiting for Alma to grow up. Read more from this author


Tags:

Leave a Reply