Upgrade to Pro — share decks privately, control downloads, hide ads and more …

XSSER: From XSS to RCE 3.0

XSSER: From XSS to RCE 3.0

OWASP Copenhagen

Hans-Michael Varbaek

March 28, 2019
Tweet

More Decks by Hans-Michael Varbaek

Other Decks in Technology

Transcript

  1. About me ➢ ISP Red Team – Copenhagen ➢ Presented

    at Black Hat Europe, Kiwicon, Hack in the Box, etc. ➢ Full-time security consultant career began in Sydney, Australia
  2. How many web servers globally? ➢ 85 million approximately (Shodan

    – Port:80) How many of them run PHP? ➢ 8.1 million approximately (Shodan – PHP) However..
  3. What about virtual hosting? ➢ 1.4 billion websites ➢ 232

    million unique domains ➢ 27 million websites running WordPress That’s a lot more attack surface for adversaries (Netcraft March 2019 Survey)
  4. Classic XSS Attacks ➢ Cookie Stealing ➢ Prevented by “HttpOnly”

    flag ➢ Defacements ➢ Phishing ➢ Session Hijacking (e.g. BeEF, XSSER, etc.)
  5. XSSER What and why? ➢ Can automate XSS attacks to

    obtain RCE ➢ Meant for educational purposes ➢ Fully open source and available on GitHub