← Back to Awesome

Sections

Web Security

GitHub repository ↗ synced 2026/8/9

Awesome Web Security Awesome

🐶 Curated list of Web Security materials and resources.

Needless to say, most websites suffer from various types of bugs which may eventually lead to vulnerabilities. Why would this happen so often? There can be many factors involved including misconfiguration, shortage of engineers' security skills, etc. To combat this, here is a curated list of Web Security materials and resources for learning cutting edge penetration techniques, and I highly encourage you to read this article "So you want to be a web security researcher?" first.

Please read the contribution guidelines before contributing.



If you enjoy this awesome list and would like to support it, check out my Patreon page :)Also, don't forget to check out my repos 🐾 or say hi on X (formerly Twitter)!


🤖 Using an AI assistant?

This list also ships as a Claude Code Skill so AI agents can query it at runtime — no stale snapshot, always reads the latest data/index.json from master.

Install (one-liner, recommended):

npx skills add qazbnm456/awesome-web-security -a claude-code -g -y

Or inside Claude Code, use the plugin marketplace:

/plugin marketplace add qazbnm456/awesome-web-security
/plugin install awesome-web-security

For Codex, swap -a claude-code → -a codex.

Then ask any web-security question and the skill activates on topics like XSS, SQLi, SSRF, JWT, OAuth, recon, WAF evasion, deserialization, SAML, CTF write-ups, and more. See skills/awesome-web-security/SKILL.md for the full trigger list.

Digests

CTF Field Guide

