Skip to content

To implement XSS taint detection capability using pynarcissus

Notifications You must be signed in to change notification settings

deepnov/pyxssparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyXSSParser for XSS detection

This parser attaches few methods and variables to the existing JS Parser to trace any data flow from XSS source property or function to any variable or function with global access.

To summarize, the parser detects the below cases:

A. XSS source assigned to a global variable or global property

B. XSS source assigned to a function return value (exit point)

C. XSS source passed to a function (entry point)

About

To implement XSS taint detection capability using pynarcissus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • Python 41.1%