Exploit Notes

PYC (Python Compiled File) Reverse Engineering

Last modified: 2023-02-01

Reverse Engineering

A PYC file is a compiled file generated from source code written in Python.

Decompile

uncompyle6 is a PYC decompiler.

We can install easily using pip.

pip install uncompyle6

Then decompile the pyc file.

uncompyle6 example.pyc

Tools by HDKS

Fuzzagotchi

Automatic web fuzzer.

aut0rec0n

Auto reconnaissance CLI.

Hash Cracker

Hash identifier.