<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Web Security Updates Weekly</title>
  <id>https://www.trackawesomelist.com/qazbnm456/awesome-web-security/week/feed.xml</id>
  <updated>2026-08-21T13:09:42.978Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/qazbnm456/awesome-web-security/week/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/qazbnm456/awesome-web-security/week/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/qazbnm456/awesome-web-security/week/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>🐶 A curated list of Web Security materials and resources.</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2026/34/</id>
    <title>Awesome Web Security Updates on Aug 24 - Aug 30, 2026</title>
    <updated>2026-08-21T13:09:42.978Z</updated>
    <published>2026-08-21T13:09:42.853Z</published>
    <content type="html"><![CDATA[<h3><p>Reconnaissance / OSINT - Open-Source Intelligence</p>
</h3>
<ul>
<li><a href="https://github.com/Greenwolf/social_mapper" rel="noopener noreferrer">Social Mapper (⭐4.1k)</a> - Social Media Enumeration &amp; Correlation Tool by <a href="https://github.com/Greenwolf" rel="noopener noreferrer">Jacob Wilkin (Greenwolf)</a>.</li>
</ul>
<h3><p>Fuzzing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/spidersuite/SpiderSuite" rel="noopener noreferrer">SpiderSuite (⭐974)</a> - Cross-platform web security crawler supporting standard, headless, interactive, brute-force, and archive crawling modes, for attack-surface mapping and endpoint discovery, by <a href="https://github.com/3nock" rel="noopener noreferrer">@3nock</a>.</li>
</ul>
<h3><p>Proxy / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/emanuele-em/proxelar" rel="noopener noreferrer">Proxelar (⭐1.1k)</a> - Single-binary intercepting proxy for HTTP, HTTPS, and WebSocket traffic that pauses and edits requests in flight, replays them, rewrites traffic with Lua hooks, and exports captures as HAR, curl, or raw HTTP, available as a terminal UI, web GUI, or headless REST API, by <a href="https://github.com/emanuele-em" rel="noopener noreferrer">@emanuele-em</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/34/"/>
    <summary>3 awesome projects updated on Aug 24 - Aug 30, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/30/</id>
    <title>Awesome Web Security Updates on Jul 27 - Aug 02, 2026</title>
    <updated>2026-07-26T13:52:53.390Z</updated>
    <published>2026-07-26T13:52:52.968Z</published>
    <content type="html"><![CDATA[<h3><p>SSL/TLS</p>
</h3>
<ul>
<li><a href="https://securemonk.io/insights/state-of-tls" rel="noopener noreferrer">State of TLS on the public web</a> - Live-data research across thousands of scanned hosts: protocol adoption, the TLS-versus-headers maturity gap, ECDSA drawing even with RSA, certificate lifetimes against the CA/B Forum 47-day schedule, and the end of OCSP stapling. Figures recompute from the scan corpus on each load.</li>
</ul>
<h3><p>Deserialization</p>
</h3>
<ul>
<li><a href="https://0day-rubbish.com/blog/altus-ix-developer-xaml-rce" rel="noopener noreferrer">Altus iX Developer XAML Deserialization RCE</a> - Root-cause analysis and reproducible PoC for a XAML deserialization RCE (CVSS 7.3) in a SCADA HMI engineering IDE, including affected versions and a self-contained exploit script, published by <a href="https://github.com/Exploit-Garbage/0day-Rubbish" rel="noopener noreferrer">0day Rubbish (⭐200)</a>.</li>
</ul>
<h3><p>Application / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://poszo.com/security/nextjs-headers-pitfall" rel="noopener noreferrer">The Next.js security-headers pitfall</a> - Shows how a correct-looking Next.js headers() block can overwrite route-specific rules or differ from final CDN responses, with an inventory, merge, preview, deployed-route verification, and rollback workflow.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/30/"/>
    <summary>3 awesome projects updated on Jul 27 - Aug 02, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/29/</id>
    <title>Awesome Web Security Updates on Jul 20 - Jul 26, 2026</title>
    <updated>2026-07-19T03:58:04.203Z</updated>
    <published>2026-07-17T03:34:35.192Z</published>
    <content type="html"><![CDATA[<h3><p>Forums</p>
</h3>
<ul>
<li><a href="https://www.phrack.org/" rel="noopener noreferrer">Phrack Magazine</a> - Ezine written by and for hackers.</li>
</ul>

<ul>
<li><a href="https://www.theregister.co.uk/" rel="noopener noreferrer">The Register</a> - Biting the hand that feeds IT.</li>
</ul>
<h3><p>XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://www.paulosyibelo.com/2018/06/the-big-bad-wolf-xss-and-maintaining.html" rel="noopener noreferrer">THE BIG BAD WOLF - XSS AND MAINTAINING ACCESS</a> - Written by <a href="https://www.paulosyibelo.com/" rel="noopener noreferrer">Paulos Yibelo</a>.</li>
</ul>
<h3><p>CSV Injection</p>
</h3>
<ul>
<li><a href="https://georgemauer.net/2017/10/07/csv-injection.html" rel="noopener noreferrer">The Absurdly Underestimated Dangers of CSV Injection</a> - Written by <a href="https://georgemauer.net/" rel="noopener noreferrer">George Mauer</a>.</li>
</ul>
<h3><p>ORM Injection</p>
</h3>
<ul>
<li><a href="https://blog.h3xstream.com/2014/02/hql-for-pentesters.html" rel="noopener noreferrer">HQL for pentesters</a> - Written by <a href="https://twitter.com/h3xstream/" rel="noopener noreferrer">@h3xstream</a>.</li>
</ul>
<h3><p>Rails</p>
</h3>
<ul>
<li><a href="https://guides.rubyonrails.org/security.html" rel="noopener noreferrer">Official Rails Security Guide</a> - Written by <a href="https://rubyonrails.org/" rel="noopener noreferrer">Rails team</a>.</li>
</ul>
<h3><p>CSP</p>
</h3>
<ul>
<li><a href="https://www.paulosyibelo.com/2017/05/twitter-xss-csp-bypass.html" rel="noopener noreferrer">TWITTER XSS + CSP BYPASS</a> - Written by <a href="https://www.paulosyibelo.com/" rel="noopener noreferrer">Paulos Yibelo</a>.</li>
</ul>
<h3><p>JSMVC</p>
</h3>
<ul>
<li><a href="https://www.slideshare.net/x00mario/jsmvcomfg-to-sternly-look-at-javascript-mvc-and-templating-frameworks" rel="noopener noreferrer">JavaScript MVC and Templating Frameworks</a> - Written by <a href="https://www.slideshare.net/x00mario" rel="noopener noreferrer">Mario Heiderich</a>.</li>
</ul>
<h3><p>Authentication</p>
</h3>
<ul>
<li><a href="https://blog.malerisch.net/2017/04/trend-micro-threat-discovery-appliance-session-generation-authentication-bypass-cve-2016-8584.html" rel="noopener noreferrer">Trend Micro Threat Discovery Appliance - Session Generation Authentication Bypass (CVE-2016-8584)</a> - Written by <a href="https://twitter.com/malerisch" rel="noopener noreferrer">@malerisch</a> and <a href="https://twitter.com/steventseeley" rel="noopener noreferrer">@steventseeley</a>.</li>
</ul>
<h3><p>XSS</p>
</h3>
<ul>
<li><a href="https://www.slideshare.net/x00mario/es6-en" rel="noopener noreferrer">ECMAScript 6 from an Attacker's Perspective - Breaking Frameworks, Sandboxes, and everything else</a> - Written by <a href="https://www.slideshare.net/x00mario" rel="noopener noreferrer">Mario Heiderich</a>.</li>
</ul>

<ul>
<li><a href="https://zhchbin.github.io/2017/08/30/Uber-XSS-via-Cookie/" rel="noopener noreferrer">Uber XSS via Cookie</a> - Written by <a href="https://zhchbin.github.io/" rel="noopener noreferrer">zhchbin</a>.</li>
</ul>
<h3><p>NoSQL Injection</p>
</h3>
<ul>
<li><a href="https://www.petecorey.com/blog/2017/06/12/graphql-nosql-injection-through-json-types/" rel="noopener noreferrer">GraphQL NoSQL Injection Through JSON Types</a> - Written by <a href="https://www.petecorey.com/work/" rel="noopener noreferrer">Pete</a>.</li>
</ul>
<h3><p>XXE</p>
</h3>
<ul>
<li><a href="https://seclists.org/fulldisclosure/2018/Jul/3" rel="noopener noreferrer">XXE in WeChat Pay Sdk ( WeChat leave a backdoor on merchant websites)</a> - Written by <a href="https://twitter.com/codeshtool" rel="noopener noreferrer">Rose Jackcode</a>.</li>
</ul>
<h3><p>SSRF</p>
</h3>
<ul>
<li><a href="https://10degres.net/aws-takeover-through-ssrf-in-javascript/" rel="noopener noreferrer">AWS takeover through SSRF in JavaScript</a> - Written by <a href="https://10degres.net/" rel="noopener noreferrer">Gwen</a>.</li>
</ul>
<h3><p>URL</p>
</h3>
<ul>
<li><a href="https://blog.blackfan.ru/2017/09/devtwittercom-xss.html" rel="noopener noreferrer">[dev.twitter.com] XSS</a> - Written by <a href="https://blog.blackfan.ru/" rel="noopener noreferrer">Sergey Bobrov</a>.</li>
</ul>
<h3><p>Penetration Testing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/inflictx/Arsenal" rel="noopener noreferrer">ARS3NAL (⭐172)</a> - Offline-first, self-hosted pentest &amp; bug-bounty arsenal - searchable payloads, a click-to-build command generator, GTFOBins, wordlists, an embedded CyberChef, reverse shells and per-vulnerability checklists, with a live static demo - by <a href="https://github.com/inflictx" rel="noopener noreferrer">@inflictx</a>.</li>
</ul>
<h3><p>Decompiler / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.benf.org/other/cfr/" rel="noopener noreferrer">CFR</a> - Another java decompiler by <a href="https://twitter.com/LeeAtBenf" rel="noopener noreferrer">@LeeAtBenf</a>.</li>
</ul>
<h3><p>Blogs / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://blog.orange.tw/" rel="noopener noreferrer">Orange</a> - Taiwan's talented web penetrator.</li>
</ul>

<ul>
<li><a href="https://blog.0daylabs.com/" rel="noopener noreferrer">0Day Labs</a> - Awesome bug-bounty and challenges writeups.</li>
</ul>
<h3><p>Application / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://selinuxgame.org/" rel="noopener noreferrer">SELinux Game</a> - Learn SELinux by doing. Solve Puzzles, show skillz - Written by <a href="https://twitter.com/selinuxgame" rel="noopener noreferrer">@selinuxgame</a>.</li>
</ul>

<ul>
<li><a href="https://hackxor.net/" rel="noopener noreferrer">Hackxor</a> - Realistic web application hacking game - Written by <a href="https://twitter.com/albinowax" rel="noopener noreferrer">@albinowax</a>.</li>
</ul>
<h3><p>Community / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://stackoverflow.com/questions/tagged/security" rel="noopener noreferrer">Stack Overflow</a></li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://pwndizzle.blogspot.jp/2014/02/brute-forcing-your-facebook-email-and.html" rel="noopener noreferrer">Brute Forcing Your Facebook Email and Phone Number</a> - Written by <a href="https://pwndizzle.blogspot.jp/" rel="noopener noreferrer">PwnDizzle</a>.</li>
</ul>

<ul>
<li><a href="https://i.imgur.com/Mr9pvq9.jpg" rel="noopener noreferrer">Pentest + Exploit dev Cheatsheet wallpaper</a> - Penetration Testing and Exploit Dev CheatSheet.</li>
</ul>

<ul>
<li><a href="https://www.covert.io/the-definitive-security-datascience-and-machinelearning-guide/" rel="noopener noreferrer">The Definitive Security Data Science and Machine Learning Guide</a> - Written by JASON TROS.</li>
</ul>

<ul>
<li><a href="https://10degres.net/the-bug-bounty-program-that-changed-my-life/" rel="noopener noreferrer">The bug bounty program that changed my life</a> - Written by <a href="https://10degres.net/" rel="noopener noreferrer">Gwen</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/29/"/>
    <summary>26 awesome projects updated on Jul 20 - Jul 26, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/28/</id>
    <title>Awesome Web Security Updates on Jul 13 - Jul 19, 2026</title>
    <updated>2026-07-09T15:33:32.242Z</updated>
    <published>2026-07-09T15:33:32.223Z</published>
    <content type="html"><![CDATA[<h3><p>Scanning / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/vigolium/vigolium" rel="noopener noreferrer">Vigolium (⭐1.1k)</a> - High-fidelity vulnerability scanner fusing agentic AI with native speed, modularity, and precision, maintained by <a href="https://github.com/j3ssie" rel="noopener noreferrer">@j3ssie</a>.</li>
</ul>
<h3><p>Penetration Testing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/ASCIT31/Dark-Moon" rel="noopener noreferrer">Darkmoon (⭐872)</a> - Open source autonomous AI penetration testing platform that orchestrates 80+ offensive tools via Markdown playbooks and MCP across web, cloud, Active Directory and Kubernetes, with an evidence trail per finding by <a href="https://github.com/ASCIT31" rel="noopener noreferrer">@ASCIT31</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/28/"/>
    <summary>2 awesome projects updated on Jul 13 - Jul 19, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/23/</id>
    <title>Awesome Web Security Updates on Jun 08 - Jun 14, 2026</title>
    <updated>2026-06-03T17:13:33.069Z</updated>
    <published>2026-06-03T17:13:32.726Z</published>
    <content type="html"><![CDATA[<h3><p>Remote Code Execution</p>
</h3>
<ul>
<li><a href="https://bounty.github.com/researchers/iblue.html" rel="noopener noreferrer">GitHub Enterprise Remote Code Execution</a> - Written by <a href="https://github.com/iblue" rel="noopener noreferrer">@iblue</a>.</li>
</ul>
<h3><p>Application / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/juice-shop/juice-shop" rel="noopener noreferrer">OWASP Juice Shop (⭐14k)</a> - Probably the most modern and sophisticated insecure web application - Written by <a href="https://github.com/bkimminich" rel="noopener noreferrer">@bkimminich</a> and the <a href="https://twitter.com/owasp_juiceshop" rel="noopener noreferrer">@owasp_juiceshop</a> team.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/23/"/>
    <summary>2 awesome projects updated on Jun 08 - Jun 14, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/22/</id>
    <title>Awesome Web Security Updates on Jun 01 - Jun 07, 2026</title>
    <updated>2026-05-28T16:27:36.475Z</updated>
    <published>2026-05-28T16:27:36.475Z</published>
    <content type="html"><![CDATA[<h3><p>Scanning / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://securitool.js.org/" rel="noopener noreferrer">SecuriTool</a> - Free online collection of 29 client-side web security tools: web auditor, JWT attacker/decoder, CVE search, CSP evaluator, email security checker (SPF/DKIM/DMARC), subdomain scanner, and more. 100% client-side, privacy-first, open source by <a href="https://github.com/ReplikanteK" rel="noopener noreferrer">@ReplikanteK</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/22/"/>
    <summary>1 awesome projects updated on Jun 01 - Jun 07, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/20/</id>
    <title>Awesome Web Security Updates on May 18 - May 24, 2026</title>
    <updated>2026-05-14T14:39:50.502Z</updated>
    <published>2026-05-11T15:36:42.039Z</published>
    <content type="html"><![CDATA[<h3><p>XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://blog.shakiltech.com/laravel-content-security-policy-guide/" rel="noopener noreferrer">Laravel Content Security Policy: Complete Implementation Guide</a> - Hands-on guide to implementing Content Security Policy in Laravel — nonce lifecycle, Vite and Livewire integration, violation reporting, and a pre-enforcement checklist, by <a href="https://github.com/itxshakil" rel="noopener noreferrer">@itxshakil</a>.</li>
</ul>
<h3><p>Reconnaissance / OSINT - Open-Source Intelligence</p>
</h3>
<ul>
<li><a href="https://github.com/bad-antics/marshall-extensions" rel="noopener noreferrer">Marshall Extensions (⭐8)</a> - OSINT and security extensions for the Marshall privacy browser, providing reconnaissance and security-testing plugins by <a href="https://github.com/bad-antics" rel="noopener noreferrer">@bad-antics</a>.</li>
</ul>

<ul>
<li><a href="https://openbuckets.io/" rel="noopener noreferrer">OpenBuckets</a> - Search engine for misconfigured public cloud storage buckets across any provider.</li>
</ul>
<h3><p>Fuzzing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/aleff-github/wayparam" rel="noopener noreferrer">wayparam (⭐7)</a> - Cross-platform Python CLI that fetches historical URLs from the Wayback CDX API and outputs normalized parameterized URLs for fuzzing, by <a href="https://github.com/aleff-github" rel="noopener noreferrer">@aleff-github</a>.</li>
</ul>
<h3><p>Scanning / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://zaproxy.org" rel="noopener noreferrer">ZAP by Checkmarx</a> - Open-source web application security scanner maintained by the ZAP Core Team.</li>
</ul>

<ul>
<li><a href="https://github.com/undeadlist/trust-scan" rel="noopener noreferrer">Trust Scan (⭐4)</a> - URL security scanner combining threat intelligence (URLhaus, PhishTank, Spamhaus) with 40+ scam and phishing pattern detection by <a href="https://github.com/undeadlist" rel="noopener noreferrer">@undeadlist</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/sattyamjjain/zerotrust" rel="noopener noreferrer">ZeroTrust (⭐6)</a> - Privacy-first Chrome extension that analyzes website security locally with on-device AI (WebGPU), producing trust scores from HTTPS, phishing, malicious-script, and cookie-compliance signals, by <a href="https://github.com/sattyamjjain" rel="noopener noreferrer">@sattyamjjain</a>.</li>
</ul>
<h3><p>Penetration Testing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/FrancescoStabile/numasec" rel="noopener noreferrer">numasec (⭐748)</a> - AI-driven penetration-testing platform that coordinates 10 agents and 38 vulnerability scanners covering OWASP Top 10, by <a href="https://github.com/FrancescoStabile" rel="noopener noreferrer">@FrancescoStabile</a>.</li>
</ul>
<h3><p>Leaking / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/momenbasel/keyFinder" rel="noopener noreferrer">keyFinder (⭐706)</a> - Chrome extension that passively scans web pages for leaked API keys, tokens, and credentials across 10 attack surfaces using 80+ detection patterns and Shannon-entropy analysis, by <a href="https://github.com/momenbasel" rel="noopener noreferrer">@momenbasel</a>.</li>
</ul>
<h3><p>Preventing / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/Safe3/uusec-waf/" rel="noopener noreferrer">UUSEC WAF (⭐1.7k)</a> - An open-source web application firewall and API security gateway maintained by <a href="https://github.com/Safe3/" rel="noopener noreferrer">UUCORP</a>.</li>
</ul>

<ul>
<li><a href="https://www.bunkerweb.io" rel="noopener noreferrer">BunkerWeb</a> - A next-generation open-source Web Application Firewall built on nginx, maintained by <a href="https://github.com/bunkerity" rel="noopener noreferrer">Bunkerity</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/WebDecoy/FCaptcha" rel="noopener noreferrer">FCaptcha (⭐199)</a> - Self-hosted CAPTCHA with behavioral analysis, vision-AI agent detection, headless-browser fingerprinting, and SHA-256 proof-of-work, maintained by <a href="https://github.com/WebDecoy" rel="noopener noreferrer">WebDecoy</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/pompelmi/pompelmi" rel="noopener noreferrer">Pompelmi (⭐673)</a> - In-process file-upload security middleware for Node.js that scans untrusted uploads before storage to detect malware, MIME spoofing, and risky archives, maintained by <a href="https://github.com/pompelmi" rel="noopener noreferrer">pompelmi</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/WebDecoy/wordpress-plugin" rel="noopener noreferrer">WebDecoy (⭐1)</a> - Zero-configuration WordPress bot-detection plugin combining WebDriver detection, headless-browser fingerprinting, behavioral analysis, and SHA-256 proof-of-work, maintained by <a href="https://github.com/WebDecoy" rel="noopener noreferrer">WebDecoy</a>.</li>
</ul>

<ul>
<li><a href="https://www.crowdsec.net/" rel="noopener noreferrer">CrowdSec</a> - Open-source collaborative IPS written in Go that analyzes visitor behavior and shares threat signals across a community of operators, maintained by <a href="https://github.com/crowdsecurity" rel="noopener noreferrer">CrowdSec</a>.</li>
</ul>

<ul>
<li><a href="https://csp-generator.shakiltech.com" rel="noopener noreferrer">Laravel CSP Generator</a> - Interactive Content Security Policy builder for Laravel that outputs ready-to-use PHP middleware with nonce support and violation reporting, by <a href="https://github.com/itxshakil" rel="noopener noreferrer">@itxshakil</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/hamzaydia/verifyfetch" rel="noopener noreferrer">verifyfetch (⭐157)</a> - Browser-side integrity verification and resumable downloads for large files using SRI hashes, defending against CDN compromise and supply-chain attacks, by <a href="https://github.com/hamzaydia" rel="noopener noreferrer">@hamzaydia</a>.</li>
</ul>
<h3><p>Social Engineering Database / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.hudsonrock.com/threat-intelligence-cybercrime-tools" rel="noopener noreferrer">Hudson Rock</a> - Check if your email or domain was compromised by infostealer malware, maintained by <a href="https://www.hudsonrock.com/" rel="noopener noreferrer">Hudson Rock</a>.</li>
</ul>
<h3><p>Application / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/kOaDT/oss-oopssec-store" rel="noopener noreferrer">OopsSec Store (⭐42)</a> - Intentionally vulnerable e-commerce application built with Next.js - Written by <a href="https://github.com/kOaDT" rel="noopener noreferrer">@kOaDT</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.belfercenter.org/publication/cybersecurity-campaign-playbook" rel="noopener noreferrer">Cybersecurity Campaign Playbook</a> - Written by <a href="https://www.belfercenter.org/" rel="noopener noreferrer">Belfer Center for Science and International Affairs</a>.</li>
</ul>

<ul>
<li><a href="https://www.manning.com/books/grokking-web-application-security" rel="noopener noreferrer">Grokking Web Application Security</a> - Hands-on introduction to web application security fundamentals by Malcolm McDonald (Manning).</li>
</ul>

<ul>
<li><a href="https://github.com/momenbasel/htb-writeups" rel="noopener noreferrer">htb-writeups (⭐240)</a> - Comprehensive Hack The Box writeup collection covering 75+ web challenges including XSS, SQLi, SSTI, SSRF, and deserialization, by <a href="https://github.com/momenbasel" rel="noopener noreferrer">@momenbasel</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/20/"/>
    <summary>22 awesome projects updated on May 18 - May 24, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/41/</id>
    <title>Awesome Web Security Updates on Oct 12 - Oct 18, 2020</title>
    <updated>2020-10-05T05:41:35.000Z</updated>
    <published>2020-10-05T05:41:35.000Z</published>
    <content type="html"><![CDATA[<h3><p>Scanning / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/projectdiscovery/nuclei" rel="noopener noreferrer">Nuclei (⭐31k)</a> - Nuclei is a fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use by <a href="https://github.com/projectdiscovery" rel="noopener noreferrer">@projectdiscovery</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/41/"/>
    <summary>1 awesome projects updated on Oct 12 - Oct 18, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/35/</id>
    <title>Awesome Web Security Updates on Aug 31 - Sep 06, 2020</title>
    <updated>2020-08-26T13:06:19.000Z</updated>
    <published>2020-08-26T13:06:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Webshell / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/nil0x42/phpsploit" rel="noopener noreferrer">PhpSploit (⭐2.5k)</a> - Full-featured C2 framework which silently persists on webserver via evil PHP oneliner by <a href="https://github.com/nil0x42" rel="noopener noreferrer">@nil0x42</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/35/"/>
    <summary>1 awesome projects updated on Aug 31 - Sep 06, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/32/</id>
    <title>Awesome Web Security Updates on Aug 10 - Aug 16, 2020</title>
    <updated>2020-08-09T08:15:24.000Z</updated>
    <published>2020-08-09T08:15:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deserialization</p>
</h3>
<ul>
<li><a href="https://www.synacktiv.com/en/publications/how-to-exploit-liferay-cve-2020-7961-quick-journey-to-poc.html" rel="noopener noreferrer">HOW TO EXPLOIT LIFERAY CVE-2020-7961 : QUICK JOURNEY TO POC</a> - Written by <a href="https://twitter.com/synacktiv" rel="noopener noreferrer">@synacktiv</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/32/"/>
    <summary>1 awesome projects updated on Aug 10 - Aug 16, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/31/</id>
    <title>Awesome Web Security Updates on Aug 03 - Aug 09, 2020</title>
    <updated>2020-07-28T14:22:52.000Z</updated>
    <published>2020-07-28T14:22:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>Digests</p>
</h3>
<ul>
<li><a href="https://tldrsec.com/" rel="noopener noreferrer">tl;dr sec</a> - Weekly summary of top security tools, blog posts, and security research.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/31/"/>
    <summary>1 awesome projects updated on Aug 03 - Aug 09, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/25/</id>
    <title>Awesome Web Security Updates on Jun 22 - Jun 28, 2020</title>
    <updated>2020-06-19T02:42:15.000Z</updated>
    <published>2020-06-19T02:02:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deserialization</p>
</h3>
<ul>
<li><a href="https://pentest-tools.com/blog/exploit-dotnetnuke-cookie-deserialization/" rel="noopener noreferrer">How to exploit the DotNetNuke Cookie Deserialization</a> - Written by <a href="https://pentest-tools.com/blog/author/pentest-cristian/" rel="noopener noreferrer">CRISTIAN CORNEA</a>.</li>
</ul>
<h3><p>Backend (core of Browser implementation, and often refers to C or C++ part)</p>
</h3>
<ul>
<li><a href="https://blog.ret2.io/2018/06/05/pwn2own-2018-exploit-development/" rel="noopener noreferrer">A Methodical Approach to Browser Exploitation</a> - Written by <a href="https://blog.ret2.io/" rel="noopener noreferrer">RET2 SYSTEMS, INC</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://medium.com/heck-the-packet/how-i-got-my-first-big-bounty-payout-with-tesla-8d28b520162d" rel="noopener noreferrer">How I got my first big bounty payout with Tesla</a> - Written by <a href="https://medium.com/@cj.fairhead" rel="noopener noreferrer">@cj.fairhead</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/25/"/>
    <summary>3 awesome projects updated on Jun 22 - Jun 28, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/21/</id>
    <title>Awesome Web Security Updates on May 25 - May 31, 2020</title>
    <updated>2020-05-22T14:21:04.000Z</updated>
    <published>2020-05-22T14:21:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deserialization</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=--6PiuvBGAU" rel="noopener noreferrer">.NET Roulette: Exploiting Insecure Deserialization in Telerik UI</a> - Written by <a href="https://twitter.com/noperator" rel="noopener noreferrer">@noperator</a>.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=eDfGpu3iE4Q" rel="noopener noreferrer">Attacking .NET deserialization</a> - Written by <a href="https://twitter.com/pwntester" rel="noopener noreferrer">@pwntester</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/21/"/>
    <summary>2 awesome projects updated on May 25 - May 31, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/20/</id>
    <title>Awesome Web Security Updates on May 18 - May 24, 2020</title>
    <updated>2020-05-12T17:41:46.000Z</updated>
    <published>2020-05-12T17:41:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>OAuth</p>
</h3>
<ul>
<li><a href="https://pragmaticwebsecurity.com/courses/introduction-oauth-oidc.html" rel="noopener noreferrer">Introduction to OAuth 2.0 and OpenID Connect</a> - Written by <a href="https://twitter.com/PhilippeDeRyck" rel="noopener noreferrer">@PhilippeDeRyck</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/20/"/>
    <summary>1 awesome projects updated on May 18 - May 24, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/19/</id>
    <title>Awesome Web Security Updates on May 11 - May 17, 2020</title>
    <updated>2020-05-10T09:04:12.000Z</updated>
    <published>2020-05-05T16:16:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>Digests</p>
</h3>
<ul>
<li><a href="https://trailofbits.github.io/ctf/" rel="noopener noreferrer">CTF Field Guide</a> - Written by <a href="https://www.trailofbits.com/" rel="noopener noreferrer">Trail of Bits</a>.</li>
</ul>

<ul>
<li><a href="https://www.hacker101.com/" rel="noopener noreferrer">Hacker101</a> - Written by <a href="http://web.archive.org/web/20200630164946/https://www.hackerone.com/start-hacking" rel="noopener noreferrer">hackerone</a>.</li>
</ul>

<ul>
<li><a href="https://www.sneakymonkey.net/2017/04/23/infosec-newbie/" rel="noopener noreferrer">Infosec Newbie</a> - Written by <a href="https://www.sneakymonkey.net/" rel="noopener noreferrer">Mark Robinson</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/" rel="noopener noreferrer">PayloadsAllTheThings (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>

<ul>
<li><a href="https://portswigger.net/daily-swig" rel="noopener noreferrer">The Daily Swig - Web security digest</a> - Written by <a href="https://portswigger.net/" rel="noopener noreferrer">PortSwigger</a>.</li>
</ul>

<ul>
<li><a href="https://bitvijays.github.io/" rel="noopener noreferrer">The Magic of Learning</a> - Written by <a href="http://web.archive.org/web/20230519134723/https://bitvijays.github.io/aboutme.html" rel="noopener noreferrer">@bitvijays</a>.</li>
</ul>

<ul>
<li><a href="https://www.netsparker.com/blog/web-security/" rel="noopener noreferrer">Web Application Security Zone by Netsparker</a> - Written by <a href="https://www.netsparker.com/" rel="noopener noreferrer">Netsparker</a>.</li>
</ul>
<h3><p>SSL/TLS</p>
</h3>
<ul>
<li><a href="https://github.com/Hakky54/mutual-tls-ssl" rel="noopener noreferrer">Practical introduction to SSL/TLS (⭐637)</a> - Written by <a href="https://github.com/Hakky54" rel="noopener noreferrer">@Hakky54</a>.</li>
</ul>
<h3><p>OAuth</p>
</h3>
<ul>
<li><a href="https://medium.com/securing/what-is-going-on-with-oauth-2-0-and-why-you-should-not-use-it-for-authentication-5f47597b2611" rel="noopener noreferrer">What is going on with OAuth 2.0? And why you should not use it for authentication.</a> - Written by <a href="https://medium.com/@damianrusinek" rel="noopener noreferrer">@damianrusinek</a>.</li>
</ul>
<h3><p>CSRF</p>
</h3>
<ul>
<li><a href="https://medium.com/@_graphx/if-httponly-you-could-still-csrf-of-cors-you-can-5d7ee2c7443" rel="noopener noreferrer">If HttpOnly You Could Still CSRF… Of CORS you can!</a> - Written by <a href="https://twitter.com/GraphX" rel="noopener noreferrer">@GraphX</a>.</li>
</ul>
<h3><p>SQL Injection</p>
</h3>
<ul>
<li><a href="https://pulsesecurity.co.nz/articles/postgres-sqli" rel="noopener noreferrer">SQL INJECTION AND POSTGRES - AN ADVENTURE TO EVENTUAL RCE</a> - Written by <a href="https://github.com/denandz" rel="noopener noreferrer">@denandz</a>.</li>
</ul>
<h3><p>Frontend (like SOP bypass, URL spoofing, and something like that)</p>
</h3>
<ul>
<li><a href="https://hackerone.com/reports/188086" rel="noopener noreferrer">Sending arbitrary IPC messages via overriding Function.prototype.apply</a> - Written by <a href="https://twitter.com/kinugawamasato" rel="noopener noreferrer">@kinugawamasato</a>.</li>
</ul>
<h3><p>Cheetsheets</p>
</h3>
<ul>
<li><a href="https://github.com/uppusaikiran/awesome-ctf-cheatsheet" rel="noopener noreferrer">Capture the Flag CheatSheet (⭐141)</a> - Written by <a href="https://github.com/uppusaikiran" rel="noopener noreferrer">@uppusaikiran</a>.</li>
</ul>

<ul>
<li><a href="https://leanpub.com/xss" rel="noopener noreferrer">XSS Cheat Sheet - 2018 Edition</a> - Written by <a href="https://twitter.com/brutelogic" rel="noopener noreferrer">@brutelogic</a>.</li>
</ul>
<h3><p>Offensive / XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://csper.io/evaluator" rel="noopener noreferrer">csp evaluator</a> - A tool for evaluating content-security-policies by <a href="https://csper.io" rel="noopener noreferrer">Csper</a>.</li>
</ul>
<h3><p>Preventing / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://csper.io" rel="noopener noreferrer">Csper</a> - A set of tools for building/evaluating/monitoring content-security-policy to prevent/detect cross site scripting by <a href="https://csper.io" rel="noopener noreferrer">Csper</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://westerns.tokyo/wctf2019-gtf/wctf2019-gtf-slides.pdf" rel="noopener noreferrer">WCTF2019: Gyotaku The Flag</a> - Written by <a href="https://twitter.com/t0nk42" rel="noopener noreferrer">@t0nk42</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/19/"/>
    <summary>17 awesome projects updated on May 11 - May 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/12/</id>
    <title>Awesome Web Security Updates on Mar 23 - Mar 29, 2020</title>
    <updated>2020-03-22T08:05:46.000Z</updated>
    <published>2020-03-22T08:05:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://dev.to/antogarand/why-facebooks-api-starts-with-a-for-loop-1eob" rel="noopener noreferrer">Why Facebook's api starts with a for loop</a> - Written by <a href="https://twitter.com/AntoGarand" rel="noopener noreferrer">@AntoGarand</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/12/"/>
    <summary>1 awesome projects updated on Mar 23 - Mar 29, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/1/</id>
    <title>Awesome Web Security Updates on Jan 06 - Jan 12, 2020</title>
    <updated>2019-12-30T18:42:57.000Z</updated>
    <published>2019-12-30T18:04:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Prototype Pollution</p>
</h3>
<ul>
<li><a href="https://github.com/HoLyVieR/prototype-pollution-nsec18/blob/master/paper/JavaScript_prototype_pollution_attack_in_NodeJS.pdf" rel="noopener noreferrer">Prototype pollution attack in NodeJS application (⭐540)</a> - Written by <a href="https://github.com/HoLyVieR" rel="noopener noreferrer">@HoLyVieR</a>.</li>
</ul>
<h3><p>Others</p>
</h3>
<ul>
<li><a href="https://www.leavesongs.com/SHARE/some-tricks-from-my-secret-group.html" rel="noopener noreferrer">Some Tricks From My Secret Group</a> - Written by <a href="https://www.leavesongs.com/" rel="noopener noreferrer">phithon</a>.</li>
</ul>
<h3><p>Frontend (like SOP bypass, URL spoofing, and something like that)</p>
</h3>
<ul>
<li><a href="https://speakerdeck.com/filedescriptor/the-cookie-monster-in-your-browsers" rel="noopener noreferrer">The Cookie Monster in Your Browsers</a> - Written by <a href="https://twitter.com/filedescriptor" rel="noopener noreferrer">@filedescriptor</a>.</li>
</ul>

<ul>
<li><a href="https://speakerdeck.com/shhnjk/the-world-of-site-isolation-and-compromised-renderer" rel="noopener noreferrer">The world of Site Isolation and compromised renderer</a> - Written by <a href="https://twitter.com/shhnjk" rel="noopener noreferrer">@shhnjk</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/1/"/>
    <summary>4 awesome projects updated on Jan 06 - Jan 12, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/47/</id>
    <title>Awesome Web Security Updates on Nov 25 - Dec 01, 2019</title>
    <updated>2019-11-22T11:54:08.000Z</updated>
    <published>2019-11-22T11:54:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>Crypto</p>
</h3>
<ul>
<li><a href="https://bettercrypto.org/" rel="noopener noreferrer">Applied Crypto Hardening</a> - Written by <a href="https://bettercrypto.org/" rel="noopener noreferrer">The bettercrypto.org Team</a>.</li>
</ul>
<h3><p>SSRF</p>
</h3>
<ul>
<li><a href="https://www.auxy.xyz/web%20security/2017/07/06/all-ssrf-knowledge.html" rel="noopener noreferrer">All you need to know about SSRF and how may we write tools to do auto-detect</a> - Written by <a href="https://twitter.com/Auxy233" rel="noopener noreferrer">@Auxy233</a>.</li>
</ul>
<h3><p>Others</p>
</h3>
<ul>
<li><a href="https://medium.com/free-code-camp/messing-with-the-google-buganizer-system-for-15-600-in-bounties-58f86cc9f9a5" rel="noopener noreferrer">How I hacked Google’s bug tracking system itself for $15,600 in bounties</a> - Written by <a href="https://medium.com/@alex.birsan" rel="noopener noreferrer">@alex.birsan</a>.</li>
</ul>
<h3><p>Database</p>
</h3>
<ul>
<li><a href="https://www.exploit-db.com/" rel="noopener noreferrer">Exploit Database</a> - ultimate archive of Exploits, Shellcode, and Security Papers by <a href="https://www.offensive-security.com/" rel="noopener noreferrer">Offensive Security</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/47/"/>
    <summary>4 awesome projects updated on Nov 25 - Dec 01, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/45/</id>
    <title>Awesome Web Security Updates on Nov 11 - Nov 17, 2019</title>
    <updated>2019-11-05T16:52:41.000Z</updated>
    <published>2019-11-05T13:24:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/XSS%20Injection" rel="noopener noreferrer">PayloadsAllTheThings - XSS Injection (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>CSV Injection</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/CSV%20Injection" rel="noopener noreferrer">PayloadsAllTheThings - CSV Injection (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>SQL Injection</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/SQL%20Injection" rel="noopener noreferrer">PayloadsAllTheThings - SQL Injection (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>

<ul>
<li><a href="https://www.exploit-db.com/docs/english/37953-mysql-error-based-sql-injection-using-exp.pdf" rel="noopener noreferrer">MySQL Error Based SQL Injection Using EXP</a> - Written by <a href="https://twitter.com/osandamalith" rel="noopener noreferrer">@osandamalith</a>.</li>
</ul>
<h3><p>Command Injection</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Command%20Injection" rel="noopener noreferrer">PayloadsAllTheThings - Command Injection (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>XXE - XML eXternal Entity</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/XXE%20Injection" rel="noopener noreferrer">PayloadsAllTheThings - XXE Injection (⭐81k)</a> - Written by various contributors.</li>
</ul>

<ul>
<li><a href="https://portswigger.net/web-security/xxe" rel="noopener noreferrer">XML external entity (XXE) injection</a> - Written by <a href="https://portswigger.net/" rel="noopener noreferrer">portswigger</a>.</li>
</ul>
<h3><p>SSRF - Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Request%20Forgery" rel="noopener noreferrer">PayloadsAllTheThings - Server-Side Request Forgery (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>Web Cache Poisoning</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Web%20Cache%20Deception" rel="noopener noreferrer">PayloadsAllTheThings - Web Cache Deception (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>Open Redirect</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Open%20Redirect" rel="noopener noreferrer">PayloadsAllTheThings - Open Redirect (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>Security Assertion Markup Language (SAML)</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/SAML%20Injection" rel="noopener noreferrer">PayloadsAllTheThings - SAML Injection (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>Upload</p>
</h3>
<ul>
<li><a href="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Upload%20Insecure%20Files" rel="noopener noreferrer">PayloadsAllTheThings - Upload Insecure Files (⭐81k)</a> - Written by <a href="https://github.com/swisskyrepo" rel="noopener noreferrer">@swisskyrepo</a>.</li>
</ul>
<h3><p>XXE</p>
</h3>
<ul>
<li><a href="https://twitter.com/SpiderSec/status/1191375472690528256" rel="noopener noreferrer">Bypass Fix of OOB XXE Using Different encoding</a> - Written by <a href="https://twitter.com/SpiderSec" rel="noopener noreferrer">@SpiderSec</a>.</li>
</ul>

<ul>
<li><a href="https://media.blackhat.com/eu-13/briefings/Osipov/bh-eu-13-XML-data-osipov-slides.pdf" rel="noopener noreferrer">XML Out-Of-Band Data Retrieval</a> - Written by Timur Yunusov and Alexey Osipov.</li>
</ul>

<ul>
<li><a href="https://mohemiv.com/all/exploiting-xxe-with-local-dtd-files/" rel="noopener noreferrer">Exploiting XXE with local DTD files</a> - Written by <a href="https://twitter.com/_mohemiv" rel="noopener noreferrer">Arseniy Sharoglazov</a>.</li>
</ul>

<ul>
<li><a href="https://blog.netspi.com/forcing-xxe-reflection-server-error-messages/" rel="noopener noreferrer">Forcing XXE Reflection through Server Error Messages</a> - Written by <a href="https://blog.netspi.com/author/antti-rantasaari/" rel="noopener noreferrer">Antti Rantasaari</a>.</li>
</ul>

<ul>
<li><a href="https://www.synacktiv.com/ressources/synacktiv_drupal_xxe_services.pdf" rel="noopener noreferrer">Pre-authentication XXE vulnerability in the Services Drupal module</a> - Written by <a href="https://twitter.com/_m0bius" rel="noopener noreferrer">Renaud Dubourguais</a>.</li>
</ul>

<ul>
<li><a href="https://skavans.ru/en/2017/12/02/xxe-oob-extracting-via-httpftp-using-single-opened-port/" rel="noopener noreferrer">XXE OOB extracting via HTTP+FTP using single opened port</a> - Written by <a href="https://skavans.ru/" rel="noopener noreferrer">skavans</a>.</li>
</ul>
<h3><p>Remote Code Execution</p>
</h3>
<ul>
<li><a href="https://www.thezdi.com/blog/2019/10/23/cve-2019-1306-are-you-my-index" rel="noopener noreferrer">CVE-2019-1306: ARE YOU MY INDEX?</a> - Written by <a href="https://twitter.com/yu5k3" rel="noopener noreferrer">@yu5k3</a>.</li>
</ul>
<h3><p>Offensive / XXE</p>
</h3>
<ul>
<li><a href="https://github.com/GoSecure/dtd-finder" rel="noopener noreferrer">dtd-finder (⭐663)</a> - List DTDs and generate XXE payloads using those local DTDs by <a href="https://github.com/GoSecure" rel="noopener noreferrer">@GoSecure</a>.</li>
</ul>
<h3><p>Others / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/taviso/cefdebug" rel="noopener noreferrer">cefdebug (⭐209)</a> - Minimal code to connect to a CEF debugger by <a href="https://github.com/taviso" rel="noopener noreferrer">@taviso</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/taviso/ctftool" rel="noopener noreferrer">ctftool (⭐1.7k)</a> - Interactive CTF Exploration Tool by <a href="https://github.com/taviso" rel="noopener noreferrer">@taviso</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/b17zr/ntlm_challenger" rel="noopener noreferrer">ntlm_challenger (⭐152)</a> - Parse NTLM over HTTP challenge messages by <a href="https://github.com/b17zr" rel="noopener noreferrer">@b17zr</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/45/"/>
    <summary>23 awesome projects updated on Nov 11 - Nov 17, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/43/</id>
    <title>Awesome Web Security Updates on Oct 28 - Nov 03, 2019</title>
    <updated>2019-10-24T03:01:05.000Z</updated>
    <published>2019-10-24T03:01:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>Rails</p>
</h3>
<ul>
<li><a href="https://rails-sqli.org" rel="noopener noreferrer">Rails SQL Injection</a> - Written by <a href="https://github.com/presidentbeef" rel="noopener noreferrer">@presidentbeef</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/brunofacca/zen-rails-security-checklist" rel="noopener noreferrer">Zen Rails Security Checklist (⭐1.8k)</a> - Written by <a href="https://github.com/brunofacca" rel="noopener noreferrer">@brunofacca</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/43/"/>
    <summary>2 awesome projects updated on Oct 28 - Nov 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/40/</id>
    <title>Awesome Web Security Updates on Oct 07 - Oct 13, 2019</title>
    <updated>2019-10-04T18:26:46.000Z</updated>
    <published>2019-10-04T18:26:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Application / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/SecureSkyTechnology/BadLibrary" rel="noopener noreferrer">BadLibrary (⭐57)</a> - Vulnerable web application for training - Written by <a href="https://github.com/SecureSkyTechnology" rel="noopener noreferrer">@SecureSkyTechnology</a>.</li>
</ul>

<ul>
<li><a href="https://portswigger.net/web-security" rel="noopener noreferrer">Portswigger Web Security Academy</a> - Free trainings and labs - Written by <a href="https://portswigger.net/" rel="noopener noreferrer">PortSwigger</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/40/"/>
    <summary>2 awesome projects updated on Oct 07 - Oct 13, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/37/</id>
    <title>Awesome Web Security Updates on Sep 16 - Sep 22, 2019</title>
    <updated>2019-09-15T11:43:44.000Z</updated>
    <published>2019-09-15T11:39:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>DNS Rebinding</p>
</h3>
<ul>
<li><a href="https://medium.com/@brannondorsey/attacking-private-networks-from-the-internet-with-dns-rebinding-ea7098a2d325" rel="noopener noreferrer">Attacking Private Networks from the Internet with DNS Rebinding</a> - Written by <a href="https://medium.com/@brannondorsey" rel="noopener noreferrer">@brannondorsey</a>.</li>
</ul>

<ul>
<li><a href="https://medium.com/@radekk/hackers-can-get-access-to-your-home-router-1ddadd12a7a7" rel="noopener noreferrer">Hacking home routers from the Internet</a> - Written by <a href="https://medium.com/@radekk" rel="noopener noreferrer">@radekk</a>.</li>
</ul>
<h3><p>DNS Rebinding / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/brannondorsey/dns-rebind-toolkit" rel="noopener noreferrer">DNS Rebind Toolkit (⭐503)</a> - 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 <a href="https://github.com/brannondorsey" rel="noopener noreferrer">@brannondorsey</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/mwrlabs/dref" rel="noopener noreferrer">dref (⭐494)</a> - DNS Rebinding Exploitation Framework. Dref does the heavy-lifting for DNS rebinding by <a href="https://github.com/mwrlabs" rel="noopener noreferrer">@mwrlabs</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/nccgroup/singularity" rel="noopener noreferrer">Singularity of Origin (⭐1.3k)</a> - It includes the necessary components to rebind the IP address of the attack server DNS name to the target machine's IP address and to serve attack payloads to exploit vulnerable software on the target machine by <a href="https://github.com/nccgroup" rel="noopener noreferrer">@nccgroup</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/brannondorsey/whonow" rel="noopener noreferrer">Whonow DNS Server (⭐659)</a> - A malicious DNS server for executing DNS Rebinding attacks on the fly by <a href="https://github.com/brannondorsey" rel="noopener noreferrer">@brannondorsey</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/37/"/>
    <summary>6 awesome projects updated on Sep 16 - Sep 22, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/34/</id>
    <title>Awesome Web Security Updates on Aug 26 - Sep 01, 2019</title>
    <updated>2019-08-25T14:57:56.000Z</updated>
    <published>2019-08-24T14:10:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Clickjacking</p>
</h3>
<ul>
<li><a href="https://www.imperva.com/learn/application-security/clickjacking/" rel="noopener noreferrer">Clickjacking</a> - Written by <a href="https://www.imperva.com/" rel="noopener noreferrer">Imperva</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/cure53/Publications/blob/master/xfo-clickjacking.pdf?raw=true" rel="noopener noreferrer">X-Frame-Options: All about Clickjacking? (⭐90)</a> - Written by <a href="https://www.slideshare.net/x00mario" rel="noopener noreferrer">Mario Heiderich</a>.</li>
</ul>

<ul>
<li><a href="https://medium.com/@raushanraj_65039/google-clickjacking-6a04132b918a" rel="noopener noreferrer">Clickjackings in Google worth 14981.7$</a> - Written by <a href="https://medium.com/@raushanraj_65039" rel="noopener noreferrer">@raushanraj_65039</a>.</li>
</ul>
<h3><p>Azure</p>
</h3>
<ul>
<li><a href="https://rhinosecuritylabs.com/azure/cloud-security-risks-part-1-azure-csv-injection-vulnerability/" rel="noopener noreferrer">Cloud Security Risks (Part 1): Azure CSV Injection Vulnerability</a> - Written by <a href="https://twitter.com/spengietz" rel="noopener noreferrer">@spengietz</a>.</li>
</ul>

<ul>
<li><a href="https://rhinosecuritylabs.com/cloud-security/common-azure-security-vulnerabilities/" rel="noopener noreferrer">Common Azure Security Vulnerabilities and Misconfigurations</a> - Written by <a href="https://twitter.com/rhinobenjamin" rel="noopener noreferrer">@rhinobenjamin</a>.</li>
</ul>
<h3><p>Auditing</p>
</h3>
<ul>
<li><a href="https://github.com/hehnope/slurp" rel="noopener noreferrer">slurp (⭐3)</a> - Evaluate the security of S3 buckets by <a href="https://github.com/hehnope" rel="noopener noreferrer">@hehnope</a>.</li>
</ul>
<h3><p>Fuzzing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/Bo0oM/fuzz.txt" rel="noopener noreferrer">fuzz.txt (⭐3.3k)</a> - Potentially dangerous files by <a href="https://github.com/Bo0oM" rel="noopener noreferrer">@Bo0oM</a>.</li>
</ul>
<h3><p>Leaking / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/GerbenJavado/LinkFinder" rel="noopener noreferrer">LinkFinder (⭐4.4k)</a> - Python script that finds endpoints in JavaScript files by <a href="https://github.com/GerbenJavado" rel="noopener noreferrer">@GerbenJavado</a>.</li>
</ul>
<h3><p>Twitter Users / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://twitter.com/shhnjk" rel="noopener noreferrer">@shhnjk</a> - Web and Browsers Security Researcher.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://techvomit.net/web-application-penetration-testing-notes/" rel="noopener noreferrer">WEB APPLICATION PENETRATION TESTING NOTES</a> - Written by <a href="https://techvomit.net/" rel="noopener noreferrer">Jayson</a>.</li>
</ul>

<ul>
<li><a href="https://pentester.land/list-of-bug-bounty-writeups.html" rel="noopener noreferrer">List of bug bounty writeups</a> - Written by <a href="https://pentester.land/" rel="noopener noreferrer">Mariem</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/34/"/>
    <summary>11 awesome projects updated on Aug 26 - Sep 01, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/26/</id>
    <title>Awesome Web Security Updates on Jul 01 - Jul 07, 2019</title>
    <updated>2019-06-25T09:31:26.000Z</updated>
    <published>2019-06-25T02:33:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Relative Path Overwrite</p>
</h3>
<ul>
<li><a href="https://blog.acolyer.org/2018/05/28/large-scale-analysis-of-style-injection-by-relative-path-overwrite/" rel="noopener noreferrer">Large-scale analysis of style injection by relative path overwrite</a> - Written by <a href="https://blog.acolyer.org/" rel="noopener noreferrer">The Morning Paper</a>.</li>
</ul>

<ul>
<li><a href="https://www.mbsd.jp/Whitepaper/rpo.pdf" rel="noopener noreferrer">MBSD Technical Whitepaper - A few RPO exploitation techniques</a> - Written by <a href="https://www.mbsd.jp/" rel="noopener noreferrer">Mitsui Bussan Secure Directions, Inc.</a>.</li>
</ul>
<h3><p>Security Assertion Markup Language (SAML)</p>
</h3>
<ul>
<li><a href="https://epi052.gitlab.io/notes-to-self/blog/2019-03-07-how-to-test-saml-a-methodology/" rel="noopener noreferrer">How to Hunt Bugs in SAML; a Methodology - Part I</a> - Written by <a href="https://epi052.gitlab.io/notes-to-self/" rel="noopener noreferrer">epi</a>.</li>
</ul>

<ul>
<li><a href="https://epi052.gitlab.io/notes-to-self/blog/2019-03-13-how-to-test-saml-a-methodology-part-two/" rel="noopener noreferrer">How to Hunt Bugs in SAML; a Methodology - Part II</a> - Written by <a href="https://epi052.gitlab.io/notes-to-self/" rel="noopener noreferrer">epi</a>.</li>
</ul>

<ul>
<li><a href="https://epi052.gitlab.io/notes-to-self/blog/2019-03-16-how-to-test-saml-a-methodology-part-three/" rel="noopener noreferrer">How to Hunt Bugs in SAML; a Methodology - Part III</a> - Written by <a href="https://epi052.gitlab.io/notes-to-self/" rel="noopener noreferrer">epi</a>.</li>
</ul>
<h3><p>XSS</p>
</h3>
<ul>
<li><a href="https://portswigger.net/blog/xss-without-parentheses-and-semi-colons" rel="noopener noreferrer">XSS without parentheses and semi-colons</a> - Written by <a href="https://twitter.com/garethheyes" rel="noopener noreferrer">@garethheyes</a>.</li>
</ul>
<h3><p>SQL Injection</p>
</h3>
<ul>
<li><a href="https://www.tarlogic.com/en/blog/red-team-tales-0x01/" rel="noopener noreferrer">Red Team Tales 0x01: From MSSQL to RCE</a> - Written by <a href="https://www.tarlogic.com/en/cybersecurity-blog/" rel="noopener noreferrer">Tarlogic</a>.</li>
</ul>
<h3><p>Frontend (like SOP bypass, URL spoofing, and something like that)</p>
</h3>
<ul>
<li><a href="https://www.blackhat.com/docs/asia-16/materials/asia-16-Baloch-Bypassing-Browser-Security-Policies-For-Fun-And-Profit-wp.pdf" rel="noopener noreferrer">Bypassing Mobile Browser Security For Fun And Profit</a> - Written by <a href="https://twitter.com/@rafaybaloch" rel="noopener noreferrer">@rafaybaloch</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/26/"/>
    <summary>8 awesome projects updated on Jul 01 - Jul 07, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/21/</id>
    <title>Awesome Web Security Updates on May 27 - Jun 02, 2019</title>
    <updated>2019-05-26T14:48:38.000Z</updated>
    <published>2019-05-26T14:48:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>Remote Code Execution</p>
</h3>
<ul>
<li><a href="https://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/" rel="noopener noreferrer">What Do WebLogic, WebSphere, JBoss, Jenkins, OpenNMS, and Your Application Have in Common? This Vulnerability.</a> - Written by <a href="https://twitter.com/@breenmachine" rel="noopener noreferrer">@breenmachine</a>.</li>
</ul>

<ul>
<li><a href="https://paper.seebug.org/910/" rel="noopener noreferrer">WebLogic RCE (CVE-2019-2725) Debug Diary</a> - Written by Badcode@Knownsec 404 Team.</li>
</ul>
<h3><p>CSP</p>
</h3>
<ul>
<li><a href="https://github.com/w3c/webappsec-csp/issues/243" rel="noopener noreferrer">Any protection against dynamic module import? (⭐224)</a> - Written by <a href="https://twitter.com/@shhnjk" rel="noopener noreferrer">@shhnjk</a>.</li>
</ul>
<h3><p>XSS</p>
</h3>
<ul>
<li><a href="https://medium.com/bugbountywriteup/xss-auditor-the-protector-of-unprotected-f900a5e15b7b" rel="noopener noreferrer">XSS-Auditor — the protector of unprotected and the deceiver of protected.</a> - Written by <a href="https://medium.com/@terjanq" rel="noopener noreferrer">@terjanq</a>.</li>
</ul>
<h3><p>Frontend (like SOP bypass, URL spoofing, and something like that)</p>
</h3>
<ul>
<li><a href="https://jameshfisher.com/2019/04/27/the-inception-bar-a-new-phishing-method/" rel="noopener noreferrer">The inception bar: a new phishing method</a> - Written by <a href="https://jameshfisher.com/" rel="noopener noreferrer">jameshfisher</a>.</li>
</ul>
<h3><p>Backend (core of Browser implementation, and often refers to C or C++ part)</p>
</h3>
<ul>
<li><a href="https://habr.com/en/company/drweb/blog/452076/" rel="noopener noreferrer">Breaking UC Browser</a> - Written by <a href="https://www.drweb.ru/" rel="noopener noreferrer">Доктор Веб</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://0day.work/an-example-why-nat-is-not-security/" rel="noopener noreferrer">An example why NAT is NOT security</a> - Written by <a href="https://twitter.com/@0daywork" rel="noopener noreferrer">@0daywork</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/21/"/>
    <summary>7 awesome projects updated on May 27 - Jun 02, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/1/</id>
    <title>Awesome Web Security Updates on Jan 07 - Jan 13, 2019</title>
    <updated>2018-12-31T07:57:23.000Z</updated>
    <published>2018-12-31T07:57:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Offensive / Cross Site Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/0xInfection/XSRFProbe" rel="noopener noreferrer">XSRFProbe (⭐1.3k)</a> - The Prime CSRF Audit &amp; Exploitation Toolkit by <a href="https://github.com/0xinfection" rel="noopener noreferrer">@0xInfection</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/1/"/>
    <summary>1 awesome projects updated on Jan 07 - Jan 13, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/52/</id>
    <title>Awesome Web Security Updates on Dec 24 - Dec 30, 2018</title>
    <updated>2018-12-29T08:34:51.000Z</updated>
    <published>2018-12-29T08:34:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Detecting / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/apps/guardrails" rel="noopener noreferrer">GuardRails</a> - A GitHub App that provides security feedback in Pull Requests.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/52/"/>
    <summary>1 awesome projects updated on Dec 24 - Dec 30, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/45/</id>
    <title>Awesome Web Security Updates on Nov 05 - Nov 11, 2018</title>
    <updated>2018-11-05T07:05:03.000Z</updated>
    <published>2018-11-05T04:59:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>Backend (core of Browser implementation, and often refers to C or C++ part)</p>
</h3>
<ul>
<li><a href="https://doar-e.github.io/blog/2018/07/14/cve-2017-2446-or-jscjsglobalobjectishavingabadtime/" rel="noopener noreferrer">CVE-2017-2446 or JSC::JSGlobalObject::isHavingABadTime.</a> - Written by <a href="https://doar-e.github.io/" rel="noopener noreferrer">Diary of a reverse-engineer</a>.</li>
</ul>
<h3><p>Reconnaissance / OSINT - Open-Source Intelligence</p>
</h3>
<ul>
<li><a href="https://github.com/espi0n/Dockerfiles" rel="noopener noreferrer">espi0n/Dockerfiles (⭐40)</a> - Dockerfiles for various OSINT tools by <a href="https://github.com/espi0n" rel="noopener noreferrer">@espi0n</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/evyatarmeged/Raccoon" rel="noopener noreferrer">Raccoon (⭐4k)</a> - High performance offensive security tool for reconnaissance and vulnerability scanning by <a href="https://github.com/evyatarmeged" rel="noopener noreferrer">@evyatarmeged</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/45/"/>
    <summary>3 awesome projects updated on Nov 05 - Nov 11, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/44/</id>
    <title>Awesome Web Security Updates on Oct 29 - Nov 04, 2018</title>
    <updated>2018-10-29T07:47:00.000Z</updated>
    <published>2018-10-29T06:50:27.000Z</published>
    <content type="html"><![CDATA[<h3><p>Upload</p>
</h3>
<ul>
<li><a href="https://www.exploit-db.com/docs/english/45074-file-upload-restrictions-bypass.pdf" rel="noopener noreferrer">File Upload Restrictions Bypass</a> - Written by <a href="https://www.exploit-db.com/author/?a=9381" rel="noopener noreferrer">Haboob Team</a>.</li>
</ul>
<h3><p>SSRF</p>
</h3>
<ul>
<li><a href="https://medium.com/bugbountywriteup/piercing-the-veil-server-side-request-forgery-to-niprnet-access-c358fd5e249a" rel="noopener noreferrer">Piercing the Veil: Server Side Request Forgery to NIPRNet access</a> - Written by <a href="https://medium.com/@alyssa.o.herrera" rel="noopener noreferrer">Alyssa Herrera</a>.</li>
</ul>
<h3><p>Blogs / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://osandamalith.com/" rel="noopener noreferrer">Blog of Osanda</a> - Security Researching and Reverse Engineering.</li>
</ul>
<h3><p>AWS / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/RhinoSecurityLabs/cloudgoat" rel="noopener noreferrer">CloudGoat (⭐3.7k)</a> - Rhino Security Labs' "Vulnerable by Design" AWS infrastructure setup tool  - Written by <a href="https://github.com/RhinoSecurityLabs" rel="noopener noreferrer">@RhinoSecurityLabs</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.secjuice.com/finding-real-ips-of-origin-servers-behind-cloudflare-or-tor/" rel="noopener noreferrer">Finding The Real Origin IPs Hiding Behind CloudFlare or TOR</a> - Written by <a href="https://www.secjuice.com/author/paul-dannewitz/" rel="noopener noreferrer">Paul Dannewitz</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/44/"/>
    <summary>5 awesome projects updated on Oct 29 - Nov 04, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/43/</id>
    <title>Awesome Web Security Updates on Oct 22 - Oct 28, 2018</title>
    <updated>2018-10-24T07:16:51.000Z</updated>
    <published>2018-10-22T09:37:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://github.com/s0md3v/AwesomeXSS" rel="noopener noreferrer">AwesomeXSS (⭐5.1k)</a> - Written by <a href="https://github.com/s0md3v" rel="noopener noreferrer">@s0md3v</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/LucaBongiorni/XSS.png" rel="noopener noreferrer">XSS.png</a> - Written by @jackmasa.</li>
</ul>
<h3><p>Web Cache Poisoning</p>
</h3>
<ul>
<li><a href="https://portswigger.net/blog/practical-web-cache-poisoning" rel="noopener noreferrer">Practical Web Cache Poisoning</a> - Written by <a href="https://twitter.com/albinowax" rel="noopener noreferrer">@albinowax</a>.</li>
</ul>

<ul>
<li><a href="https://portswigger.net/blog/bypassing-web-cache-poisoning-countermeasures" rel="noopener noreferrer">Bypassing Web Cache Poisoning Countermeasures</a> - Written by <a href="https://twitter.com/albinowax" rel="noopener noreferrer">@albinowax</a>.</li>
</ul>

<ul>
<li><a href="https://lab.wallarm.com/cache-poisoning-and-other-dirty-tricks-120468f1053f" rel="noopener noreferrer">Cache poisoning and other dirty tricks</a> - Written by <a href="https://wallarm.com/" rel="noopener noreferrer">Wallarm</a>.</li>
</ul>
<h3><p>XSS</p>
</h3>
<ul>
<li><a href="https://blog.bentkowski.info/2018/09/another-xss-in-google-colaboratory.html" rel="noopener noreferrer">Another XSS in Google Colaboratory</a> - Written by <a href="https://blog.bentkowski.info/" rel="noopener noreferrer">Michał Bentkowski</a>.</li>
</ul>

<ul>
<li><a href="https://blog.bentkowski.info/2018/06/xss-in-google-colaboratory-csp-bypass.html" rel="noopener noreferrer">XSS in Google Colaboratory + CSP bypass</a> - Written by <a href="https://blog.bentkowski.info/" rel="noopener noreferrer">Michał Bentkowski</a>.</li>
</ul>
<h3><p>SQL Injection</p>
</h3>
<ul>
<li><a href="https://medium.com/@tomnomnom/making-a-blind-sql-injection-a-little-less-blind-428dcb614ba8" rel="noopener noreferrer">Making a Blind SQL Injection a little less blind</a> - Written by <a href="https://twitter.com/TomNomNom" rel="noopener noreferrer">TomNomNom</a>.</li>
</ul>
<h3><p>Frontend (like SOP bypass, URL spoofing, and something like that)</p>
</h3>
<ul>
<li><a href="https://blog.bentkowski.info/2018/06/setting-arbitrary-request-headers-in.html" rel="noopener noreferrer">Setting arbitrary request headers in Chromium via CRLF injection</a> - Written by <a href="https://blog.bentkowski.info/" rel="noopener noreferrer">Michał Bentkowski</a>.</li>
</ul>
<h3><p>Reconnaissance / OSINT - Open-Source Intelligence</p>
</h3>
<ul>
<li><a href="https://github.com/s0md3v/Photon" rel="noopener noreferrer">Photon (⭐13k)</a> - Incredibly fast crawler designed for OSINT by <a href="https://github.com/s0md3v" rel="noopener noreferrer">@s0md3v</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/s0md3v/ReconDog" rel="noopener noreferrer">ReconDog (⭐2.1k)</a> - Reconnaissance Swiss Army Knife by <a href="https://github.com/s0md3v" rel="noopener noreferrer">@s0md3v</a>.</li>
</ul>
<h3><p>Fuzzing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/Nekmo/dirhunt" rel="noopener noreferrer">dirhunt (⭐2k)</a> - Web crawler optimized for searching and analyzing the directory structure of a site by <a href="https://github.com/Nekmo" rel="noopener noreferrer">@nekmo</a>.</li>
</ul>

<ul>
<li><a href="https://www.ssllabs.com/ssltest/" rel="noopener noreferrer">ssltest</a> - Online service that performs a deep analysis of the configuration of any SSL web server on the public internet. Provided by <a href="https://www.ssllabs.com" rel="noopener noreferrer">Qualys SSL Labs</a>.</li>
</ul>
<h3><p>Scanning / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/drego85/JoomlaScan" rel="noopener noreferrer">JoomlaScan (⭐264)</a> - Free software to find the components installed in Joomla CMS, built out of the ashes of Joomscan by <a href="https://github.com/drego85" rel="noopener noreferrer">@drego85</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/wpscanteam/wpscan" rel="noopener noreferrer">wpscan (⭐9.8k)</a> - WPScan is a black box WordPress vulnerability scanner by <a href="https://github.com/wpscanteam" rel="noopener noreferrer">@wpscanteam</a>.</li>
</ul>
<h3><p>Offensive / XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://github.com/beefproject/beef" rel="noopener noreferrer">beef (⭐11k)</a> - The Browser Exploitation Framework Project by <a href="https://beefproject.com" rel="noopener noreferrer">beefproject</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/s0md3v/JShell" rel="noopener noreferrer">JShell (⭐529)</a> - Get a JavaScript shell with XSS by <a href="https://github.com/s0md3v" rel="noopener noreferrer">@s0md3v</a>.</li>
</ul>
<h3><p>Webshell / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/s0md3v/nano" rel="noopener noreferrer">nano (⭐449)</a> - Family of code golfed PHP shells by <a href="https://github.com/s0md3v" rel="noopener noreferrer">@s0md3v</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/43/"/>
    <summary>18 awesome projects updated on Oct 22 - Oct 28, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/41/</id>
    <title>Awesome Web Security Updates on Oct 08 - Oct 14, 2018</title>
    <updated>2018-10-13T15:27:21.000Z</updated>
    <published>2018-10-12T03:21:45.000Z</published>
    <content type="html"><![CDATA[<h3><p>AWS</p>
</h3>
<ul>
<li><a href="https://www.virtuesecurity.com/aws-penetration-testing-part-1-s3-buckets/" rel="noopener noreferrer">AWS PENETRATION TESTING PART 1. S3 BUCKETS</a> - Written by <a href="https://www.virtuesecurity.com/" rel="noopener noreferrer">VirtueSecurity</a>.</li>
</ul>

<ul>
<li><a href="https://www.virtuesecurity.com/aws-penetration-testing-part-2-s3-iam-ec2/" rel="noopener noreferrer">AWS PENETRATION TESTING PART 2. S3, IAM, EC2</a> - Written by <a href="https://www.virtuesecurity.com/" rel="noopener noreferrer">VirtueSecurity</a>.</li>
</ul>
<h3><p>OSINT</p>
</h3>
<ul>
<li><a href="https://www.blurbiz.io/blog/the-most-complete-guide-to-finding-anyones-email" rel="noopener noreferrer">The most complete guide to finding anyone’s email</a> - Written by <a href="https://www.blurbiz.io/" rel="noopener noreferrer">Timur Daudpota</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.slideshare.net/nragupathy/introduction-to-web-application-security-blackhoodie-us-2018" rel="noopener noreferrer">Introduction to Web Application Security</a> - Written by <a href="https://twitter.com/itsC0rg1" rel="noopener noreferrer">@itsC0rg1</a>, <a href="https://twitter.com/jmkeads" rel="noopener noreferrer">@jmkeads</a> and <a href="https://twitter.com/matir" rel="noopener noreferrer">@matir</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/41/"/>
    <summary>4 awesome projects updated on Oct 08 - Oct 14, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/40/</id>
    <title>Awesome Web Security Updates on Oct 01 - Oct 07, 2018</title>
    <updated>2018-10-01T21:35:54.000Z</updated>
    <published>2018-10-01T21:35:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>Fuzzing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/fuzzdb-project/fuzzdb" rel="noopener noreferrer">FuzzDB (⭐9k)</a> - Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/40/"/>
    <summary>1 awesome projects updated on Oct 01 - Oct 07, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/37/</id>
    <title>Awesome Web Security Updates on Sep 10 - Sep 16, 2018</title>
    <updated>2018-09-12T12:18:13.000Z</updated>
    <published>2018-09-12T12:18:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Database</p>
</h3>
<ul>
<li><a href="https://sploitus.com/" rel="noopener noreferrer">SPLOITUS</a> - Exploits &amp; Tools Search Engine by <a href="https://twitter.com/i_bo0om" rel="noopener noreferrer">@i_bo0om</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/37/"/>
    <summary>1 awesome projects updated on Sep 10 - Sep 16, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/36/</id>
    <title>Awesome Web Security Updates on Sep 03 - Sep 09, 2018</title>
    <updated>2018-09-09T13:51:39.000Z</updated>
    <published>2018-09-09T13:49:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Open Redirect</p>
</h3>
<ul>
<li><a href="https://s0cket7.com/open-redirect-vulnerability/" rel="noopener noreferrer">Open Redirect Vulnerability</a> - Written by <a href="https://s0cket7.com/" rel="noopener noreferrer">s0cket7</a>.</li>
</ul>
<h3><p>SSRF</p>
</h3>
<ul>
<li><a href="https://opnsec.com/2018/07/into-the-borg-ssrf-inside-google-production-network/" rel="noopener noreferrer">Into the Borg – SSRF inside Google production network</a> - Written by <a href="https://opnsec.com/" rel="noopener noreferrer">opnsec</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/36/"/>
    <summary>2 awesome projects updated on Sep 03 - Sep 09, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/35/</id>
    <title>Awesome Web Security Updates on Aug 27 - Sep 02, 2018</title>
    <updated>2018-08-29T02:42:47.000Z</updated>
    <published>2018-08-29T02:42:47.000Z</published>
    <content type="html"><![CDATA[<h3><p>SSRF</p>
</h3>
<ul>
<li><a href="https://hackerone.com/reports/341876" rel="noopener noreferrer">SSRF in Exchange leads to ROOT access in all instances</a> - Written by <a href="https://twitter.com/0xacb" rel="noopener noreferrer">@0xacb</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/35/"/>
    <summary>1 awesome projects updated on Aug 27 - Sep 02, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/34/</id>
    <title>Awesome Web Security Updates on Aug 20 - Aug 26, 2018</title>
    <updated>2018-08-25T07:40:51.000Z</updated>
    <published>2018-08-24T17:32:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Remote Code Execution</p>
</h3>
<ul>
<li><a href="https://blog.scrt.ch/2018/08/24/remote-code-execution-on-a-facebook-server/" rel="noopener noreferrer">Remote Code Execution on a Facebook server</a> - Written by <a href="https://twitter.com/blaklis_" rel="noopener noreferrer">@blaklis_</a>.</li>
</ul>
<h3><p>Command Injection</p>
</h3>
<ul>
<li><a href="https://github.com/commixproject/commix" rel="noopener noreferrer">commix (⭐5.8k)</a> - Automated All-in-One OS command injection and exploitation tool by <a href="https://github.com/commixproject" rel="noopener noreferrer">@commixproject</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/34/"/>
    <summary>2 awesome projects updated on Aug 20 - Aug 26, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/31/</id>
    <title>Awesome Web Security Updates on Jul 30 - Aug 05, 2018</title>
    <updated>2018-07-30T17:47:11.000Z</updated>
    <published>2018-07-30T12:29:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Preventing / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/acra" rel="noopener noreferrer">Acra (⭐1.5k)</a> - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by <a href="https://www.cossacklabs.com/" rel="noopener noreferrer">@cossacklabs</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/cure53/DOMPurify" rel="noopener noreferrer">DOMPurify (⭐17k)</a> - DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by <a href="https://cure53.de/" rel="noopener noreferrer">Cure53</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/31/"/>
    <summary>2 awesome projects updated on Jul 30 - Aug 05, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/29/</id>
    <title>Awesome Web Security Updates on Jul 16 - Jul 22, 2018</title>
    <updated>2018-07-19T17:40:59.000Z</updated>
    <published>2018-07-19T11:21:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>CSP</p>
</h3>
<ul>
<li><a href="https://portswigger.net/blog/evading-csp-with-dom-based-dangling-markup" rel="noopener noreferrer">Evading CSP with DOM-based dangling markup</a> - Written by <a href="https://portswigger.net/" rel="noopener noreferrer">portswigger</a>.</li>
</ul>
<h3><p>Reconnaissance / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/aboul3la/Sublist3r" rel="noopener noreferrer">Sublist3r (⭐11k)</a> - Sublist3r is a multi-threaded sub-domain enumeration tool for penetration testers by <a href="https://github.com/aboul3la" rel="noopener noreferrer">@aboul3la</a>.</li>
</ul>
<h3><p>Penetration Testing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://buckets.grayhatwarfare.com/" rel="noopener noreferrer">grayhatwarfare</a> - Public buckets by <a href="https://www.grayhatwarfare.com/" rel="noopener noreferrer">grayhatwarfare</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/theInfectedDrake/TIDoS-Framework" rel="noopener noreferrer">TIDoS-Framework (⭐1.9k)</a> - A comprehensive web application audit framework to cover up everything from Reconnaissance and OSINT to Vulnerability Analysis by <a href="https://github.com/theInfectedDrake" rel="noopener noreferrer">@_tID</a>.</li>
</ul>
<h3><p>Offensive / Template Injection</p>
</h3>
<ul>
<li><a href="https://github.com/epinna/tplmap" rel="noopener noreferrer">tplmap (⭐4.2k)</a> - Code and Server-Side Template Injection Detection and Exploitation Tool by <a href="https://github.com/epinna" rel="noopener noreferrer">@epinna</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/29/"/>
    <summary>5 awesome projects updated on Jul 16 - Jul 22, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/28/</id>
    <title>Awesome Web Security Updates on Jul 09 - Jul 15, 2018</title>
    <updated>2018-07-13T04:29:03.000Z</updated>
    <published>2018-07-11T05:56:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>SSRF - Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://docs.google.com/document/d/1v1TkWZtrhzRLy0bYXBcdLUedXGb9njTNIJXa3u9akHM/edit" rel="noopener noreferrer">SSRF bible. Cheatsheet</a> - Written by <a href="https://wallarm.com/" rel="noopener noreferrer">Wallarm</a>.</li>
</ul>
<h3><p>CSP</p>
</h3>
<ul>
<li><a href="https://lab.wallarm.com/how-to-trick-csp-in-letting-you-run-whatever-you-want-73cb5ff428aa" rel="noopener noreferrer">Neatly bypassing CSP</a> - Written by <a href="https://wallarm.com/" rel="noopener noreferrer">Wallarm</a>.</li>
</ul>
<h3><p>Offensive / XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://github.com/s0md3v/XSStrike" rel="noopener noreferrer">XSStrike (⭐15k)</a> - XSStrike is a program which can fuzz and bruteforce parameters for XSS. It can also detect and bypass WAFs by <a href="https://github.com/s0md3v" rel="noopener noreferrer">@s0md3v</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/28/"/>
    <summary>3 awesome projects updated on Jul 09 - Jul 15, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/27/</id>
    <title>Awesome Web Security Updates on Jul 02 - Jul 08, 2018</title>
    <updated>2018-07-05T18:20:31.000Z</updated>
    <published>2018-07-05T17:52:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>Frontend (like SOP bypass, URL spoofing, and something like that)</p>
</h3>
<ul>
<li><a href="https://docs.google.com/document/d/1cbL-X0kV_tQ5rL8XJ3lXkV-j0pt_CfTu5ZSzYrncPDc/" rel="noopener noreferrer">How do we Stop Spilling the Beans Across Origins?</a> - Written by <a href="https://github.com/qazbnm456/awesome-web-security/blob/master/README.md/mailto:aaj@google.com" rel="noopener noreferrer">aaj at google.com</a> and <a href="https://github.com/qazbnm456/awesome-web-security/blob/master/README.md/mailto:mkwst@google.com" rel="noopener noreferrer">mkwst at google.com</a>.</li>
</ul>
<h3><p>Backend (core of Browser implementation, and often refers to C or C++ part)</p>
</h3>
<ul>
<li><a href="https://www.zerodayinitiative.com/blog/2018/2/12/pushing-webkits-buttons-with-a-mobile-pwn2own-exploit" rel="noopener noreferrer">PUSHING WEBKIT'S BUTTONS WITH A MOBILE PWN2OWN EXPLOIT</a> - Written by <a href="https://twitter.com/wanderingglitch" rel="noopener noreferrer">@wanderingglitch</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/27/"/>
    <summary>2 awesome projects updated on Jul 02 - Jul 08, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/26/</id>
    <title>Awesome Web Security Updates on Jun 25 - Jul 01, 2018</title>
    <updated>2018-06-28T17:53:05.000Z</updated>
    <published>2018-06-28T17:53:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>ReactJS</p>
</h3>
<ul>
<li><a href="http://danlec.com/blog/xss-via-a-spoofed-react-element" rel="noopener noreferrer">XSS via a spoofed React element</a> - Written by <a href="http://danlec.com/" rel="noopener noreferrer">Daniel LeCheminant</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/26/"/>
    <summary>1 awesome projects updated on Jun 25 - Jul 01, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/23/</id>
    <title>Awesome Web Security Updates on Jun 04 - Jun 10, 2018</title>
    <updated>2018-06-08T02:13:11.000Z</updated>
    <published>2018-06-08T02:13:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://excess-xss.com/" rel="noopener noreferrer">C.XSS Guide</a> - Written by <a href="https://github.com/JakobKallin" rel="noopener noreferrer">@JakobKallin</a> and <a href="https://www.linkedin.com/in/irenelobovalbuena/" rel="noopener noreferrer">Irene Lobo Valbuena</a>.</li>
</ul>

<ul>
<li><a href="https://www.google.com/intl/sw/about/appsecurity/learning/xss/" rel="noopener noreferrer">Cross-Site Scripting – Application Security – Google</a> - Written by <a href="https://www.google.com/" rel="noopener noreferrer">Google</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/cure53/H5SC" rel="noopener noreferrer">H5SC (⭐2.9k)</a> - Written by <a href="https://github.com/cure53" rel="noopener noreferrer">@cure53</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/23/"/>
    <summary>3 awesome projects updated on Jun 04 - Jun 10, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/22/</id>
    <title>Awesome Web Security Updates on May 28 - Jun 03, 2018</title>
    <updated>2018-05-31T04:50:17.000Z</updated>
    <published>2018-05-31T04:50:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Remote Code Execution</p>
</h3>
<ul>
<li><a href="https://sites.google.com/site/testsitehacking/-36k-google-app-engine-rce" rel="noopener noreferrer">$36k Google App Engine RCE</a> - Written by <a href="https://sites.google.com/site/testsitehacking/" rel="noopener noreferrer">Ezequiel Pereira</a>.</li>
</ul>

<ul>
<li><a href="https://codewhitesec.blogspot.com/2018/05/poor-richfaces.html" rel="noopener noreferrer">Poor RichFaces</a> - Written by <a href="https://www.code-white.com/" rel="noopener noreferrer">CODE WHITE</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/22/"/>
    <summary>2 awesome projects updated on May 28 - Jun 03, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/21/</id>
    <title>Awesome Web Security Updates on May 21 - May 27, 2018</title>
    <updated>2018-05-25T06:35:37.000Z</updated>
    <published>2018-05-25T06:35:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Detecting / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/baidu/openrasp" rel="noopener noreferrer">OpenRASP (⭐3k)</a> - An open source RASP solution actively maintained by Baidu Inc. With context-aware detection algorithm the project achieved nearly no false positives. And less than 3% performance reduction is observed under heavy server load.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/21/"/>
    <summary>1 awesome projects updated on May 21 - May 27, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/18/</id>
    <title>Awesome Web Security Updates on Apr 30 - May 06, 2018</title>
    <updated>2018-05-02T05:12:05.000Z</updated>
    <published>2018-05-02T05:12:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>Database</p>
</h3>
<ul>
<li><a href="https://github.com/Metnew/uxss-db" rel="noopener noreferrer">uxss-db (⭐706)</a> - Collection of UXSS CVEs with PoCs by <a href="https://github.com/Metnew" rel="noopener noreferrer">@Metnew</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/18/"/>
    <summary>1 awesome projects updated on Apr 30 - May 06, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/17/</id>
    <title>Awesome Web Security Updates on Apr 23 - Apr 29, 2018</title>
    <updated>2018-04-23T01:16:50.000Z</updated>
    <published>2018-04-23T01:03:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Reconnaissance / OSINT - Open-Source Intelligence</p>
</h3>
<ul>
<li><a href="https://github.com/vaguileradiaz/tinfoleak" rel="noopener noreferrer">tinfoleak (⭐2k)</a> - The most complete open-source tool for Twitter intelligence analysis by <a href="https://github.com/vaguileradiaz" rel="noopener noreferrer">@vaguileradiaz</a>.</li>
</ul>
<h3><p>Fuzzing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/google/domato" rel="noopener noreferrer">domato (⭐1.8k)</a> - DOM fuzzer by <a href="https://github.com/google" rel="noopener noreferrer">@google</a>.</li>
</ul>
<h3><p>Penetration Testing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/dagrz/aws_pwn" rel="noopener noreferrer">aws_pwn (⭐1.2k)</a> - A collection of AWS penetration testing junk by <a href="https://github.com/dagrz" rel="noopener noreferrer">@dagrz</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/17/"/>
    <summary>3 awesome projects updated on Apr 23 - Apr 29, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/15/</id>
    <title>Awesome Web Security Updates on Apr 09 - Apr 15, 2018</title>
    <updated>2018-04-15T14:52:25.000Z</updated>
    <published>2018-04-15T14:42:36.000Z</published>
    <content type="html"><![CDATA[<h3><p>Penetration Testing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/flipkart-incubator/astra" rel="noopener noreferrer">Astra (⭐2.7k)</a> - Automated Security Testing For REST API's by <a href="https://github.com/flipkart-incubator" rel="noopener noreferrer">@flipkart-incubator</a>.</li>
</ul>
<h3><p>Leaking / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/hannob/snallygaster" rel="noopener noreferrer">snallygaster (⭐2.1k)</a> - Tool to scan for secret files on HTTP servers by <a href="https://github.com/hannob" rel="noopener noreferrer">@hannob</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://medium.com/@umpox/be-careful-what-you-copy-invisibly-inserting-usernames-into-text-with-zero-width-characters-18b4e6f17b66" rel="noopener noreferrer">Be careful what you copy: Invisibly inserting usernames into text with Zero-Width Characters</a> - Written by <a href="https://medium.com/@umpox" rel="noopener noreferrer">@umpox</a>.</li>
</ul>

<ul>
<li><a href="https://www.optiv.com/blog/escape-and-evasion-egressing-restricted-networks" rel="noopener noreferrer">Escape and Evasion Egressing Restricted Networks</a> - Written by <a href="https://github.com/qazbnm456/awesome-web-security/blob/master/README.md/mailto:info@optiv.com" rel="noopener noreferrer">Chris Patten, Tom Steele</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/15/"/>
    <summary>4 awesome projects updated on Apr 09 - Apr 15, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/13/</id>
    <title>Awesome Web Security Updates on Mar 26 - Apr 01, 2018</title>
    <updated>2018-03-29T13:15:15.000Z</updated>
    <published>2018-03-29T13:15:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://voidsec.com/vpn-leak/" rel="noopener noreferrer">TL:DR: VPN leaks users’ IPs via WebRTC. I’ve tested seventy VPN providers and 16 of them leaks users’ IPs via WebRTC (23%)</a> - Written by <a href="https://voidsec.com/" rel="noopener noreferrer">voidsec</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/13/"/>
    <summary>1 awesome projects updated on Mar 26 - Apr 01, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/</id>
    <title>Awesome Web Security Updates on Mar 19 - Mar 25, 2018</title>
    <updated>2018-03-21T03:36:29.000Z</updated>
    <published>2018-03-19T12:29:42.000Z</published>
    <content type="html"><![CDATA[<h3><p>XSS</p>
</h3>
<ul>
<li><a href="https://opnsec.com/2018/03/stored-xss-on-facebook/" rel="noopener noreferrer">Stored XSS on Facebook</a> - Written by <a href="https://opnsec.com/" rel="noopener noreferrer">Enguerran Gillier</a>.</li>
</ul>
<h3><p>Leaking / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/allyshka/pwngitmanager" rel="noopener noreferrer">pwngitmanager (⭐109)</a> - Git manager for pentesters by <a href="https://github.com/allyshka" rel="noopener noreferrer">@allyshka</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://labs.detectify.com/2018/01/12/how-i-exploited-acme-tls-sni-01-issuing-lets-encrypt-ssl-certs-for-any-domain-using-shared-hosting/" rel="noopener noreferrer">How I exploited ACME TLS-SNI-01 issuing Let's Encrypt SSL-certs for any domain using shared hosting</a> - Written by <a href="https://twitter.com/fransrosen" rel="noopener noreferrer">@fransrosen</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/"/>
    <summary>3 awesome projects updated on Mar 19 - Mar 25, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/11/</id>
    <title>Awesome Web Security Updates on Mar 12 - Mar 18, 2018</title>
    <updated>2018-03-16T03:25:49.000Z</updated>
    <published>2018-03-12T07:05:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>Others</p>
</h3>
<ul>
<li><a href="https://s1gnalcha0s.github.io/dspl/2018/03/07/Stored-XSS-and-SSRF-Google.html" rel="noopener noreferrer">Stored XSS, and SSRF in Google using the Dataset Publishing Language</a> - Written by <a href="https://twitter.com/signalchaos" rel="noopener noreferrer">@signalchaos</a>.</li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://sites.google.com/site/testsitehacking/-7-5k-Google-services-mix-up" rel="noopener noreferrer">$7.5k Google services mix-up</a> - Written by <a href="https://sites.google.com/site/testsitehacking/" rel="noopener noreferrer">Ezequiel Pereira</a>.</li>
</ul>

<ul>
<li><a href="https://docs.google.com/presentation/d/1VpRT8dFyTaFpQa9jhehtmGaC7TqQniMSYbUdlHN6VrY/edit?usp=sharing" rel="noopener noreferrer">The Bug Hunters Methodology v2.1</a> - Written by <a href="https://twitter.com/jhaddix" rel="noopener noreferrer">@jhaddix</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/11/"/>
    <summary>3 awesome projects updated on Mar 12 - Mar 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/9/</id>
    <title>Awesome Web Security Updates on Feb 26 - Mar 04, 2018</title>
    <updated>2018-03-02T13:15:44.000Z</updated>
    <published>2018-02-26T07:25:39.000Z</published>
    <content type="html"><![CDATA[<h3><p>OSINT</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=fzd3zkAI_o4" rel="noopener noreferrer">102 Deep Dive in the Dark Web OSINT Style Kirby Plessas</a> - Presented by <a href="https://twitter.com/kirbstr" rel="noopener noreferrer">@kirbstr</a>.</li>
</ul>
<h3><p>XXE</p>
</h3>
<ul>
<li><a href="https://mohemiv.com/all/evil-xml/" rel="noopener noreferrer">Evil XML with two encodings</a> - Written by <a href="https://mohemiv.com/" rel="noopener noreferrer">Arseniy Sharoglazov</a>.</li>
</ul>
<h3><p>SSRF</p>
</h3>
<ul>
<li><a href="https://medium.com/secjuice/php-ssrf-techniques-9d422cb28d51" rel="noopener noreferrer">PHP SSRF Techniques</a> - Written by <a href="https://medium.com/@themiddleblue" rel="noopener noreferrer">@themiddleblue</a>.</li>
</ul>
<h3><p>Reconnaissance / OSINT - Open-Source Intelligence</p>
</h3>
<ul>
<li><a href="https://start.me/p/QRENnO/databases" rel="noopener noreferrer">Databases - start.me</a> - Various databases which you can use for your OSINT research by <a href="https://twitter.com/technisette" rel="noopener noreferrer">@technisette</a>.</li>
</ul>

<ul>
<li><a href="https://peoplefindthor.dk/" rel="noopener noreferrer">peoplefindThor</a> - the easy way to find people on Facebook by <a href="https://github.com/qazbnm456/awesome-web-security/blob/master/README.md/mailto:postkassen@oejvind.dk?subject=peoplefindthor.dk%20comments" rel="noopener noreferrer">postkassen</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/9/"/>
    <summary>5 awesome projects updated on Feb 26 - Mar 04, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/8/</id>
    <title>Awesome Web Security Updates on Feb 19 - Feb 25, 2018</title>
    <updated>2018-02-23T02:01:18.000Z</updated>
    <published>2018-02-23T02:01:18.000Z</published>
    <content type="html"><![CDATA[<h3><p>Forums</p>
</h3>
<ul>
<li><a href="https://www.darkreading.com/Default.asp" rel="noopener noreferrer">Dark Reading</a> - Connecting The Information Security Community.</li>
</ul>

<ul>
<li><a href="http://en.hackdig.com/" rel="noopener noreferrer">HackDig</a> - Dig high-quality web security articles for hacker.</li>
</ul>

<ul>
<li><a href="https://securityweekly.com/" rel="noopener noreferrer">Security Weekly</a> - The security podcast network.</li>
</ul>

<ul>
<li><a href="https://thehackernews.com/" rel="noopener noreferrer">The Hacker News</a> - Security in a serious way.</li>
</ul>
<h3><p>CSV Injection</p>
</h3>
<ul>
<li><a href="https://news.webamooz.com/wp-content/uploads/bot/offsecmag/147.pdf" rel="noopener noreferrer">CSV Injection -&gt; Meterpreter on Pornhub</a> - Written by <a href="https://blog.zsec.uk/" rel="noopener noreferrer">Andy</a>.</li>
</ul>
<h3><p>SQL Injection</p>
</h3>
<ul>
<li><a href="https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/" rel="noopener noreferrer">SQL Injection Cheat Sheet</a> - Written by <a href="https://twitter.com/netsparker" rel="noopener noreferrer">@netsparker</a>.</li>
</ul>

<ul>
<li><a href="https://websec.ca/kb/sql_injection" rel="noopener noreferrer">SQL Injection Pocket Reference</a> - Written by <a href="https://twitter.com/LightOS" rel="noopener noreferrer">@LightOS</a>.</li>
</ul>

<ul>
<li><a href="https://sqlwiki.netspi.com/" rel="noopener noreferrer">SQL Injection Wiki</a> - Written by <a href="https://www.netspi.com/" rel="noopener noreferrer">NETSPI</a>.</li>
</ul>
<h3><p>Command Injection</p>
</h3>
<ul>
<li><a href="https://github.com/ruby/ruby/pull/1777" rel="noopener noreferrer">Potential command injection in resolv.rb (⭐24k)</a> - Written by <a href="https://github.com/drigg3r" rel="noopener noreferrer">@drigg3r</a>.</li>
</ul>
<h3><p>ORM Injection</p>
</h3>
<ul>
<li><a href="https://www.synacktiv.com/ressources/hql2sql_sstic_2015_en.pdf" rel="noopener noreferrer">HQL : Hyperinsane Query Language (or how to access the whole SQL API within a HQL injection ?)</a> - Written by <a href="https://twitter.com/_m0bius" rel="noopener noreferrer">@_m0bius</a>.</li>
</ul>

<ul>
<li><a href="https://www.slideshare.net/simone.onofri/orm-injection" rel="noopener noreferrer">ORM Injection</a> - Written by <a href="https://onofri.org/" rel="noopener noreferrer">Simone Onofri</a>.</li>
</ul>

<ul>
<li><a href="https://www.slideshare.net/0ang3el/orm2pwn-exploiting-injections-in-hibernate-orm" rel="noopener noreferrer">ORM2Pwn: Exploiting injections in Hibernate ORM</a> - Written by <a href="https://0ang3el.blogspot.tw/" rel="noopener noreferrer">Mikhail Egorov</a>.</li>
</ul>
<h3><p>FTP Injection</p>
</h3>
<ul>
<li><a href="http://blog.blindspotsecurity.com/2017/02/advisory-javapython-ftp-injections.html" rel="noopener noreferrer">Advisory: Java/Python FTP Injections Allow for Firewall Bypass</a> - Written by <a href="https://plus.google.com/105917618099766831589" rel="noopener noreferrer">Timothy Morgan</a>.</li>
</ul>

<ul>
<li><a href="https://shiftordie.de/blog/2017/02/18/smtp-over-xxe/" rel="noopener noreferrer">SMTP over XXE − how to send emails using Java's XML parser</a> - Written by <a href="https://shiftordie.de/" rel="noopener noreferrer">Alexander Klink</a>.</li>
</ul>
<h3><p>XXE - XML eXternal Entity</p>
</h3>
<ul>
<li><a href="https://phonexicum.github.io/infosec/xxe.html" rel="noopener noreferrer">XXE</a> - Written by <a href="https://twitter.com/phonexicum" rel="noopener noreferrer">@phonexicum</a>.</li>
</ul>
<h3><p>CSRF - Cross-Site Request Forgery</p>
</h3>
<ul>
<li><a href="https://medium.com/@jrozner/wiping-out-csrf-ded97ae7e83f" rel="noopener noreferrer">Wiping Out CSRF</a> - Written by <a href="https://medium.com/@jrozner" rel="noopener noreferrer">@jrozner</a>.</li>
</ul>
<h3><p>Rails</p>
</h3>
<ul>
<li><a href="https://hackmd.io/s/SkuTVw5O-" rel="noopener noreferrer">Rails Security - First part</a> - Written by <a href="https://github.com/qazbnm456" rel="noopener noreferrer">@qazbnm456</a>.</li>
</ul>
<h3><p>SSL/TLS</p>
</h3>
<ul>
<li><a href="https://www.aptive.co.uk/blog/tls-ssl-security-testing/" rel="noopener noreferrer">SSL &amp; TLS Penetration Testing</a> - Written by <a href="https://www.aptive.co.uk/" rel="noopener noreferrer">APTIVE</a>.</li>
</ul>
<h3><p>NFS</p>
</h3>
<ul>
<li><a href="https://pentestacademy.wordpress.com/2017/09/20/nfs/?t=1&amp;cn=ZmxleGlibGVfcmVjc18y&amp;refsrc=email&amp;iid=b34422ce15164e99a193fea0ccc7a02f&amp;uid=1959680352&amp;nid=244+289476616" rel="noopener noreferrer">NFS | PENETRATION TESTING ACADEMY</a> - Written by <a href="https://pentestacademy.wordpress.com/" rel="noopener noreferrer">PENETRATION ACADEMY</a>.</li>
</ul>
<h3><p>AWS</p>
</h3>
<ul>
<li><a href="https://rhinosecuritylabs.com/penetration-testing/penetration-testing-aws-storage/" rel="noopener noreferrer">PENETRATION TESTING AWS STORAGE: KICKING THE S3 BUCKET</a> - Written by Dwight Hohnstein from <a href="https://rhinosecuritylabs.com/" rel="noopener noreferrer">Rhino Security Labs</a>.</li>
</ul>
<h3><p>Web Shell</p>
</h3>
<ul>
<li><a href="https://blog.netspi.com/hacking-with-jsp-shells/" rel="noopener noreferrer">Hacking with JSP Shells</a> - Written by <a href="https://twitter.com/_nullbind" rel="noopener noreferrer">@_nullbind</a>.</li>
</ul>

<ul>
<li><a href="https://www.tenable.com/blog/hunting-for-web-shells" rel="noopener noreferrer">Hunting for Web Shells</a> - Written by <a href="https://www.tenable.com/profile/jacob-baines" rel="noopener noreferrer">Jacob Baines</a>.</li>
</ul>
<h3><p>OSINT</p>
</h3>
<ul>
<li><a href="https://medium.com/@s3yfullah/hacking-cryptocurrency-miners-with-osint-techniques-677bbb3e0157" rel="noopener noreferrer">Hacking Cryptocurrency Miners with OSINT Techniques</a> - Written by <a href="https://medium.com/@s3yfullah" rel="noopener noreferrer">@s3yfullah</a>.</li>
</ul>

<ul>
<li><a href="https://www.slideshare.net/miaoski/osint-x-uccu-workshop-on-open-source-intelligence" rel="noopener noreferrer">OSINT x UCCU Workshop on Open Source Intelligence</a> - Written by <a href="https://www.slideshare.net/miaoski" rel="noopener noreferrer">Philippe Lin</a>.</li>
</ul>
<h3><p>CSP</p>
</h3>
<ul>
<li><a href="https://labs.detectify.com/2016/04/04/csp-bypassing-form-action-with-reflected-xss/" rel="noopener noreferrer">CSP: bypassing form-action with reflected XSS</a> - Written by <a href="https://labs.detectify.com/" rel="noopener noreferrer">Detectify Labs</a>.</li>
</ul>
<h3><p>WAF</p>
</h3>
<ul>
<li><a href="https://buer.haus/2017/03/08/airbnb-when-bypassing-json-encoding-xss-filter-waf-csp-and-auditor-turns-into-eight-vulnerabilities/" rel="noopener noreferrer">Airbnb – When Bypassing JSON Encoding, XSS Filter, WAF, CSP, and Auditor turns into Eight Vulnerabilities</a> - Written by <a href="https://twitter.com/bbuerhaus" rel="noopener noreferrer">@Brett Buerhaus</a>.</li>
</ul>

<ul>
<li><a href="https://medium.com/@d0znpp/how-to-bypass-libinjection-in-many-waf-ngwaf-1e2513453c0f" rel="noopener noreferrer">How to bypass libinjection in many WAF/NGWAF</a> - Written by <a href="https://medium.com/@d0znpp" rel="noopener noreferrer">@d0znpp</a>.</li>
</ul>

<ul>
<li><a href="https://medium.com/secjuice/waf-evasion-techniques-718026d693d8" rel="noopener noreferrer">Web Application Firewall (WAF) Evasion Techniques</a> - Written by <a href="https://twitter.com/secjuice" rel="noopener noreferrer">@secjuice</a>.</li>
</ul>

<ul>
<li><a href="https://medium.com/secjuice/web-application-firewall-waf-evasion-techniques-2-125995f3e7b0" rel="noopener noreferrer">Web Application Firewall (WAF) Evasion Techniques #2</a> - Written by <a href="https://twitter.com/secjuice" rel="noopener noreferrer">@secjuice</a>.</li>
</ul>
<h3><p>CSRF</p>
</h3>
<ul>
<li><a href="https://zhuanlan.zhihu.com/p/32716181" rel="noopener noreferrer">Neat tricks to bypass CSRF-protection</a> - Written by <a href="https://twosecurity.io/" rel="noopener noreferrer">Twosecurity</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/dxa4481/cssInjection" rel="noopener noreferrer">Stealing CSRF tokens with CSS injection (without iFrames) (⭐321)</a> - Written by <a href="https://github.com/dxa4481" rel="noopener noreferrer">@dxa4481</a>.</li>
</ul>
<h3><p>Remote Code Execution</p>
</h3>
<ul>
<li><a href="https://www.ambionics.io/blog/drupal-services-module-rce" rel="noopener noreferrer">DRUPAL 7.X SERVICES MODULE UNSERIALIZE() TO RCE</a> - Written by <a href="https://www.ambionics.io/" rel="noopener noreferrer">Ambionics Security</a>.</li>
</ul>

<ul>
<li><a href="https://opsecx.com/index.php/2017/02/08/exploiting-node-js-deserialization-bug-for-remote-code-execution/" rel="noopener noreferrer">Exploiting Node.js deserialization bug for Remote Code Execution</a> - Written by <a href="https://opsecx.com/index.php/author/ajinabraham/" rel="noopener noreferrer">OpSecX</a>.</li>
</ul>

<ul>
<li><a href="https://capacitorset.github.io/mathjs/" rel="noopener noreferrer">How we exploited a remote code execution vulnerability in math.js</a> - Written by <a href="https://github.com/capacitorset" rel="noopener noreferrer">@capacitorset</a>.</li>
</ul>
<h3><p>XSS</p>
</h3>
<ul>
<li><a href="https://www.blackhat.com/docs/us-17/thursday/us-17-Lekies-Dont-Trust-The-DOM-Bypassing-XSS-Mitigations-Via-Script-Gadgets.pdf" rel="noopener noreferrer">DON'T TRUST THE DOM: BYPASSING XSS MITIGATIONS VIA SCRIPT GADGETS</a> - Written by <a href="https://twitter.com/slekies" rel="noopener noreferrer">Sebastian Lekies</a>, <a href="https://twitter.com/kkotowicz" rel="noopener noreferrer">Krzysztof Kotowicz</a>, and <a href="https://twitter.com/sirdarckcat" rel="noopener noreferrer">Eduardo Vela</a>.</li>
</ul>

<ul>
<li><a href="https://medium.com/@marin_m/how-i-found-a-5-000-google-maps-xss-by-fiddling-with-protobuf-963ee0d9caff#.u50nrzhas" rel="noopener noreferrer">How I found a $5,000 Google Maps XSS (by fiddling with Protobuf)</a> - Written by <a href="https://medium.com/@marin_m" rel="noopener noreferrer">@marin_m</a>.</li>
</ul>

<ul>
<li><a href="https://hackerone.com/reports/293689" rel="noopener noreferrer">Query parameter reordering causes redirect page to render unsafe URL</a> - Written by <a href="https://hackerone.com/kenziy" rel="noopener noreferrer">kenziy</a>.</li>
</ul>
<h3><p>SSRF</p>
</h3>
<ul>
<li><a href="https://www.blackhat.com/docs/us-17/thursday/us-17-Tsai-A-New-Era-Of-SSRF-Exploiting-URL-Parser-In-Trending-Programming-Languages.pdf" rel="noopener noreferrer">A New Era of SSRF - Exploiting URL Parser in Trending Programming Languages!</a> - Written by <a href="https://blog.orange.tw/" rel="noopener noreferrer">Orange</a>.</li>
</ul>

<ul>
<li><a href="https://hackerone.com/reports/115748" rel="noopener noreferrer">SSRF in https://imgur.com/vidgif/url</a> - Written by <a href="https://hackerone.com/aesteral" rel="noopener noreferrer">aesteral</a>.</li>
</ul>
<h3><p>Header Injection</p>
</h3>
<ul>
<li><a href="http://blog.blindspotsecurity.com/2017/02/advisory-javapython-ftp-injections.html" rel="noopener noreferrer">Java/Python FTP Injections Allow for Firewall Bypass</a> - Written by <a href="https://plus.google.com/105917618099766831589" rel="noopener noreferrer">Timothy Morgan</a>.</li>
</ul>
<h3><p>URL</p>
</h3>
<ul>
<li><a href="https://www.xudongz.com/blog/2017/idn-phishing/" rel="noopener noreferrer">Phishing with Unicode Domains</a> - Written by <a href="https://www.xudongz.com/" rel="noopener noreferrer">Xudong Zheng</a>.</li>
</ul>

<ul>
<li><a href="https://noncombatant.org/2017/11/07/problems-of-urls/" rel="noopener noreferrer">Some Problems Of URLs</a> - Written by <a href="https://noncombatant.org/about/" rel="noopener noreferrer">Chris Palmer</a>.</li>
</ul>

<ul>
<li><a href="https://www.vgrsec.com/post20170219.html" rel="noopener noreferrer">Unicode Domains are bad and you should feel bad for supporting them</a> - Written by <a href="https://www.vgrsec.com/" rel="noopener noreferrer">VRGSEC</a>.</li>
</ul>
<h3><p>Others</p>
</h3>
<ul>
<li><a href="https://github.com/epidemics-scepticism/writing/blob/master/onion-dns-leaks.md" rel="noopener noreferrer">Inducing DNS Leaks in Onion Web Services (⭐41)</a> - Written by <a href="https://github.com/epidemics-scepticism" rel="noopener noreferrer">@epidemics-scepticism</a>.</li>
</ul>
<h3><p>Frontend (like SOP bypass, URL spoofing, and something like that)</p>
</h3>
<ul>
<li><a href="https://www.facebook.com/ExploitWareLabs/photos/a.361854183878462.84544.338832389513975/1378579648872572/?type=3&amp;theater" rel="noopener noreferrer">IE11 Information disclosure - local file detection</a> - Written by James Lee.</li>
</ul>

<ul>
<li><a href="https://bo0om.ru/safari-client-side" rel="noopener noreferrer">Особенности Safari в client-side атаках</a> - Written by <a href="https://bo0om.ru/author/admin" rel="noopener noreferrer">Bo0oM</a>.</li>
</ul>
<h3><p>Backend (core of Browser implementation, and often refers to C or C++ part)</p>
</h3>
<ul>
<li><a href="https://blogs.securiteam.com/index.php/archives/3379" rel="noopener noreferrer">SSD Advisory – Chrome Turbofan Remote Code Execution</a> - Written by <a href="https://blogs.securiteam.com/" rel="noopener noreferrer">SecuriTeam Secure Disclosure (SSD)</a>.</li>
</ul>
<h3><p>Database</p>
</h3>
<ul>
<li><a href="https://github.com/qazbnm456/awesome-cve-poc" rel="noopener noreferrer">awesome-cve-poc (⭐3.5k)</a> - Curated list of CVE PoCs by <a href="https://github.com/qazbnm456" rel="noopener noreferrer">@qazbnm456</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/tunz/js-vuln-db" rel="noopener noreferrer">js-vuln-db (⭐2.3k)</a> - Collection of JavaScript engine CVEs with PoCs by <a href="https://github.com/tunz" rel="noopener noreferrer">@tunz</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/coffeehb/Some-PoC-oR-ExP" rel="noopener noreferrer">Some-PoC-oR-ExP (⭐2.5k)</a> - 各种漏洞poc、Exp的收集或编写 by <a href="https://github.com/coffeehb" rel="noopener noreferrer">@coffeehb</a>.</li>
</ul>
<h3><p>Auditing</p>
</h3>
<ul>
<li><a href="https://github.com/hahwul/a2sv" rel="noopener noreferrer">A2SV (⭐635)</a> - Auto Scanning to SSL Vulnerability by <a href="https://github.com/hahwul" rel="noopener noreferrer">@hahwul</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/Alfresco/prowler" rel="noopener noreferrer">prowler (⭐15k)</a> - Tool for AWS security assessment, auditing and hardening by <a href="https://github.com/Alfresco" rel="noopener noreferrer">@Alfresco</a>.</li>
</ul>
<h3><p>Reconnaissance / OSINT - Open-Source Intelligence</p>
</h3>
<ul>
<li><a href="https://censys.io/" rel="noopener noreferrer">Censys</a> - Censys is a search engine that allows computer scientists to ask questions about the devices and networks that compose the Internet by <a href="https://umich.edu/" rel="noopener noreferrer">University of Michigan</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/ElevenPaths/FOCA" rel="noopener noreferrer">FOCA (⭐3.6k)</a> - FOCA (Fingerprinting Organizations with Collected Archives) is a tool used mainly to find metadata and hidden information in the documents its scans by <a href="https://www.elevenpaths.com/index.html" rel="noopener noreferrer">ElevenPaths</a>.</li>
</ul>

<ul>
<li><a href="https://fofa.so/?locale=en" rel="noopener noreferrer">FOFA</a> - Cyberspace Search Engine by <a href="https://baimaohui.net/" rel="noopener noreferrer">BAIMAOHUI</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/michenriksen/Gitrob" rel="noopener noreferrer">gitrob (⭐6.2k)</a> - Reconnaissance tool for GitHub organizations by <a href="https://github.com/michenriksen" rel="noopener noreferrer">@michenriksen</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/FeeiCN/GSIL" rel="noopener noreferrer">GSIL (⭐2.1k)</a> - Github Sensitive Information Leakage（Github敏感信息泄露）by <a href="https://github.com/FeeiCN" rel="noopener noreferrer">@FeeiCN</a>.</li>
</ul>

<ul>
<li><a href="https://nti.nsfocus.com/" rel="noopener noreferrer">NSFOCUS</a> - THREAT INTELLIGENCE PORTAL by NSFOCUS GLOBAL.</li>
</ul>

<ul>
<li><a href="https://github.com/0x09AL/raven" rel="noopener noreferrer">raven (⭐798)</a> - raven is a Linkedin information gathering tool that can be used by pentesters to gather information about an organization employees using Linkedin by <a href="https://github.com/0x09AL" rel="noopener noreferrer">@0x09AL</a>.</li>
</ul>

<ul>
<li><a href="https://www.shodan.io/" rel="noopener noreferrer">Shodan</a> - Shodan is the world's first search engine for Internet-connected devices by <a href="https://twitter.com/shodanhq" rel="noopener noreferrer">@shodanhq</a>.</li>
</ul>

<ul>
<li><a href="https://urlscan.io/" rel="noopener noreferrer">urlscan.io</a> - Service which analyses websites and the resources they request by <a href="https://twitter.com/heipei" rel="noopener noreferrer">@heipei</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/evilsocket/xray" rel="noopener noreferrer">xray (⭐2.3k)</a> - XRay is a tool for recon, mapping and OSINT gathering from public networks by <a href="https://github.com/evilsocket" rel="noopener noreferrer">@evilsocket</a>.</li>
</ul>

<ul>
<li><a href="https://www.zoomeye.org/" rel="noopener noreferrer">ZoomEye</a> - Cyberspace Search Engine by <a href="https://twitter.com/zoomeye_team" rel="noopener noreferrer">@zoomeye_team</a>.</li>
</ul>
<h3><p>Reconnaissance / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/michenriksen/aquatone" rel="noopener noreferrer">AQUATONE (⭐6k)</a> - Tool for Domain Flyovers by <a href="https://github.com/michenriksen" rel="noopener noreferrer">@michenriksen</a>.</li>
</ul>

<ul>
<li><a href="https://crt.sh/" rel="noopener noreferrer">Certificate Search</a> - Enter an Identity (Domain Name, Organization Name, etc), a Certificate Fingerprint (SHA-1 or SHA-256) or a crt.sh ID to search certificate(s) by <a href="https://github.com/crtsh" rel="noopener noreferrer">@crtsh</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/google/certificate-transparency" rel="noopener noreferrer">Certificate Transparency (⭐888)</a> - Google's Certificate Transparency project fixes several structural flaws in the SSL certificate system by <a href="https://github.com/google" rel="noopener noreferrer">@google</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/eldraco/domain_analyzer" rel="noopener noreferrer">domain_analyzer (⭐1.9k)</a> - Analyze the security of any domain by finding all the information possible by <a href="https://github.com/eldraco" rel="noopener noreferrer">@eldraco</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/ChrisTruncer/EyeWitness" rel="noopener noreferrer">EyeWitness (⭐64)</a> - EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible by <a href="https://github.com/ChrisTruncer" rel="noopener noreferrer">@ChrisTruncer</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/We5ter/GSDF" rel="noopener noreferrer">GSDF (⭐184)</a> - Domain searcher named GoogleSSLdomainFinder by <a href="https://github.com/We5ter" rel="noopener noreferrer">@We5ter</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/lijiejie/subDomainsBrute" rel="noopener noreferrer">subDomainsBrute (⭐3.6k)</a> - A simple and fast sub domain brute tool for pentesters by <a href="https://github.com/lijiejie" rel="noopener noreferrer">@lijiejie</a>.</li>
</ul>

<ul>
<li><a href="https://www.virustotal.com/en/documentation/searching/#getting-domain-information" rel="noopener noreferrer">VirusTotal domain information</a> - Searching for domain information by <a href="https://www.virustotal.com/" rel="noopener noreferrer">VirusTotal</a>.</li>
</ul>
<h3><p>Code Generating / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/qazbnm456/VWGen" rel="noopener noreferrer">VWGen (⭐85)</a> - Vulnerable Web applications Generator by <a href="https://github.com/qazbnm456" rel="noopener noreferrer">@qazbnm456</a>.</li>
</ul>
<h3><p>Fuzzing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://github.com/hack-all-the-things/charsetinspect" rel="noopener noreferrer">charsetinspect (⭐27)</a> - Script that inspects multi-byte character sets looking for characters with specific user-defined properties by <a href="https://github.com/hack-all-the-things" rel="noopener noreferrer">@hack-all-the-things</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/OsandaMalith/IPObfuscator" rel="noopener noreferrer">IPObfuscator (⭐145)</a> - Simple tool to convert the IP to a DWORD IP by <a href="https://github.com/OsandaMalith" rel="noopener noreferrer">@OsandaMalith</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/xmendez/wfuzz" rel="noopener noreferrer">wfuzz (⭐6.6k)</a> - Web application bruteforcer by <a href="https://github.com/xmendez" rel="noopener noreferrer">@xmendez</a>.</li>
</ul>
<h3><p>Penetration Testing / Sub Domain Enumeration</p>
</h3>
<ul>
<li><a href="https://portswigger.net/burp/" rel="noopener noreferrer">Burp Suite</a> - Burp Suite is an integrated platform for performing security testing of web applications by <a href="https://portswigger.net/" rel="noopener noreferrer">portswigger</a>.</li>
</ul>
<h3><p>Offensive / XSS - Cross-Site Scripting</p>
</h3>
<ul>
<li><a href="https://github.com/evilcos/xssor2" rel="noopener noreferrer">xssor2 (⭐2.2k)</a> - XSS'OR - Hack with JavaScript by <a href="https://github.com/evilcos" rel="noopener noreferrer">@evilcos</a>.</li>
</ul>
<h3><p>Offensive / SQL Injection</p>
</h3>
<ul>
<li><a href="https://github.com/sqlmapproject/sqlmap" rel="noopener noreferrer">sqlmap (⭐38k)</a> - Automatic SQL injection and database takeover tool.</li>
</ul>
<h3><p>Leaking / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/maxchehab/CSS-Keylogging" rel="noopener noreferrer">CSS-Keylogging (⭐3.2k)</a> - Chrome extension and Express server that exploits keylogging abilities of CSS by <a href="https://github.com/maxchehab" rel="noopener noreferrer">@maxchehab</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/evilpacket/DVCS-Pillage" rel="noopener noreferrer">DVCS-Pillage (⭐330)</a> - Pillage web accessible GIT, HG and BZR repositories by <a href="https://github.com/evilpacket" rel="noopener noreferrer">@evilpacket</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/kost/dvcs-ripper" rel="noopener noreferrer">dvcs-ripper (⭐1.8k)</a> - Rip web accessible (distributed) version control systems: SVN/GIT/HG... by <a href="https://github.com/kost" rel="noopener noreferrer">@kost</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/zricethezav/gitleaks" rel="noopener noreferrer">gitleaks (⭐29k)</a> - Searches full repo history for secrets and keys by <a href="https://github.com/zricethezav" rel="noopener noreferrer">@zricethezav</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/UnkL4b/GitMiner" rel="noopener noreferrer">GitMiner (⭐2.2k)</a> - Tool for advanced mining for content on Github by <a href="https://github.com/UnkL4b" rel="noopener noreferrer">@UnkL4b</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/cure53/HTTPLeaks" rel="noopener noreferrer">HTTPLeaks (⭐2.1k)</a> - All possible ways, a website can leak HTTP requests by <a href="https://github.com/cure53" rel="noopener noreferrer">@cure53</a>.</li>
</ul>
<h3><p>Detecting / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/LewisArdern/bXSS" rel="noopener noreferrer">bXSS (⭐577)</a> - bXSS is a simple Blind XSS application adapted from <a href="https://cure53.de/m" rel="noopener noreferrer">cure53.de/m</a> by <a href="https://github.com/LewisArdern" rel="noopener noreferrer">@LewisArdern</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/HynekPetrak/malware-jail" rel="noopener noreferrer">malware-jail (⭐480)</a> - Sandbox for semi-automatic Javascript malware analysis, deobfuscation and payload extraction by <a href="https://github.com/HynekPetrak" rel="noopener noreferrer">@HynekPetrak</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/auth0/repo-supervisor" rel="noopener noreferrer">repo-supervisor (⭐657)</a> - Scan your code for security misconfiguration, search for passwords and secrets.</li>
</ul>

<ul>
<li><a href="https://github.com/RetireJS/retire.js" rel="noopener noreferrer">retire.js (⭐4.2k)</a> - Scanner detecting the use of JavaScript libraries with known vulnerabilities by <a href="https://github.com/RetireJS" rel="noopener noreferrer">@RetireJS</a>.</li>
</ul>

<ul>
<li><a href="https://sqlchop.chaitin.cn/" rel="noopener noreferrer">sqlchop</a> - SQL injection detection engine by <a href="https://chaitin.com" rel="noopener noreferrer">chaitin</a>.</li>
</ul>

<ul>
<li><a href="https://xsschop.chaitin.cn/" rel="noopener noreferrer">xsschop</a> - XSS detection engine by <a href="https://chaitin.com" rel="noopener noreferrer">chaitin</a>.</li>
</ul>
<h3><p>Preventing / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/leizongmin/js-xss" rel="noopener noreferrer">js-xss (⭐5.3k)</a> - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by <a href="https://github.com/leizongmin" rel="noopener noreferrer">@leizongmin</a>.</li>
</ul>
<h3><p>Proxy / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.charlesproxy.com/" rel="noopener noreferrer">Charles</a> - HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet.</li>
</ul>

<ul>
<li><a href="https://github.com/mitmproxy/mitmproxy" rel="noopener noreferrer">mitmproxy (⭐45k)</a> - Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers by <a href="https://github.com/mitmproxy" rel="noopener noreferrer">@mitmproxy</a>.</li>
</ul>
<h3><p>Webshell / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/lukechilds/reverse-shell" rel="noopener noreferrer">reverse-shell (⭐2.1k)</a> - Reverse Shell as a Service by <a href="https://github.com/lukechilds" rel="noopener noreferrer">@lukechilds</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/WangYihang/Reverse-Shell-Manager" rel="noopener noreferrer">Reverse-Shell-Manager (⭐245)</a> - Reverse Shell Manager via Terminal <a href="https://github.com/WangYihang" rel="noopener noreferrer">@WangYihang</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/tennc/webshell" rel="noopener noreferrer">webshell (⭐11k)</a> - This is a webshell open source project by <a href="https://github.com/tennc" rel="noopener noreferrer">@tennc</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/WangYihang/Webshell-Sniper" rel="noopener noreferrer">Webshell-Sniper (⭐422)</a> - Manage your website via terminal by <a href="https://github.com/WangYihang" rel="noopener noreferrer">@WangYihang</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/epinna/weevely3" rel="noopener noreferrer">Weevely (⭐3.5k)</a> - Weaponized web shell by <a href="https://github.com/epinna" rel="noopener noreferrer">@epinna</a>.</li>
</ul>
<h3><p>Disassembler / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/hteso/iaito" rel="noopener noreferrer">Iaitō (⭐1.5k)</a> - Qt and C++ GUI for radare2 reverse engineering framework by <a href="https://github.com/hteso" rel="noopener noreferrer">@hteso</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/plasma-disassembler/plasma" rel="noopener noreferrer">plasma (⭐3.1k)</a> - Plasma is an interactive disassembler for x86/ARM/MIPS by <a href="https://github.com/plasma-disassembler" rel="noopener noreferrer">@plasma-disassembler</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/radare/radare2" rel="noopener noreferrer">radare2 (⭐25k)</a> - Unix-like reverse engineering framework and commandline tools by <a href="https://github.com/radare" rel="noopener noreferrer">@radare</a>.</li>
</ul>
<h3><p>Others / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/gchq/CyberChef" rel="noopener noreferrer">CyberChef (⭐36k)</a> - The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis - by <a href="https://github.com/gchq" rel="noopener noreferrer">@GCHQ</a>.</li>
</ul>
<h3><p>Social Engineering Database / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://haveibeenpwned.com/" rel="noopener noreferrer">haveibeenpwned</a> - Check if you have an account that has been compromised in a data breach by <a href="https://www.troyhunt.com/" rel="noopener noreferrer">Troy Hunt</a>.</li>
</ul>
<h3><p>Blogs / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://buer.haus/" rel="noopener noreferrer">BRETT BUERHAUS</a> - Vulnerability disclosures and rambles on application security.</li>
</ul>

<ul>
<li><a href="https://www.brokenbrowser.com/" rel="noopener noreferrer">Broken Browser</a> - Fun with Browser Vulnerabilities.</li>
</ul>

<ul>
<li><a href="http://albinowax.skeletonscribe.net/" rel="noopener noreferrer">James Kettle</a> - Head of Research at <a href="https://portswigger.net/" rel="noopener noreferrer">PortSwigger Web Security</a>.</li>
</ul>

<ul>
<li><a href="https://www.leavesongs.com/" rel="noopener noreferrer">leavesongs</a> - China's talented web penetrator.</li>
</ul>

<ul>
<li><a href="https://www.n0tr00t.com/" rel="noopener noreferrer">n0tr00t</a> - ~# n0tr00t Security Team.</li>
</ul>

<ul>
<li><a href="https://opnsec.com/" rel="noopener noreferrer">OpnSec</a> - Open Mind Security!.</li>
</ul>

<ul>
<li><a href="https://datarift.blogspot.tw/" rel="noopener noreferrer">Scrutiny</a> - Internet Security through Web Browsers by Dhiraj Mishra.</li>
</ul>
<h3><p>Twitter Users / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://twitter.com/cure53berlin" rel="noopener noreferrer">@cure53berlin</a> - <a href="https://cure53.de/" rel="noopener noreferrer">Cure53</a> is a German cybersecurity firm.</li>
</ul>

<ul>
<li><a href="https://twitter.com/filedescriptor" rel="noopener noreferrer">@filedescriptor</a> - Active penetrator often tweets and writes useful articles.</li>
</ul>

<ul>
<li><a href="https://twitter.com/garethheyes" rel="noopener noreferrer">@garethheyes</a> - English web penetrator.</li>
</ul>

<ul>
<li><a href="https://twitter.com/h3xstream/" rel="noopener noreferrer">@h3xstream</a> - Security Researcher, interested in web security, crypto, pentest, static analysis but most of all, samy is my hero.</li>
</ul>

<ul>
<li><a href="https://twitter.com/HackwithGithub" rel="noopener noreferrer">@HackwithGitHub</a> - Initiative to showcase open source hacking tools for hackers and pentesters.</li>
</ul>

<ul>
<li><a href="https://twitter.com/hasegawayosuke" rel="noopener noreferrer">@hasegawayosuke</a> - Japanese javascript security researcher.</li>
</ul>

<ul>
<li><a href="https://twitter.com/kinugawamasato" rel="noopener noreferrer">@kinugawamasato</a> - Japanese web penetrator.</li>
</ul>

<ul>
<li><a href="https://twitter.com/XssPayloads" rel="noopener noreferrer">@XssPayloads</a> - The wonderland of JavaScript unexpected usages, and more.</li>
</ul>
<h3><p>AWS / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="http://flaws.cloud/" rel="noopener noreferrer">FLAWS</a> - Amazon AWS CTF challenge - Written by <a href="https://twitter.com/0xdabbad00" rel="noopener noreferrer">@0xdabbad00</a>.</li>
</ul>
<h3><p>XSS / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://alf.nu/alert1" rel="noopener noreferrer">alert(1) to win</a> - Series of XSS challenges - Written by <a href="https://twitter.com/steike" rel="noopener noreferrer">@steike</a>.</li>
</ul>

<ul>
<li><a href="http://xss-quiz.int21h.jp/" rel="noopener noreferrer">XSS Challenges</a> - Series of XSS challenges - Written by yamagata21.</li>
</ul>

<ul>
<li><a href="https://xss-game.appspot.com/" rel="noopener noreferrer">XSS game</a> - Google XSS Challenge - Written by Google.</li>
</ul>
<h3><p>ModSecurity / OWASP ModSecurity Core Rule Set / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.netnea.com/cms/apache-tutorials/" rel="noopener noreferrer">ModSecurity / OWASP ModSecurity Core Rule Set</a> - Series of tutorials to install, configure and tune ModSecurity and the Core Rule Set - Written by <a href="https://twitter.com/ChrFolini" rel="noopener noreferrer">@ChrFolini</a>.</li>
</ul>
<h3><p>Community / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/websecurity/" rel="noopener noreferrer">Reddit</a></li>
</ul>
<h3><p>Miscellaneous / Server-Side Request Forgery</p>
</h3>
<ul>
<li><a href="https://github.com/djadmin/awesome-bug-bounty" rel="noopener noreferrer">awesome-bug-bounty (⭐5.9k)</a> - Comprehensive curated list of available Bug Bounty &amp; Disclosure Programs and write-ups by <a href="https://github.com/djadmin" rel="noopener noreferrer">@djadmin</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/ngalongc/bug-bounty-reference" rel="noopener noreferrer">bug-bounty-reference (⭐4.3k)</a> - List of bug bounty write-up that is categorized by the bug nature by <a href="https://github.com/ngalongc" rel="noopener noreferrer">@ngalongc</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/x0rz/EQGRP" rel="noopener noreferrer">EQGRP (⭐4.2k)</a> - Decrypted content of eqgrp-auction-file.tar.xz by <a href="https://github.com/x0rz" rel="noopener noreferrer">@x0rz</a>.</li>
</ul>

<ul>
<li><a href="https://sites.google.com/site/bughunteruniversity/behind-the-scenes/presentations/google-vrp-and-unicorns" rel="noopener noreferrer">Google VRP and Unicorns</a> - Written by <a href="https://www.linkedin.com/in/daniel-stelter-gliese-170a70a2/" rel="noopener noreferrer">Daniel Stelter-Gliese</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/rmusser01/Infosec_Reference" rel="noopener noreferrer">Infosec_Reference (⭐6k)</a> - Information Security Reference That Doesn't Suck by <a href="https://github.com/rmusser01" rel="noopener noreferrer">@rmusser01</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/ChALkeR/notes" rel="noopener noreferrer">notes (⭐1.3k)</a> - Some public notes by <a href="https://github.com/ChALkeR" rel="noopener noreferrer">@ChALkeR</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/8/"/>
    <summary>130 awesome projects updated on Feb 19 - Feb 25, 2018</summary>
  </entry>
</feed>