Skip to content

Add audit plugin: my_xss_test example for reflected XSS#18965

Open
PoornimaBaste wants to merge 1 commit intoandresriancho:masterfrom
PoornimaBaste:new-plugin-xss-scanner
Open

Add audit plugin: my_xss_test example for reflected XSS#18965
PoornimaBaste wants to merge 1 commit intoandresriancho:masterfrom
PoornimaBaste:new-plugin-xss-scanner

Conversation

@PoornimaBaste
Copy link
Copy Markdown

Summary

This PR adds a new audit plugin my_xss_test that detects reflected XSS
vulnerabilities using a simple payload.

How to test

  1. Start a target website (DVWA, Mutillidae, or any HTTP server).
  2. Enable plugin in w3af console:
    plugins audit my_xss_test
    plugins discovery web_spider
    target set target http://localhost:8000
    start

Notes

  • This is an example plugin to demonstrate how to write an audit plugin.
  • Only one payload is tested for reflection.

Author

<Poornima / https://github.com/PoornimaBaste>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant