Skip to content

keezysilencer/XSS_Scan-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

XSS_Scan-

Automation for XSS

STEPS

  1. take a URL as a input
  2. Crawl all the pages (GET and POST too)
  3. Look for the reflection parameters in the html rrespose
  4. Then i will provide one payload.txt file which contans the payload list.
  5. Read line by line from the payload.txt file and pass to the each URL end point like URL http://abc.com?id=1* (replace * with payload)
  6. If our provided payload is reflected in the response then print that reflected form and show message like "Vulnerable to XSS"

About

Automation for XSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%