Web Security
Security of web apps & services.
Contents
- Auditing
- Command Injection
- OSINT - Open-Source Intelligence
- Sub Domain Enumeration
- Code Generating
- Fuzzing
- Scanning
- Penetration Testing
- XSS - Cross-Site Scripting
- SQL Injection
- Template Injection
- XXE
- Cross Site Request Forgery
- Leaking
- Detecting
- Preventing
- Proxy
- Webshell
- Disassembler
- DNS Rebinding
- Others
Introduction
XSS - Cross-Site Scripting
Prototype Pollution
Command Injection
XXE - XML eXternal Entity
Evasions
Tricks
CSRF
Remote Code Execution
SQL Injection
SSRF
Web Cache Poisoning
PoCs
Database
Tools
Auditing
Command Injection
OSINT - Open-Source Intelligence
FOCA (Fingerprinting Organizations with Collected Archives) is a tool used mainly to find metadata and hidden information in the documents its scans by ElevenPaths.
XRay is a tool for recon, mapping and OSINT gathering from public networks by @evilsocket.
raven is a Linkedin information gathering tool that can be used by pentesters to gather information about an organization employees using Linkedin by @0x09AL.
The most complete open-source tool for Twitter intelligence analysis by @vaguileradiaz.
High performance offensive security tool for reconnaissance and vulnerability scanning by @evyatarmeged.
Sub Domain Enumeration
Sublist3r is a multi-threaded sub-domain enumeration tool for penetration testers by @aboul3la.
EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible by @ChrisTruncer.
A simple and fast sub domain brute tool for pentesters by @lijiejie.
Analyze the security of any domain by finding all the information possible by @eldraco.
Google's Certificate Transparency project fixes several structural flaws in the SSL certificate system by @google.
Fuzzing
Script that inspects multi-byte character sets looking for characters with specific user-defined properties by @hack-all-the-things.
Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
Scanning
Penetration Testing
XSS - Cross-Site Scripting
Template Injection
XXE
Cross Site Request Forgery
Leaking
Detecting
Scanner detecting the use of JavaScript libraries with known vulnerabilities by @RetireJS.
Sandbox for semi-automatic Javascript malware analysis, deobfuscation and payload extraction by @HynekPetrak.
Scan your code for security misconfiguration, search for passwords and secrets.
bXSS is a simple Blind XSS application adapted from cure53.de/m by @LewisArdern.
Preventing
Proxy
Webshell
Disassembler
DNS Rebinding
DNS Rebind Toolkit is a frontend JavaScript framework for developing DNS Rebinding exploits against vulnerable hosts and services on a local area network (LAN) by @brannondorsey
DNS Rebinding Exploitation Framework. Dref does the heavy-lifting for DNS rebinding by @mwrlabs