Written by [Trail of Bits](https://www.trailofbits.com/).

Hacker101

Written by [hackerone](http://web.archive.org/web/20200630164946/https://www.hackerone.com/start-hacking).

Infosec Newbie

Written by [Mark Robinson](https://www.sneakymonkey.net/).

PayloadsAllTheThings

Written by [@swisskyrepo](https://github.com/swisskyrepo).

The Daily Swig - Web security digest

Written by [PortSwigger](https://portswigger.net/).

The Magic of Learning

Written by [@bitvijays](http://web.archive.org/web/20230519134723/https://bitvijays.github.io/aboutme.html).

Web Application Security Zone by Netsparker

Written by [Netsparker](https://www.netsparker.com/).

tl;dr sec

Weekly summary of top security tools, blog posts, and security research.

Forums

Dark Reading

Connecting The Information Security Community.

HackDig

Dig high-quality web security articles for hacker.

Phrack Magazine

Ezine written by and for hackers.

Security Weekly

The security podcast network.

The Hacker News

Security in a serious way.

The Register

Biting the hand that feeds IT.

Introduction

XSS - Cross-Site Scripting

C.XSS Guide

Written by [@JakobKallin](https://github.com/JakobKallin) and [Irene Lobo Valbuena](https://www.linkedin.com/in/irenelobovalbuena/).

Cross-Site Scripting – Application Security – Google

Written by [Google](https://www.google.com/).

H5SC

Written by [@cure53](https://github.com/cure53).

THE BIG BAD WOLF - XSS AND MAINTAINING ACCESS

Written by [Paulos Yibelo](https://www.paulosyibelo.com/).

AwesomeXSS

Written by [@s0md3v](https://github.com/s0md3v).

XSS.png

Written by @jackmasa.

PayloadsAllTheThings - XSS Injection

Written by [@swisskyrepo](https://github.com/swisskyrepo).

payloadbox/xss-payload-list

Written by [@payloadbox](https://github.com/payloadbox).

Laravel Content Security Policy: Complete Implementation Guide

Hands-on guide to implementing Content Security Policy in Laravel — nonce lifecycle, Vite and Livewire integration, violation reporting, and a pre-enforcement checklist, by [@itxshakil](https://github.com/itxshakil).

Prototype Pollution

Prototype pollution attack in NodeJS application

Written by [@HoLyVieR](https://github.com/HoLyVieR).

Real-world JS - 1

Written by [@po6ix](https://twitter.com/po6ix).

Exploiting prototype pollution – RCE in Kibana (CVE-2019-7609)

Written by [@securitymb](https://twitter.com/securitymb).

CSV Injection

CSV Injection -> Meterpreter on Pornhub

Written by [Andy](https://blog.zsec.uk/).

The Absurdly Underestimated Dangers of CSV Injection

Written by [George Mauer](https://georgemauer.net/).

PayloadsAllTheThings - CSV Injection

Written by [@swisskyrepo](https://github.com/swisskyrepo).

SQL Injection

SQL Injection Cheat Sheet

Written by [@netsparker](https://twitter.com/netsparker).

SQL Injection Pocket Reference

Written by [@LightOS](https://twitter.com/LightOS).

SQL Injection Wiki

Written by [NETSPI](https://www.netspi.com/).

PayloadsAllTheThings - SQL Injection

Written by [@swisskyrepo](https://github.com/swisskyrepo).

payloadbox/sql-injection-payload-list

Written by [@payloadbox](https://github.com/payloadbox).

Command Injection

Potential command injection in resolv.rb

Written by [@drigg3r](https://github.com/drigg3r).

PayloadsAllTheThings - Command Injection

Written by [@swisskyrepo](https://github.com/swisskyrepo).

payloadbox/command-injection-payload-list

Written by [@payloadbox](https://github.com/payloadbox).

ORM Injection

HQL : Hyperinsane Query Language (or how to access the whole SQL API within a HQL injection ?)

Written by [@_m0bius](https://twitter.com/_m0bius).

HQL for pentesters

Written by [@h3xstream](https://twitter.com/h3xstream/).

ORM Injection

Written by [Simone Onofri](https://onofri.org/).

ORM2Pwn: Exploiting injections in Hibernate ORM

Written by [Mikhail Egorov](https://0ang3el.blogspot.tw/).

FTP Injection

Advisory: Java/Python FTP Injections Allow for Firewall Bypass

Written by [Timothy Morgan](https://plus.google.com/105917618099766831589).

SMTP over XXE − how to send emails using Java's XML parser

Written by [Alexander Klink](https://shiftordie.de/).

XXE - XML eXternal Entity

XXE

Written by [@phonexicum](https://twitter.com/phonexicum).

PayloadsAllTheThings - XXE Injection

Written by various contributors.

XML external entity (XXE) injection

Written by [portswigger](https://portswigger.net/).

XML Schema, DTD, and Entity Attacks

Written by [Timothy D. Morgan](https://twitter.com/ecbftw) and Omar Al Ibrahim.

payloadbox/xxe-injection-payload-list

Written by [@payloadbox](https://github.com/payloadbox).

CSRF - Cross-Site Request Forgery

Wiping Out CSRF

Written by [@jrozner](https://medium.com/@jrozner).

PayloadsAllTheThings - CSRF Injection

Written by [@swisskyrepo](https://github.com/swisskyrepo).

Clickjacking

Clickjacking

Written by [Imperva](https://www.imperva.com/).

X-Frame-Options: All about Clickjacking?

Written by [Mario Heiderich](https://www.slideshare.net/x00mario).

SSRF - Server-Side Request Forgery

SSRF bible. Cheatsheet

Written by [Wallarm](https://wallarm.com/).

PayloadsAllTheThings - Server-Side Request Forgery

Written by [@swisskyrepo](https://github.com/swisskyrepo).

Web Cache Poisoning

Practical Web Cache Poisoning

Written by [@albinowax](https://twitter.com/albinowax).

PayloadsAllTheThings - Web Cache Deception

Written by [@swisskyrepo](https://github.com/swisskyrepo).

Relative Path Overwrite

Large-scale analysis of style injection by relative path overwrite

Written by [The Morning Paper](https://blog.acolyer.org/).

MBSD Technical Whitepaper - A few RPO exploitation techniques

Written by [Mitsui Bussan Secure Directions, Inc.](https://www.mbsd.jp/).

Open Redirect

Open Redirect Vulnerability

Written by [s0cket7](https://s0cket7.com/).

PayloadsAllTheThings - Open Redirect

Written by [@swisskyrepo](https://github.com/swisskyrepo).

payloadbox/open-redirect-payload-list

Written by [@payloadbox](https://github.com/payloadbox).

Security Assertion Markup Language (SAML)

How to Hunt Bugs in SAML; a Methodology - Part I

Written by [epi](https://epi052.gitlab.io/notes-to-self/).

How to Hunt Bugs in SAML; a Methodology - Part II

Written by [epi](https://epi052.gitlab.io/notes-to-self/).

How to Hunt Bugs in SAML; a Methodology - Part III

Written by [epi](https://epi052.gitlab.io/notes-to-self/).

PayloadsAllTheThings - SAML Injection

Written by [@swisskyrepo](https://github.com/swisskyrepo).

Upload

File Upload Restrictions Bypass

Written by [Haboob Team](https://www.exploit-db.com/author/?a=9381).

PayloadsAllTheThings - Upload Insecure Files

Written by [@swisskyrepo](https://github.com/swisskyrepo).

Rails

Rails Security - First part

Written by [@qazbnm456](https://github.com/qazbnm456).

Official Rails Security Guide

Written by [Rails team](https://rubyonrails.org/).

Rails SQL Injection

Written by [@presidentbeef](https://github.com/presidentbeef).

Zen Rails Security Checklist

Written by [@brunofacca](https://github.com/brunofacca).

AngularJS

DOM based Angular sandbox escapes

Written by [@garethheyes](https://twitter.com/garethheyes).

XSS without HTML: Client-Side Template Injection with AngularJS

Written by [Gareth Heyes](https://www.blogger.com/profile/10856178524811553475).

ReactJS

XSS via a spoofed React element

Written by [Daniel LeCheminant](http://danlec.com/).

SSL/TLS

SSL & TLS Penetration Testing

Written by [APTIVE](https://www.aptive.co.uk/).

Practical introduction to SSL/TLS

Written by [@Hakky54](https://github.com/Hakky54).

State of TLS on the public web

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.

Webmail

Why mail() is dangerous in PHP

Written by [Robin Peraglie](https://www.ripstech.com/).

NFS

NFS | PENETRATION TESTING ACADEMY

Written by [PENETRATION ACADEMY](https://pentestacademy.wordpress.com/).

AWS

PENETRATION TESTING AWS STORAGE: KICKING THE S3 BUCKET

Written by Dwight Hohnstein from [Rhino Security Labs](https://rhinosecuritylabs.com/).

AWS PENETRATION TESTING PART 1. S3 BUCKETS

Written by [VirtueSecurity](https://www.virtuesecurity.com/).

AWS PENETRATION TESTING PART 2. S3, IAM, EC2

Written by [VirtueSecurity](https://www.virtuesecurity.com/).

Misadventures in AWS

Written by Christian Demko.

Azure

Cloud Security Risks (Part 1): Azure CSV Injection Vulnerability

Written by [@spengietz](https://twitter.com/spengietz).

Common Azure Security Vulnerabilities and Misconfigurations

Written by [@rhinobenjamin](https://twitter.com/rhinobenjamin).

Fingerprint

Sub Domain Enumeration

A penetration tester’s guide to sub-domain enumeration

Written by [Bharath](https://blog.appsecco.com/@yamakira_).

The Art of Subdomain Enumeration

Written by [Patrik Hudak](https://blog.sweepatic.com/author/patrik/).

Crypto

Applied Crypto Hardening

Written by [The bettercrypto.org Team](https://bettercrypto.org/).

What is a Side-Channel Attack ?

Written by [J.M Porup](https://www.csoonline.com/author/J.M.-Porup/).

Web Shell

Hacking with JSP Shells

Written by [@_nullbind](https://twitter.com/_nullbind).

Hunting for Web Shells

Written by [Jacob Baines](https://www.tenable.com/profile/jacob-baines).

OSINT

Hacking Cryptocurrency Miners with OSINT Techniques

Written by [@s3yfullah](https://medium.com/@s3yfullah).

OSINT x UCCU Workshop on Open Source Intelligence

Written by [Philippe Lin](https://www.slideshare.net/miaoski).

102 Deep Dive in the Dark Web OSINT Style Kirby Plessas

Presented by [@kirbstr](https://twitter.com/kirbstr).

The most complete guide to finding anyone’s email

Written by [Timur Daudpota](https://www.blurbiz.io/).

DNS Rebinding

Attacking Private Networks from the Internet with DNS Rebinding

Written by [@brannondorsey](https://medium.com/@brannondorsey).

Hacking home routers from the Internet

Written by [@radekk](https://medium.com/@radekk).

Deserialization

What Do WebLogic, WebSphere, JBoss, Jenkins, OpenNMS, and Your Application Have in Common? This Vulnerability.

Written by [@breenmachine](https://twitter.com/breenmachine).

.NET Roulette: Exploiting Insecure Deserialization in Telerik UI

Written by [@noperator](https://twitter.com/noperator).

Attacking .NET deserialization

Written by [@pwntester](https://twitter.com/pwntester).

How to exploit the DotNetNuke Cookie Deserialization

Written by [CRISTIAN CORNEA](https://pentest-tools.com/blog/author/pentest-cristian/).

HOW TO EXPLOIT LIFERAY CVE-2020-7961 : QUICK JOURNEY TO POC

Written by [@synacktiv](https://twitter.com/synacktiv).

Altus iX Developer XAML Deserialization RCE

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 [0day Rubbish](https://github.com/Exploit-Garbage/0day-Rubbish).

OAuth

What is going on with OAuth 2.0? And why you should not use it for authentication.

Written by [@damianrusinek](https://medium.com/@damianrusinek).

Introduction to OAuth 2.0 and OpenID Connect

Written by [@PhilippeDeRyck](https://twitter.com/PhilippeDeRyck).

JWT

Hardcoded secrets, unverified tokens, and other common JWT mistakes

Written by [@ermil0v](https://twitter.com/ermil0v).

Evasions

XXE

Bypass Fix of OOB XXE Using Different encoding

Written by [@SpiderSec](https://twitter.com/SpiderSec).

CSP

CSP: bypassing form-action with reflected XSS

Written by [Detectify Labs](https://labs.detectify.com/).

TWITTER XSS + CSP BYPASS

Written by [Paulos Yibelo](https://www.paulosyibelo.com/).

Neatly bypassing CSP

Written by [Wallarm](https://wallarm.com/).

Evading CSP with DOM-based dangling markup

Written by [portswigger](https://portswigger.net/).

GitHub's CSP journey

Written by [@ptoomey3](https://github.com/ptoomey3).

GitHub's post-CSP journey

Written by [@ptoomey3](https://github.com/ptoomey3).

Any protection against dynamic module import?

Written by [@shhnjk](https://twitter.com/@shhnjk).

WAF

Airbnb – When Bypassing JSON Encoding, XSS Filter, WAF, CSP, and Auditor turns into Eight Vulnerabilities

Written by [@Brett Buerhaus](https://twitter.com/bbuerhaus).

How to bypass libinjection in many WAF/NGWAF

Written by [@d0znpp](https://medium.com/@d0znpp).

Web Application Firewall (WAF) Evasion Techniques

Written by [@secjuice](https://twitter.com/secjuice).

Web Application Firewall (WAF) Evasion Techniques #2

Written by [@secjuice](https://twitter.com/secjuice).

JSMVC

JavaScript MVC and Templating Frameworks

Written by [Mario Heiderich](https://www.slideshare.net/x00mario).

Authentication

Trend Micro Threat Discovery Appliance - Session Generation Authentication Bypass (CVE-2016-8584)

Written by [@malerisch](https://twitter.com/malerisch) and [@steventseeley](https://twitter.com/steventseeley).

Tricks

CSRF

Exploiting CSRF on JSON endpoints with Flash and redirects

Written by [@riyazwalikar](https://blog.appsecco.com/@riyazwalikar).

Neat tricks to bypass CSRF-protection

Written by [Twosecurity](https://twosecurity.io/).

Stealing CSRF tokens with CSS injection (without iFrames)

Written by [@dxa4481](https://github.com/dxa4481).

Cracking Java’s RNG for CSRF - Javax Faces and Why CSRF Token Randomness Matters

Written by [@rramgattie](https://blog.securityevaluators.com/@rramgattie).

If HttpOnly You Could Still CSRF… Of CORS you can!

Written by [@GraphX](https://twitter.com/GraphX).

Clickjacking

Clickjackings in Google worth 14981.7$

Written by [@raushanraj_65039](https://medium.com/@raushanraj_65039).

Remote Code Execution

DRUPAL 7.X SERVICES MODULE UNSERIALIZE() TO RCE

Written by [Ambionics Security](https://www.ambionics.io/).

Exploiting Node.js deserialization bug for Remote Code Execution

Written by [OpSecX](https://opsecx.com/index.php/author/ajinabraham/).

GitHub Enterprise Remote Code Execution

Written by [@iblue](https://github.com/iblue).

How I Chained 4 vulnerabilities on GitHub Enterprise, From SSRF Execution Chain to RCE!

Written by [Orange](https://blog.orange.tw/).

How we exploited a remote code execution vulnerability in math.js

Written by [@capacitorset](https://github.com/capacitorset).

$36k Google App Engine RCE

Written by [Ezequiel Pereira](https://sites.google.com/site/testsitehacking/).

Poor RichFaces

Written by [CODE WHITE](https://www.code-white.com/).

Remote Code Execution on a Facebook server

Written by [@blaklis_](https://twitter.com/blaklis_).

Evil Teacher: Code Injection in Moodle

Written by [RIPS Technologies](https://www.ripstech.com/).

WebLogic RCE (CVE-2019-2725) Debug Diary

Written by Badcode@Knownsec 404 Team.

What Do WebLogic, WebSphere, JBoss, Jenkins, OpenNMS, and Your Application Have in Common? This Vulnerability.

Written by [@breenmachine](https://twitter.com/@breenmachine).

CVE-2019-1306: ARE YOU MY INDEX?

Written by [@yu5k3](https://twitter.com/yu5k3).

XSS

DON'T TRUST THE DOM: BYPASSING XSS MITIGATIONS VIA SCRIPT GADGETS

Written by [Sebastian Lekies](https://twitter.com/slekies), [Krzysztof Kotowicz](https://twitter.com/kkotowicz), and [Eduardo Vela](https://twitter.com/sirdarckcat).

ECMAScript 6 from an Attacker's Perspective - Breaking Frameworks, Sandboxes, and everything else

Written by [Mario Heiderich](https://www.slideshare.net/x00mario).

How I found a $5,000 Google Maps XSS (by fiddling with Protobuf)

Written by [@marin_m](https://medium.com/@marin_m).

Query parameter reordering causes redirect page to render unsafe URL

Written by [kenziy](https://hackerone.com/kenziy).

Uber XSS via Cookie

Written by [zhchbin](https://zhchbin.github.io/).

Stored XSS on Facebook

Written by [Enguerran Gillier](https://opnsec.com/).

DOM XSS – auth.uber.com

Written by [StamOne_](https://stamone-bug-bounty.blogspot.tw/).

Another XSS in Google Colaboratory

Written by [Michał Bentkowski](https://blog.bentkowski.info/).

XSS in Google Colaboratory + CSP bypass

Written by [Michał Bentkowski](https://blog.bentkowski.info/).

</script> is filtered ?

Written by [@strukt93](https://twitter.com/strukt93).

XSS-Auditor — the protector of unprotected and the deceiver of protected.

Written by [@terjanq](https://medium.com/@terjanq).

XSS without parentheses and semi-colons

Written by [@garethheyes](https://twitter.com/garethheyes).

Upgrade self XSS to Exploitable XSS an 3 Ways Technic

Written by [HAHWUL](https://www.hahwul.com/).

Exploiting XSS with 20 characters limitation

Written by [Jorge Lajara](https://jlajara.gitlab.io/).

$20000 Facebook DOM XSS

Written by [@vinodsparrow](https://twitter.com/vinodsparrow).

SQL Injection

GitHub Enterprise SQL Injection

Written by [Orange](https://blog.orange.tw/).

SQL injection in an UPDATE query - a bug bounty story!

Written by [Zombiehelp54](https://zombiehelp54.blogspot.jp/).

Making a Blind SQL Injection a little less blind

Written by [TomNomNom](https://twitter.com/TomNomNom).

Red Team Tales 0x01: From MSSQL to RCE

Written by [Tarlogic](https://www.tarlogic.com/en/cybersecurity-blog/).

MySQL Error Based SQL Injection Using EXP

Written by [@osandamalith](https://twitter.com/osandamalith).

SQL INJECTION AND POSTGRES - AN ADVENTURE TO EVENTUAL RCE

Written by [@denandz](https://github.com/denandz).

NoSQL Injection

GraphQL NoSQL Injection Through JSON Types

Written by [Pete](https://www.petecorey.com/work/).

FTP Injection

XML Out-Of-Band Data Retrieval

Written by [@a66at](https://twitter.com/a66at) and Alexey Osipov.

XXE OOB exploitation at Java 1.7+

Written by [Ivan Novikov](http://lab.onsec.ru/).

XXE

Evil XML with two encodings

Written by [Arseniy Sharoglazov](https://mohemiv.com/).

Automating local DTD discovery for XXE exploitation

Written by [Philippe Arteau](https://twitter.com/h3xstream).

Exploiting XXE with local DTD files

Written by [Arseniy Sharoglazov](https://twitter.com/_mohemiv).

Forcing XXE Reflection through Server Error Messages

Written by [Antti Rantasaari](https://blog.netspi.com/author/antti-rantasaari/).

Pre-authentication XXE vulnerability in the Services Drupal module

Written by [Renaud Dubourguais](https://twitter.com/_m0bius).

What You Didn't Know About XML External Entities Attacks

Written by [Timothy D. Morgan](https://twitter.com/ecbftw).

XML Out-Of-Band Data Retrieval

Written by Timur Yunusov and Alexey Osipov.

XXE in WeChat Pay Sdk ( WeChat leave a backdoor on merchant websites)

Written by [Rose Jackcode](https://twitter.com/codeshtool).

XXE OOB exploitation at Java 1.7+ (2014)

Exfiltration using FTP protocol - Written by [Ivan Novikov](https://twitter.com/d0znpp/).

XXE OOB extracting via HTTP+FTP using single opened port

Written by [skavans](https://skavans.ru/).

SSRF

A New Era of SSRF - Exploiting URL Parser in Trending Programming Languages!

Written by [Orange](https://blog.orange.tw/).

SSRF in https://imgur.com/vidgif/url

Written by [aesteral](https://hackerone.com/aesteral).

SSRF Tips

Written by [xl7dev](http://blog.safebuff.com/).

PHP SSRF Techniques

Written by [@themiddleblue](https://medium.com/@themiddleblue).

SSRF in Exchange leads to ROOT access in all instances

Written by [@0xacb](https://twitter.com/0xacb).

Into the Borg – SSRF inside Google production network

Written by [opnsec](https://opnsec.com/).

Piercing the Veil: Server Side Request Forgery to NIPRNet access

Written by [Alyssa Herrera](https://medium.com/@alyssa.o.herrera).

All you need to know about SSRF and how may we write tools to do auto-detect

Written by [@Auxy233](https://twitter.com/Auxy233).

AWS takeover through SSRF in JavaScript

Written by [Gwen](https://10degres.net/).

Web Cache Poisoning

Bypassing Web Cache Poisoning Countermeasures

Written by [@albinowax](https://twitter.com/albinowax).

Cache poisoning and other dirty tricks

Written by [Wallarm](https://wallarm.com/).

Header Injection

Java/Python FTP Injections Allow for Firewall Bypass

Written by [Timothy Morgan](https://plus.google.com/105917618099766831589).

URL

Phishing with Unicode Domains

Written by [Xudong Zheng](https://www.xudongz.com/).

Some Problems Of URLs

Written by [Chris Palmer](https://noncombatant.org/about/).

Unicode Domains are bad and you should feel bad for supporting them

Written by [VRGSEC](https://www.vgrsec.com/).

  • [dev.twitter.com] XSS - Written by Sergey Bobrov.

Deserialization

ASP.NET resource files (.RESX) and deserialisation issues

Written by [@irsdl](https://twitter.com/irsdl).

OAuth

Facebook OAuth Framework Vulnerability

Written by [@AmolBaikar](https://twitter.com/AmolBaikar).

Others

Inducing DNS Leaks in Onion Web Services

Written by [@epidemics-scepticism](https://github.com/epidemics-scepticism).

Stored XSS, and SSRF in Google using the Dataset Publishing Language

Written by [@signalchaos](https://twitter.com/signalchaos).

How I hacked Google’s bug tracking system itself for $15,600 in bounties

Written by [@alex.birsan](https://medium.com/@alex.birsan).

Some Tricks From My Secret Group

Written by [phithon](https://www.leavesongs.com/).

Browser Exploitation

Frontend (like SOP bypass, URL spoofing, and something like that)

IE11 Information disclosure - local file detection

Written by James Lee.

JSON hijacking for the modern web

Written by [portswigger](https://portswigger.net/).

SOP bypass / UXSS – Stealing Credentials Pretty Fast (Edge)

Written by [Manuel](https://twitter.com/magicmac2000).

Особенности Safari в client-side атаках

Written by [Bo0oM](https://bo0om.ru/author/admin).

How do we Stop Spilling the Beans Across Origins?

Written by [aaj at google.com](mailto:aaj@google.com) and [mkwst at google.com](mailto:mkwst@google.com).

Setting arbitrary request headers in Chromium via CRLF injection

Written by [Michał Bentkowski](https://blog.bentkowski.info/).

I’m harvesting credit card numbers and passwords from your site. Here’s how.

Written by [David Gilbertson](https://hackernoon.com/@david.gilbertson).

The inception bar: a new phishing method

Written by [jameshfisher](https://jameshfisher.com/).

Bypassing Mobile Browser Security For Fun And Profit

Written by [@rafaybaloch](https://twitter.com/@rafaybaloch).

The Cookie Monster in Your Browsers

Written by [@filedescriptor](https://twitter.com/filedescriptor).

The world of Site Isolation and compromised renderer

Written by [@shhnjk](https://twitter.com/shhnjk).

Sending arbitrary IPC messages via overriding Function.prototype.apply

Written by [@kinugawamasato](https://twitter.com/kinugawamasato).

Take Advantage of Out-of-Scope Domains in Bug Bounty Programs

Written by [@Abdulahhusam](https://twitter.com/Abdulahhusam).

Backend (core of Browser implementation, and often refers to C or C++ part)

Attacking JavaScript Engines - A case study of JavaScriptCore and CVE-2016-4622

Written by [phrack@saelo.net](mailto:phrack@saelo.net).

Exploiting a V8 OOB write.

Written by [@halbecaf](https://twitter.com/halbecaf).

SSD Advisory – Chrome Turbofan Remote Code Execution

Written by [SecuriTeam Secure Disclosure (SSD)](https://blogs.securiteam.com/).

Look Mom, I don't use Shellcode - Browser Exploitation Case Study for Internet Explorer 11

Written by [@moritzj](https://twitter.com/moritzj).

PUSHING WEBKIT'S BUTTONS WITH A MOBILE PWN2OWN EXPLOIT

Written by [@wanderingglitch](https://twitter.com/wanderingglitch).

A Methodical Approach to Browser Exploitation

Written by [RET2 SYSTEMS, INC](https://blog.ret2.io/).

CVE-2017-2446 or JSC::JSGlobalObject::isHavingABadTime.

Written by [Diary of a reverse-engineer](https://doar-e.github.io/).

Breaking UC Browser

Written by [Доктор Веб](https://www.drweb.ru/).

Three roads lead to Rome

Written by [@holynop](https://twitter.com/holynop).

CLEANLY ESCAPING THE CHROME SANDBOX

Written by [@tjbecker_](https://twitter.com/tjbecker_).

PoCs

Database

awesome-cve-poc

Curated list of CVE PoCs by [@qazbnm456](https://github.com/qazbnm456).

js-vuln-db

Collection of JavaScript engine CVEs with PoCs by [@tunz](https://github.com/tunz).

Some-PoC-oR-ExP

各种漏洞poc、Exp的收集或编写 by [@coffeehb](https://github.com/coffeehb).

uxss-db

Collection of UXSS CVEs with PoCs by [@Metnew](https://github.com/Metnew).

SPLOITUS

Exploits & Tools Search Engine by [@i_bo0om](https://twitter.com/i_bo0om).

Exploit Database

ultimate archive of Exploits, Shellcode, and Security Papers by [Offensive Security](https://www.offensive-security.com/).

Cheetsheets

Capture the Flag CheatSheet

Written by [@uppusaikiran](https://github.com/uppusaikiran).

XSS Cheat Sheet - 2018 Edition

Written by [@brutelogic](https://twitter.com/brutelogic).

Tools

Auditing

A2SV

Auto Scanning to SSL Vulnerability by [@hahwul](https://github.com/hahwul).

prowler

Tool for AWS security assessment, auditing and hardening by [@Alfresco](https://github.com/Alfresco).

slurp

Evaluate the security of S3 buckets by [@hehnope](https://github.com/hehnope).

Command Injection

commix

Automated All-in-One OS command injection and exploitation tool by [@commixproject](https://github.com/commixproject).

Reconnaissance

Censys

Censys is a search engine that allows computer scientists to ask questions about the devices and networks that compose the Internet by [University of Michigan](https://umich.edu/).

FOCA

FOCA (Fingerprinting Organizations with Collected Archives) is a tool used mainly to find metadata and hidden information in the documents its scans by [ElevenPaths](https://www.elevenpaths.com/index.html).

FOFA

Cyberspace Search Engine by [BAIMAOHUI](https://baimaohui.net/).

gitrob

Reconnaissance tool for GitHub organizations by [@michenriksen](https://github.com/michenriksen).

GSIL

Github Sensitive Information Leakage(Github敏感信息泄露)by [@FeeiCN](https://github.com/FeeiCN).

NSFOCUS

THREAT INTELLIGENCE PORTAL by NSFOCUS GLOBAL.

raven

raven is a Linkedin information gathering tool that can be used by pentesters to gather information about an organization employees using Linkedin by [@0x09AL](https://github.com/0x09AL).

Shodan

Shodan is the world's first search engine for Internet-connected devices by [@shodanhq](https://twitter.com/shodanhq).

SpiderFoot

Open source footprinting and intelligence-gathering tool by [@binarypool](https://twitter.com/binarypool).

urlscan.io

Service which analyses websites and the resources they request by [@heipei](https://twitter.com/heipei).

xray

XRay is a tool for recon, mapping and OSINT gathering from public networks by [@evilsocket](https://github.com/evilsocket).

ZoomEye

Cyberspace Search Engine by [@zoomeye_team](https://twitter.com/zoomeye_team).

Databases - start.me

Various databases which you can use for your OSINT research by [@technisette](https://twitter.com/technisette).

peoplefindThor

the easy way to find people on Facebook by [postkassen](mailto:postkassen@oejvind.dk?subject=peoplefindthor.dk%20comments).

tinfoleak

The most complete open-source tool for Twitter intelligence analysis by [@vaguileradiaz](https://github.com/vaguileradiaz).

Photon

Incredibly fast crawler designed for OSINT by [@s0md3v](https://github.com/s0md3v).

ReconDog

Reconnaissance Swiss Army Knife by [@s0md3v](https://github.com/s0md3v).

espi0n/Dockerfiles

Dockerfiles for various OSINT tools by [@espi0n](https://github.com/espi0n).

Raccoon

High performance offensive security tool for reconnaissance and vulnerability scanning by [@evyatarmeged](https://github.com/evyatarmeged).

Social Mapper

Social Media Enumeration & Correlation Tool by Jacob Wilkin(Greenwolf) by [@SpiderLabs](https://github.com/SpiderLabs).

Marshall Extensions

OSINT and security extensions for the Marshall privacy browser, providing reconnaissance and security-testing plugins by [@bad-antics](https://github.com/bad-antics).

OpenBuckets

Search engine for misconfigured public cloud storage buckets across any provider.

OSINT Projects

Free web toolkit for WHOIS/RDAP, DNS, IP geolocation, SSL certificate inspection and Certificate Transparency subdomain discovery.

AQUATONE

Tool for Domain Flyovers by [@michenriksen](https://github.com/michenriksen).

Certificate Search

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 [@crtsh](https://github.com/crtsh).

Certificate Transparency

Google's Certificate Transparency project fixes several structural flaws in the SSL certificate system by [@google](https://github.com/google).

domain_analyzer

Analyze the security of any domain by finding all the information possible by [@eldraco](https://github.com/eldraco).

EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible by [@ChrisTruncer](https://github.com/ChrisTruncer).

GSDF

Domain searcher named GoogleSSLdomainFinder by [@We5ter](https://github.com/We5ter).

subDomainsBrute

A simple and fast sub domain brute tool for pentesters by [@lijiejie](https://github.com/lijiejie).

VirusTotal domain information

Searching for domain information by [VirusTotal](https://www.virustotal.com/).

Sublist3r

Sublist3r is a multi-threaded sub-domain enumeration tool for penetration testers by [@aboul3la](https://github.com/aboul3la).

OSINT - Open-Source Intelligence

Sub Domain Enumeration

Code Generating

VWGen

Vulnerable Web applications Generator by [@qazbnm456](https://github.com/qazbnm456).

Fuzzing

charsetinspect

Script that inspects multi-byte character sets looking for characters with specific user-defined properties by [@hack-all-the-things](https://github.com/hack-all-the-things).

IPObfuscator

Simple tool to convert the IP to a DWORD IP by [@OsandaMalith](https://github.com/OsandaMalith).

wfuzz

Web application bruteforcer by [@xmendez](https://github.com/xmendez).

domato

DOM fuzzer by [@google](https://github.com/google).

FuzzDB

Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.

dirhunt

Web crawler optimized for searching and analyzing the directory structure of a site by [@nekmo](https://github.com/Nekmo).

ssltest

Online service that performs a deep analysis of the configuration of any SSL web server on the public internet. Provided by [Qualys SSL Labs](https://www.ssllabs.com).

fuzz.txt

Potentially dangerous files by [@Bo0oM](https://github.com/Bo0oM).

wayparam

Cross-platform Python CLI that fetches historical URLs from the Wayback CDX API and outputs normalized parameterized URLs for fuzzing, by [@aleff-github](https://github.com/aleff-github).

Scanning

JoomlaScan

Free software to find the components installed in Joomla CMS, built out of the ashes of Joomscan by [@drego85](https://github.com/drego85).

wpscan

WPScan is a black box WordPress vulnerability scanner by [@wpscanteam](https://github.com/wpscanteam).

WAScan

Is an open source web application security scanner that uses "black-box" method, created by [@m4ll0k](https://github.com/m4ll0k).

Nuclei

Nuclei is a fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use by [@projectdiscovery](https://github.com/projectdiscovery).

Vigolium

High-fidelity vulnerability scanner fusing agentic AI with native speed, modularity, and precision, maintained by [@j3ssie](https://github.com/j3ssie).

ZAP by Checkmarx

Open-source web application security scanner maintained by the ZAP Core Team.

Fray

Open-source WAF bypass and security-testing toolkit with 6,300+ payloads across OWASP categories, AI-assisted evasion engine, 27-check reconnaissance pipeline, and OWASP hardening audit, by [@dalisecurity](https://github.com/dalisecurity).

Trust Scan

URL security scanner combining threat intelligence (URLhaus, PhishTank, Spamhaus) with 40+ scam and phishing pattern detection by [@undeadlist](https://github.com/undeadlist).

ZeroTrust

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 [@sattyamjjain](https://github.com/sattyamjjain).

SecuriTool

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 [@ReplikanteK](https://github.com/ReplikanteK).

Penetration Testing

Burp Suite

Burp Suite is an integrated platform for performing security testing of web applications by [portswigger](https://portswigger.net/).

Astra

Automated Security Testing For REST API's by [@flipkart-incubator](https://github.com/flipkart-incubator).

aws_pwn

A collection of AWS penetration testing junk by [@dagrz](https://github.com/dagrz).

grayhatwarfare

Public buckets by [grayhatwarfare](https://www.grayhatwarfare.com/).

TIDoS-Framework

A comprehensive web application audit framework to cover up everything from Reconnaissance and OSINT to Vulnerability Analysis by [@_tID](https://github.com/theInfectedDrake).

numasec

AI-driven penetration-testing platform that coordinates 10 agents and 38 vulnerability scanners covering OWASP Top 10, by [@FrancescoStabile](https://github.com/FrancescoStabile).

ARS3NAL

Offline-first, self-hosted pentest & 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 [@inflictx](https://github.com/inflictx).

Darkmoon

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 [@ASCIT31](https://github.com/ASCIT31).

Offensive

xssor2

XSS'OR - Hack with JavaScript by [@evilcos](https://github.com/evilcos).

XSStrike

XSStrike is a program which can fuzz and bruteforce parameters for XSS. It can also detect and bypass WAFs by [@s0md3v](https://github.com/s0md3v).

beef

The Browser Exploitation Framework Project by [beefproject](https://beefproject.com).

JShell

Get a JavaScript shell with XSS by [@s0md3v](https://github.com/s0md3v).

csp evaluator

A tool for evaluating content-security-policies by [Csper](https://csper.io).

sqlmap

Automatic SQL injection and database takeover tool.

tplmap

Code and Server-Side Template Injection Detection and Exploitation Tool by [@epinna](https://github.com/epinna).

dtd-finder

List DTDs and generate XXE payloads using those local DTDs by [@GoSecure](https://github.com/GoSecure).

XSRFProbe

The Prime CSRF Audit & Exploitation Toolkit by [@0xInfection](https://github.com/0xinfection).

Open redirect/SSRF payload generator

Open redirect/SSRF payload generator by [intigriti](https://www.intigriti.com/).

XSS - Cross-Site Scripting

SQL Injection

Template Injection

XXE

Cross Site Request Forgery

Server-Side Request Forgery

Leaking

CSS-Keylogging

Chrome extension and Express server that exploits keylogging abilities of CSS by [@maxchehab](https://github.com/maxchehab).

DVCS-Pillage

Pillage web accessible GIT, HG and BZR repositories by [@evilpacket](https://github.com/evilpacket).

dvcs-ripper

Rip web accessible (distributed) version control systems: SVN/GIT/HG... by [@kost](https://github.com/kost).

gitleaks

Searches full repo history for secrets and keys by [@zricethezav](https://github.com/zricethezav).

GitMiner

Tool for advanced mining for content on Github by [@UnkL4b](https://github.com/UnkL4b).

HTTPLeaks

All possible ways, a website can leak HTTP requests by [@cure53](https://github.com/cure53).

pwngitmanager

Git manager for pentesters by [@allyshka](https://github.com/allyshka).

snallygaster

Tool to scan for secret files on HTTP servers by [@hannob](https://github.com/hannob).

LinkFinder

Python script that finds endpoints in JavaScript files by [@GerbenJavado](https://github.com/GerbenJavado).

keyFinder

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 [@momenbasel](https://github.com/momenbasel).

Detecting

bXSS

bXSS is a simple Blind XSS application adapted from [cure53.de/m](https://cure53.de/m) by [@LewisArdern](https://github.com/LewisArdern).

malware-jail

Sandbox for semi-automatic Javascript malware analysis, deobfuscation and payload extraction by [@HynekPetrak](https://github.com/HynekPetrak).

repo-supervisor

Scan your code for security misconfiguration, search for passwords and secrets.

retire.js

Scanner detecting the use of JavaScript libraries with known vulnerabilities by [@RetireJS](https://github.com/RetireJS).

sqlchop

SQL injection detection engine by [chaitin](https://chaitin.com).

xsschop

XSS detection engine by [chaitin](https://chaitin.com).

OpenRASP

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.

GuardRails

A GitHub App that provides security feedback in Pull Requests.

Preventing

js-xss

Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin).

Acra

Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/).

DOMPurify

DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by [Cure53](https://cure53.de/).

Csper

A set of tools for building/evaluating/monitoring content-security-policy to prevent/detect cross site scripting by [Csper](https://csper.io).

UUSEC WAF

An open-source web application firewall and API security gateway maintained by [UUCORP](https://github.com/Safe3/).

BunkerWeb

A next-generation open-source Web Application Firewall built on nginx, maintained by [Bunkerity](https://github.com/bunkerity).

FCaptcha

Self-hosted CAPTCHA with behavioral analysis, vision-AI agent detection, headless-browser fingerprinting, and SHA-256 proof-of-work, maintained by [WebDecoy](https://github.com/WebDecoy).

Pompelmi

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 [pompelmi](https://github.com/pompelmi).

WebDecoy

Zero-configuration WordPress bot-detection plugin combining WebDriver detection, headless-browser fingerprinting, behavioral analysis, and SHA-256 proof-of-work, maintained by [WebDecoy](https://github.com/WebDecoy).

CrowdSec

Open-source collaborative IPS written in Go that analyzes visitor behavior and shares threat signals across a community of operators, maintained by [CrowdSec](https://github.com/crowdsecurity).

Laravel CSP Generator

Interactive Content Security Policy builder for Laravel that outputs ready-to-use PHP middleware with nonce support and violation reporting, by [@itxshakil](https://github.com/itxshakil).

verifyfetch

Browser-side integrity verification and resumable downloads for large files using SRI hashes, defending against CDN compromise and supply-chain attacks, by [@hamzaydia](https://github.com/hamzaydia).

Proxy

Charles

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.

mitmproxy

Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers by [@mitmproxy](https://github.com/mitmproxy).

Webshell

reverse-shell

Reverse Shell as a Service by [@lukechilds](https://github.com/lukechilds).

Reverse-Shell-Manager

Reverse Shell Manager via Terminal [@WangYihang](https://github.com/WangYihang).

webshell

This is a webshell open source project by [@tennc](https://github.com/tennc).

Webshell-Sniper

Manage your website via terminal by [@WangYihang](https://github.com/WangYihang).

Weevely

Weaponized web shell by [@epinna](https://github.com/epinna).

nano

Family of code golfed PHP shells by [@s0md3v](https://github.com/s0md3v).

PhpSploit

Full-featured C2 framework which silently persists on webserver via evil PHP oneliner by [@nil0x42](https://github.com/nil0x42).

Disassembler

Iaitō

Qt and C++ GUI for radare2 reverse engineering framework by [@hteso](https://github.com/hteso).

plasma

Plasma is an interactive disassembler for x86/ARM/MIPS by [@plasma-disassembler](https://github.com/plasma-disassembler).

radare2

Unix-like reverse engineering framework and commandline tools by [@radare](https://github.com/radare).

Decompiler

CFR

Another java decompiler by [@LeeAtBenf](https://twitter.com/LeeAtBenf).

DNS Rebinding

DNS Rebind Toolkit

DNS Rebind Toolkit is a frontend JavaScript framework for developing DNS Rebinding exploits against vulnerable hosts and services on a local area network (LAN) by [@brannondorsey](https://github.com/brannondorsey).

dref

DNS Rebinding Exploitation Framework. Dref does the heavy-lifting for DNS rebinding by [@mwrlabs](https://github.com/mwrlabs).

Singularity of Origin

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 [@nccgroup](https://github.com/nccgroup).

Whonow DNS Server

A malicious DNS server for executing DNS Rebinding attacks on the fly by [@brannondorsey](https://github.com/brannondorsey).

Others

CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis - by [@GCHQ](https://github.com/gchq).

Dnslogger

DNS Logger by [@iagox86](https://github.com/iagox86).

cefdebug

Minimal code to connect to a CEF debugger by [@taviso](https://github.com/taviso).

ctftool

Interactive CTF Exploration Tool by [@taviso](https://github.com/taviso).

ntlm_challenger

Parse NTLM over HTTP challenge messages by [@b17zr](https://github.com/b17zr).

Social Engineering Database

haveibeenpwned

Check if you have an account that has been compromised in a data breach by [Troy Hunt](https://www.troyhunt.com/).

Hudson Rock

Check if your email or domain was compromised by infostealer malware, maintained by [Hudson Rock](https://www.hudsonrock.com/).

Blogs

BRETT BUERHAUS

Vulnerability disclosures and rambles on application security.

Broken Browser

Fun with Browser Vulnerabilities.

James Kettle

Head of Research at [PortSwigger Web Security](https://portswigger.net/).

leavesongs

China's talented web penetrator.

n0tr00t

~# n0tr00t Security Team.

OpnSec

Open Mind Security!.

Orange

Taiwan's talented web penetrator.

Scrutiny

Internet Security through Web Browsers by Dhiraj Mishra.

RIPS Technologies

Write-ups for PHP vulnerabilities.

0Day Labs

Awesome bug-bounty and challenges writeups.

Blog of Osanda

Security Researching and Reverse Engineering.

Twitter Users

@cure53berlin

[Cure53](https://cure53.de/) is a German cybersecurity firm.

@filedescriptor

Active penetrator often tweets and writes useful articles.

@garethheyes

English web penetrator.

@h3xstream

Security Researcher, interested in web security, crypto, pentest, static analysis but most of all, samy is my hero.

@HackwithGitHub

Initiative to showcase open source hacking tools for hackers and pentesters.

@hasegawayosuke

Japanese javascript security researcher.

@kinugawamasato

Japanese web penetrator.

@XssPayloads

The wonderland of JavaScript unexpected usages, and more.

@shhnjk

Web and Browsers Security Researcher.

Practices

Application

SELinux Game

Learn SELinux by doing. Solve Puzzles, show skillz - Written by [@selinuxgame](https://twitter.com/selinuxgame).

BadLibrary

Vulnerable web application for training - Written by [@SecureSkyTechnology](https://github.com/SecureSkyTechnology).

Hackxor

Realistic web application hacking game - Written by [@albinowax](https://twitter.com/albinowax).

OWASP Juice Shop

Probably the most modern and sophisticated insecure web application - Written by [@bkimminich](https://github.com/bkimminich) and the [@owasp_juiceshop](https://twitter.com/owasp_juiceshop) team.

Portswigger Web Security Academy

Free trainings and labs - Written by [PortSwigger](https://portswigger.net/).

OopsSec Store

Intentionally vulnerable e-commerce application built with Next.js - Written by [@kOaDT](https://github.com/kOaDT).

The Next.js security-headers pitfall

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.

AWS

FLAWS

Amazon AWS CTF challenge - Written by [@0xdabbad00](https://twitter.com/0xdabbad00).

CloudGoat

Rhino Security Labs' "Vulnerable by Design" AWS infrastructure setup tool - Written by [@RhinoSecurityLabs](https://github.com/RhinoSecurityLabs).

XSS

alert(1) to win

Series of XSS challenges - Written by [@steike](https://twitter.com/steike).

prompt(1) to win

Complex 16-Level XSS Challenge held in summer 2014 (+4 Hidden Levels) - Written by [@cure53](https://github.com/cure53).

XSS Challenges

Series of XSS challenges - Written by yamagata21.

XSS game

Google XSS Challenge - Written by Google.

ModSecurity / OWASP ModSecurity Core Rule Set

ModSecurity / OWASP ModSecurity Core Rule Set

Series of tutorials to install, configure and tune ModSecurity and the Core Rule Set - Written by [@ChrFolini](https://twitter.com/ChrFolini).

Community

Reddit
Stack Overflow

Miscellaneous

A glimpse into GitHub's Bug Bounty workflow

Written by [@gregose](https://github.com/gregose).

awesome-bug-bounty

Comprehensive curated list of available Bug Bounty & Disclosure Programs and write-ups by [@djadmin](https://github.com/djadmin).

Brute Forcing Your Facebook Email and Phone Number

Written by [PwnDizzle](https://pwndizzle.blogspot.jp/).

bug-bounty-reference

List of bug bounty write-up that is categorized by the bug nature by [@ngalongc](https://github.com/ngalongc).

Cybersecurity Campaign Playbook

Written by [Belfer Center for Science and International Affairs](https://www.belfercenter.org/).

EQGRP

Decrypted content of eqgrp-auction-file.tar.xz by [@x0rz](https://github.com/x0rz).

Google VRP and Unicorns

Written by [Daniel Stelter-Gliese](https://www.linkedin.com/in/daniel-stelter-gliese-170a70a2/).

Infosec_Reference

Information Security Reference That Doesn't Suck by [@rmusser01](https://github.com/rmusser01).

Internet of Things Scanner

Check if your internet-connected devices at home are public on Shodan by [BullGuard](https://www.bullguard.com/).

notes

Some public notes by [@ChALkeR](https://github.com/ChALkeR).

Pentest + Exploit dev Cheatsheet wallpaper

Penetration Testing and Exploit Dev CheatSheet.

The Definitive Security Data Science and Machine Learning Guide

Written by JASON TROS.

$7.5k Google services mix-up

Written by [Ezequiel Pereira](https://sites.google.com/site/testsitehacking/).

The Bug Hunters Methodology v2.1

Written by [@jhaddix](https://twitter.com/jhaddix).

How I exploited ACME TLS-SNI-01 issuing Let's Encrypt SSL-certs for any domain using shared hosting

Written by [@fransrosen](https://twitter.com/fransrosen).

TL:DR: VPN leaks users’ IPs via WebRTC. I’ve tested seventy VPN providers and 16 of them leaks users’ IPs via WebRTC (23%)

Written by [voidsec](https://voidsec.com/).

Be careful what you copy: Invisibly inserting usernames into text with Zero-Width Characters

Written by [@umpox](https://medium.com/@umpox).

Escape and Evasion Egressing Restricted Networks

Written by [Chris Patten, Tom Steele](mailto:info@optiv.com).

Domato Fuzzer's Generation Engine Internals

Written by [sigpwn](https://www.sigpwn.io/).

CSS Is So Overpowered It Can Deanonymize Facebook Users

Written by [Ruslan Habalov](https://www.evonide.com/).

Introduction to Web Application Security

Written by [@itsC0rg1](https://twitter.com/itsC0rg1), [@jmkeads](https://twitter.com/jmkeads) and [@matir](https://twitter.com/matir).

Finding The Real Origin IPs Hiding Behind CloudFlare or TOR

Written by [Paul Dannewitz](https://www.secjuice.com/author/paul-dannewitz/).

How I could have stolen your photos from Google - my first 3 bug bounty writeups

Written by [@gergoturcsanyi](https://twitter.com/gergoturcsanyi).

An example why NAT is NOT security

Written by [@0daywork](https://twitter.com/@0daywork).

Alexa Top 1 Million Security - Hacking the Big Ones

Written by [@slashcrypto](https://twitter.com/slashcrypto).

Hacking with a Heads Up Display

Written by [David Scrobonia](https://segment.com/blog/authors/david-scrobonia/).

WEB APPLICATION PENETRATION TESTING NOTES

Written by [Jayson](https://techvomit.net/).

List of bug bounty writeups

Written by [Mariem](https://pentester.land/).

The bug bounty program that changed my life

Written by [Gwen](https://10degres.net/).

Why Facebook's api starts with a for loop

Written by [@AntoGarand](https://twitter.com/AntoGarand).

Implications of Loading .NET Assemblies

Written by [Brian Wallace](https://threatvector.cylance.com/en_us/contributors/brian-wallace.html).

WCTF2019: Gyotaku The Flag

Written by [@t0nk42](https://twitter.com/t0nk42).

How we abused Slack's TURN servers to gain access to internal services

Written by [@sandrogauci](https://twitter.com/sandrogauci).

DOS File Path Magic Tricks

Written by [@clr2of8](https://medium.com/@clr2of8).

How I got my first big bounty payout with Tesla

Written by [@cj.fairhead](https://medium.com/@cj.fairhead).

Grokking Web Application Security

Hands-on introduction to web application security fundamentals by Malcolm McDonald (Manning).

htb-writeups

Comprehensive Hack The Box writeup collection covering 75+ web challenges including XSS, SQLi, SSTI, SSRF, and deserialization, by [@momenbasel](https://github.com/momenbasel).

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.