xsstools: xss development frameworks

xsspy
XSS Attack presented in the form of binary code; Shutterstock ID 333831854; PO: redownload; Job: redownload; Client: redownload; Other: redownload

xsstools

xsstools is an xss development framework, with the goal of making payload writing easier.

Exfiltrators

A collection of exfiltrators is available

  • message: use postMessage
  • get: use fetch GET
  • post: use fetch POST urlencoded
  • postJSON: use fetch POST json encoded
  • sendBeacon: use navigator.sendBeacon
  • console: for debugging, simply use console.log
  • img: create an img tag to exfiltrate via GET
  • style: create a style tag to exfiltrate via GET
  • iframe: create an iframe tag to exfiltrate via GET

Download & Use

Copyright (C) 2021 yeswehack