Skip to content

RiccardoBonafede/webete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEBETE

Build Status

WEB Extensive Testing Environment.

mentana

Install

git clone [email protected]:kenoph/webete.git
cd webete
pip install .
pip install -U --no-deps -r requirements.txt

Examples

Python .pyc download and decompilation

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

About

WEB Extensive Testing Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%