From 92ea77b198edd633cc2b6ab1e27cc39d260fd1b1 Mon Sep 17 00:00:00 2001 From: Johnathan <39648915+TrebledJ@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:33:57 +0800 Subject: [PATCH] Update 2024-08-10-automating-boolean-sql-injection-with-python.md --- .../2024-08-10-automating-boolean-sql-injection-with-python.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/posts/infosec/automating-boolean-sqli/2024-08-10-automating-boolean-sql-injection-with-python.md b/content/posts/infosec/automating-boolean-sqli/2024-08-10-automating-boolean-sql-injection-with-python.md index a3b88171f..46bd9dd99 100644 --- a/content/posts/infosec/automating-boolean-sqli/2024-08-10-automating-boolean-sql-injection-with-python.md +++ b/content/posts/infosec/automating-boolean-sqli/2024-08-10-automating-boolean-sql-injection-with-python.md @@ -279,6 +279,4 @@ In this post, we introduced Boolean-Based Blind SQL injection, how it can be use Automation and scripting can be a powerful time saver when the need exists. We identified a tedious task — brute forcing characters for possibly long strings — and followed up with incremental changes. Hopefully the reader has picked up a few tips on automation. -{% video "https://github.com/user-attachments/assets/99af450a-9847-44cd-a376-11ca1d98e05c", "w-100" %} -