From 6cb1c88b9e884d7549ca00db630804dc27e86929 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Thu, 8 May 2025 01:59:50 -0300 Subject: [PATCH] feat(docs): Added warning to SQLi wordlists about destructive queries related to #1011 --- Fuzzing/Databases/SQLi/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Fuzzing/Databases/SQLi/README.md diff --git a/Fuzzing/Databases/SQLi/README.md b/Fuzzing/Databases/SQLi/README.md new file mode 100644 index 00000000..263f038c --- /dev/null +++ b/Fuzzing/Databases/SQLi/README.md @@ -0,0 +1,3 @@ +# SQL Injection wordlists +> [!CAUTION] +> Many of these wordlists contain potentially destructive queries which may permanently delete data on any databases they're used on. For more information see [issue #1011](https://github.com/danielmiessler/SecLists/issues/1011) \ No newline at end of file