livepython: Visually trace Python code in real-time
Livepython Livepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. In addition, it can track changes in global and local variables...
Livepython Livepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. In addition, it can track changes in global and local variables...
The Python community is always active in sharing learning resources and helping beginners master the language. But also because of too many resources, resulting in it is difficult to know...
Kurukshetra is a web framework that’s developed with the aim of being the first open source framework which provides a solid foundation to host reasonably complex secure coding challenges while still providing the...
WAM – Web App Monitor WAM is a platform powered by Python to monitor “Web App“, “The dynamic network information”. To a certain extent, it greatly helps the security researchers save...
Programming / Web Vulnerability Analysis / WebApp PenTest
by do son · Published November 2, 2018 · Last modified November 4, 2024
Python Taint Static analysis of Python web applications based on theoretical foundations (Control flow graphs, fixed point, data flow analysis) This report presents the static analysis too PyT which has...
Flawfinder Flawfinder searches through C/C++ source code looking for potential security flaws. To run flawfinder, simply give flawfinder a list of directories or files. For each directory given, all files...
Linux has long been used as an operating system, powering everything from supercomputers to smartphones. For those who have been in the Microsoft or Apple systems for a long time,...
Spectator Regex based source code scanner that uses git enterprise search interface to find potential security vulnerability and automatically create issues in an affected repository. Download git clone https://github.com/cucrisis/spectator.git Usage ...
Programming / Web Vulnerability Analysis
by do son · Published August 16, 2018 · Last modified August 5, 2019
phpcs-security-audit phpcs-security-audit is a set of PHP_CodeSniffer rules that find vulnerabilities and weaknesses related to security in PHP code. It currently has core PHP rules as well as Drupal 7 specific rules....
Parse: A PHP Security Scanner The Parse scanner is a static scanning tool to review your PHP code for potential security-related issues. A static scanner means that the code is not executed...
pyprotect pyprotect is a lightweight python code protector, makes your python project harder to reverse engineer. Features Cross-platform No need to install any extra dependents Very easy to use Only python3.x...
the Secure Coding Dojo The Secure Coding Dojo is a platform for delivering secure coding training. While it comes with its own vulnerable training application (the Insecure.Inc website) the training...
drek is a static-code-analysis tool that can be used to perform security-focused code reviews. It enables an auditor to swiftly map the attack-surface of a large application, with an emphasis...
python-registry is a pure Python library that provides read-only access to Windows Registry files. These include NTUSER.DAT, userdiff, and SAM. The interface is two-fold: a high-level interface suitable for most...
RIPS RIPS is the most popular static code analysis tool to automatically detect vulnerabilities in PHP applications. By tokenizing and parsing all source code files, RIPS is able to transform...