spidr: versatile Ruby web spidering library
Spidr Spidr is a versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use....
Spidr Spidr is a versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use....
SafeSQL is a static analysis tool for Go that protects against SQL injections. How does it work? SafeSQL uses the static analysis utilities in go/tools to search for all call sites of...
phptrace phptrace is a low-overhead tracing tool for PHP. It can trace all PHP executing, function calls, request information during run-time. And provides features like Filter, Statistics, Current Status and...
Raptor is a web-based (web-service + UI) github centric source-vulnerability scanner i.e. it scans a repository with just the github repo url. You can set up webhooks to ensure automated...
PHP-Reaper PHP tool to scan ADOdb code for SQL Injections Why The main idea is to be able to detect problems as early as possible when the code is fresh in your...
Programming / Web Exploitation / Web Vulnerability Analysis
by do son · Published February 1, 2018 · Last modified October 25, 2022
PHP Vulnerability Hunter is an advanced whitebox PHP web application fuzzer that scans for several different classes of vulnerabilities via static and dynamic analysis. By instrumenting application code, PHP Vulnerability...
cutelog – GUI for Python’s logging module This is a graphical log viewer for Python‘s standard logging module. It can be targeted with a SocketHandler with no additional setup. The...
Simcoin – A Blockchain Simulation Framework 🏗️ Simcoin facilitates realistic simulations of blockchain networks (currently Bitcoin only). The network is virtualized by the simulation software on one single Unix host machine....
Programming / Web Vulnerability Analysis / WebApp PenTest
by do son · Published January 1, 2018 · Last modified October 10, 2021
Web Application Protection (WAP) is a tool to detect and correct input validation vulnerabilities in web applications written in PHP and predicts false positives. The tool combines source code static...
Programming / Web Vulnerability Analysis
by do son · Published October 18, 2017 · Last modified November 4, 2024
PHP Secure Configuration Checker Check current PHP configuration for potential security flaws. Simply access this file from your web server or run on CLI. Author This software was written by...
I am going to make a web crawler that will login to a school website using my credentials and then crawl certain parts of the site. I am using the...
clrinject Injects C# EXE or DLL Assembly into any CLR runtime and AppDomain of another process. The injected assembly can then access static instances of the injection process’s classes and...
pyrasite – Inject code into running Python processes Compatibility Pyrasite works with Python 2.4 and newer. Injection works between versions as well, so you can run Pyrasite under Python 3 and...
Py2ExeDecompiler Decompiles Exe created by Py2Exe using uncompyle6 for both python 2 and 3. Contact: Amanda Rousseau (@malwareunicorn) Download the release here Requirements: Python 2.7, required for 2.7 py2exe binaries...
Taint php extension used to detect XSS codes(tainted string), And also can be used to spot sql injection vulnerabilities, shell inject, etc. The idea is from https://wiki.php.net/rfc/taint, I implemented it in...