WEB Extensive Testing Environment.
git clone [email protected]:kenoph/webete.git
cd webete
pip install .
pip install -U --no-deps -r requirements.txt
Say you want to get a compiled python file from a webserver but you don't
want to try all the different paths manually (different interpreter versions, __pycache__/
, ecc...).
Say, then, that you would also like to decompile such file once you find its url.
webete
has got you covered:
Download and decompile a secret.pyc
file straight from a webserver:
webete http://target/ --python secret # output ./secret.py
Download and decompile secret.pyc
from library hidden
:
webete http://target/ -p hidden/secret # output ./hidden/secret.py