VulnerableApp icon indicating copy to clipboard operation
VulnerableApp copied to clipboard

DOM based XSS

Open preetkaran20 opened this issue 5 years ago • 4 comments

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

preetkaran20 avatar Jul 19 '20 12:07 preetkaran20

this is linked to https://github.com/SasanLabs/VulnerableApp/issues/21. Closing the other issue.

preetkaran20 avatar Aug 05 '20 22:08 preetkaran20

PR: #166 is added for Persistent XSS.

preetkaran20 avatar Aug 05 '20 22:08 preetkaran20

Persistent XSS is done. Dom based XSS need to be done.

preetkaran20 avatar Aug 08 '20 08:08 preetkaran20

DOM based XSS is dependent on https://github.com/SasanLabs/VulnerableApp/issues/119

preetkaran20 avatar Aug 08 '20 08:08 preetkaran20