Example Usage
# HELP ╭─ 👻 swissky@crashlab: ~/Github/PHP_Code_Static_Analysis ‹master*› ╰─$ python3 index.py usage: index.py [-h] [--dir DIR] [--plain] optional arguments: -h, --help show this help message and exit --dir DIR Directory to analyse --plain No color in output # Example ╭─ 👻 swissky@crashlab: ~/Github/PHP_Code_Static_Analysis ‹master*› ╰─$ python3 index.py --dir vulns ------------------------------------------------------------ Analyzing 'vulns' source code ------------------------------------------------------------ Potential vulnerability found : File Inclusion Line 19 in vulns/include.php Code : include($_GET['patisserie']) ------------------------------------------------------------ Potential vulnerability found : Insecure E-mail Line 2 in vulns/mail.php Code : mail($dest, "subject", "message", "", "-f" . $_GET['from']) Declared at line 1 : $dest = $_GET['who'];
See also
Zygisk-Il2CppDumper
Open Source
Using Zygisk to dump il2cpp data at runtime…
010editor
Free
Templates and scripts for 010 editor…
ret-sync
Open Source
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2…
ida-sigmaker
Open Source
sigmaker is a zero-dependency IDA Pro 9.0+ cross-platform signature maker plugin with optional SIMD …
APKTool
Open Source
Kali
Tool for reverse engineering Android APK files. Decodes resources to their original form, rebuilds d…
BitMono
Open Source
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.…