From 28152a11f3b0d40babb1e8135b0ef1d4b6f75242 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jun 2022 08:05:20 +0200 Subject: [PATCH] Added README --- Fuzzing/Amounts/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Fuzzing/Amounts/README.md diff --git a/Fuzzing/Amounts/README.md b/Fuzzing/Amounts/README.md new file mode 100644 index 00000000..c873fc6b --- /dev/null +++ b/Fuzzing/Amounts/README.md @@ -0,0 +1,9 @@ +# Amounts + +Pre-generated wordlists based on [Common Security Issues in Financially-Oriented Web Applications](https://research.nccgroup.com/wp-content/uploads/2020/07/common_security_issues_in_financially-orientated_web.pdf) PDF. + +Created to fuzz amounts, quantities, or any other numerical values. + +Bypass minimum and maximum restrictions, cause unintended behavior and errors, etc. + +Tool to create such wordlists can be found at [ivan-sincek/amounts](https://github.com/ivan-sincek/amounts). Feel free to create and add more wordlists on your own. Works with integer and float numerical values.