VulnerableApp
VulnerableApp copied to clipboard
DOM based XSS
Is your feature request related to a problem? Please describe. Currently we have added XSS but that is only the usecase of Reflected XSS but there is no Persistent XSS or DOM based XSS. it would be better if we add that. Describe the solution you'd like As we have already integrated DB so we just need to create a Table and add UI for something like a Feedback form. Generic usecase of Persistent XSS. DOM based XSS need to be think more as it might require framework changes
Describe alternatives you've considered Nothing
this is linked to https://github.com/SasanLabs/VulnerableApp/issues/21. Closing the other issue.
PR: #166 is added for Persistent XSS.
Persistent XSS is done. Dom based XSS need to be done.
DOM based XSS is dependent on https://github.com/SasanLabs/VulnerableApp/issues/119