Tags: deobfuscation php malware 

Rating:

Phonetic was an easy PHP reversing challenge. We were given an obfuscated PHP script. The script decodes another encoded PHP script and executes it, which has the flag hidden in uuencoding and then base64 encoded along with some hints.

[Read the full writeup here](https://medium.com/@ReversedEyes/phonetic-writeup-h-ctivitycon-2021-52f335ad1d90)

Original writeup (https://medium.com/@ReversedEyes/phonetic-writeup-h-ctivitycon-2021-52f335ad1d90).