We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29206a commit 927b03cCopy full SHA for 927b03c
1 file changed
README.md
@@ -3,4 +3,23 @@ This is an basic SQL Injection scanner Tool written in python.
3
Install all requirements available in the requirements.txt file.
4
5
Installation :
6
- git clone https://github.com/The-exploiter-2005/basic_sqli.git
+
7
+ git clone https://github.com/The-exploiter-2005/basic_sqli.git
8
9
+Usage: basic_sqli.py [options]
10
11
+Options:
12
13
+ -h, --help show this help message and exit
14
15
+ --url=URL Target URL (Provide full parameter of the url (eg: http://testphp.vulnweb.com/listproducts.php?cat=1))
16
17
+ --headers=HEADERS Custom headers for requests
18
19
+ --verbose Enable verbose output
20
21
+ --threads=THREADS Number of concurrent threads
22
23
+ --delay=DELAY Delay in seconds for time-based SQLi
24
25
+ --output=OUTPUT File to save the results
0 commit comments