We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927b03c commit 9ae951dCopy full SHA for 9ae951d
1 file changed
README.md
@@ -6,7 +6,9 @@ Installation :
6
7
git clone https://github.com/The-exploiter-2005/basic_sqli.git
8
9
-Usage: basic_sqli.py [options]
+Usage:
10
+
11
+ python3 basic_sqli.py [options]
12
13
Options:
14
@@ -23,3 +25,7 @@ Options:
23
25
--delay=DELAY Delay in seconds for time-based SQLi
24
26
27
--output=OUTPUT File to save the results
28
29
+Example:
30
31
+ python3 basic_sqli.py --url https://testphp.vulnweb.com/listproducts.php?cat=1
0 commit comments