Image
user avatar
PortSwigger Research
@PortSwiggerRes
Web security research from the team at @PortSwigger
Joined September 2019
Posts
  • user avatar
    Stealing passwords from infosec Mastodon - without bypassing CSP portswigger.net/research/steal…
    Image
    GIF
  • user avatar
    Top 10 new web hacking techniques of 2019
  • user avatar
    HTTP/2: The Sequel is Always Worse by @albinowax
  • user avatar
    The results are in! We're proud to announce the Top ten web hacking techniques of 2024!
  • user avatar
    New attacks on OAuth: SSRF by design and Session Poisoning by @artsploit
  • user avatar
    Converting LFI into RCE by chaining PHP encoding filters - superb research by @_remsio_! synacktiv.com/publications/p…
    Image
  • user avatar
    The results are in! We're proud to announce the Top 10 Web Hacking Techniques of 2021!
  • user avatar
    On Twitter, if you blink at the wrong moment you'll miss some great web security research. We recently launched a quality-over-quantity subreddit to help address this:
  • user avatar
    Firefox is the only browser which allows self closing script. <svg><script href=data:,alert(1) />
  • user avatar
    We found a fancy new way to conceal XSS payloads! Check it out in our cheat sheet: portswigger.net/web-security/c…
    Code sample showing how to use assignment to the protocol property
  • user avatar
    The results are in! We're proud to announce the Top 10 Web Hacking Techniques of 2022!
  • user avatar
    You've heard of blind XSS - but what if there's CSP? Introducing blind CSS injection! portswigger.net/research/blind…
    Image
    GIF
  • user avatar
    We've just published 'Smashing the state machine: the true potential of web race conditions' by @albinowax! Dive in to arm yourself with novel techniques & tooling, and help reshape this attack class:
  • user avatar
    Ok let's close the script. That can't possibly work right? <script> x = '<!--<script>' </script>/-alert(1) </script>