Application Security
Reliable Resources for AppSec
Last updated
Reliable Resources for AppSec
Last updated
Resources | ||
---|---|---|
Tools | ||
---|---|---|
MindAPI - interactive Mind Map
graphql voyager -converts a response of an introspection query into a visual graph that maps
InQL -can inspect the introspection query results and generate clean documentation in different formats (Burp Extension)
Online JSON Web Token (JWT) Tool/Reference !
Back end Servers
The hardware and operating system that hosts all other components and are usually run on operating systems like Linux, Windows, or using Containers.
Web Servers
Web servers handle HTTP requests and connections. Some examples are Apache, NGINX, and IIS.
Databases
Databases (DBs) store and retrieve the web application data. Some examples of relational databases are MySQL, MSSQL, Oracle, PostgreSQL, while examples of non-relational databases include NoSQL and MongoDB.
Development Frameworks
Development Frameworks are used to develop the core Web Application. Some well-known frameworks include PHP, C#, Java, Python, and NodeJS JavaScript
OWASP MASVS -Mobile Application Security Verification Standard
OWASP MSTG - Mobile Application Security Testing Guide
iOS Testing Guide by Security Innovation
Secure Coding guide by JSSEC
VulnPlanet - Vulnerable code snippets with fixes
fzf - Use alias in CLI to easily discover installed wordlists
SecLists - various lists
Dorkish (Recon)
Nuclei burp plugin (in Bapp store) - generate nuclei template from burp requests
HackBar Extension (in Bapp store) - Security testing Payloads
IP Rotate Burp Extension (in BApp store)
Bypass-WAF (in BAPP store)
Autorize - Automatic authorization enforcement detection
Hackvertor – Handy type conversion
Sensitive Discoverer - Discovers sensitive information inside HTTP messages
---
---
JavaScript Console (test javascript code excution)
Beautifier (obfuscator/code editor for CSS, HTML and JS)
JSNice (JS de-obfuscator)
Prettier (obfuscator/code editor)
SQLRecon - C# Recon and Exploitation for MSSQL
PHP Generic Gadget chains (PHPGGC) - AKA "ysoserial for PHP"