Skip to content

Commit de53d1d

Browse files
authored
Update README.md
1 parent 86a1867 commit de53d1d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# SQLI-Scanner
22
SQL Injection Scanner
3+
4+
To run this:
5+
6+
- `pip3 install -r requirements.txt`
7+
8+
Provide URL in the command Line argument
9+
10+
```
11+
python sqliscanner.py http://testphp.vulnweb.com/artists.php?artist=1
12+
```
13+
14+
Output:
15+
16+
```
17+
[!] Trying http://testphp.vulnweb.com/login.php"
18+
[!] Trying http://testphp.vulnweb.com/login.php'
19+
[+] Detected 2 forms on http://testphp.vulnweb.com/login.php.
20+
```

0 commit comments

Comments
 (0)