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
.NET-Obfuscator
Open Source
Lists of .NET Obfuscator (Free, Freemium, Paid and Open Source )…
010editor
Free
Templates and scripts for 010 editor…
pokeheartgold
Free
Decompilation of Pokemon HeartGold/SoulSilver…
omni
Open Source
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iterati…
GDB with pwndbg
Open Source
Kali
GDB (GNU Debugger) enhanced with pwndbg plugin for exploit development and reverse engineering. Adds…
abcde
Open Source
ABCDE是一个使用Kotlin编写的OpenHarmony逆向工具包,目前已经实现的功能为解析方舟字节码文件中 的类信息、方法信息、字面量数组信息以及对方法进行反汇编,解析资源索引文件等功能。…