Skip to content

Instantly share code, notes, and snippets.

@diegoalbuquerque
Created May 19, 2020 21:52
Show Gist options
  • Save diegoalbuquerque/55cbd0409f1fe4cf6630bcbb13afd066 to your computer and use it in GitHub Desktop.
Save diegoalbuquerque/55cbd0409f1fe4cf6630bcbb13afd066 to your computer and use it in GitHub Desktop.
Exemplo de de-conversão base64 e execução de código em php
<?php eval(base64_decode('<codigo em base64')); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment