Skip to content

Commit c22d25f

Browse files
authored
Merge pull request #13 from Major2000/main
Update README.md
2 parents 86a1867 + de53d1d commit c22d25f

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)