From 5f470c5568f472b24a857b65e0b5f298c85a947d Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Sat, 2 Dec 2023 23:00:49 +0800 Subject: [PATCH] Added XSS readme --- Fuzzing/XSS/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Fuzzing/XSS/README.md diff --git a/Fuzzing/XSS/README.md b/Fuzzing/XSS/README.md new file mode 100644 index 000000000..0a6f0b8a7 --- /dev/null +++ b/Fuzzing/XSS/README.md @@ -0,0 +1,8 @@ +# XSS +This is a directory for XSS wordlists. + +They are for testing xss vulnerabilities manually or automatically using tools. The XSS wordlists are further split into two more categories, `human-friendly` and `robot-friendly`. + + The `human-friendly` category is for manual testings and as such, have comments left untouched. + + The `robot-friendly` is for automated tools like ZAP or burpsuite to use. Minor changes may be required and as such, you should look out for the `README.md` file in each of the directories to know what to change. \ No newline at end of file