Skip to content

Commit 927b03c

Browse files
authored
Update README.md
1 parent b29206a commit 927b03c

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,23 @@ This is an basic SQL Injection scanner Tool written in python.
33
Install all requirements available in the requirements.txt file.
44

55
Installation :
6-
git clone https://github.com/The-exploiter-2005/basic_sqli.git
6+
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

Comments
 (0)