Skip to content

Commit 819d650

Browse files
committed
Update 2-web-sqli.md
1 parent ce594ee commit 819d650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

peh/6-webapp/2-web-sqli.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
---
88

9-
## Injection0x01 - UNION
9+
## SQL injection - UNION
1010

1111
```bash
1212
# Basic SQLi
@@ -35,7 +35,7 @@ jeremy' union select null,null,password from injection0x01#
3535
3636
---
3737
38-
## Injection0x02 - Blind
38+
## SQL injection - Blind
3939
4040
- Run BurpSuite, set `http://localhost/` as project (target) **Scope** and login as `jeremy:jeremy` at `http://localhost/labs/i0x02.php`
4141
- Check the **Request** and **Response** in the BurpSuite HTTP history
@@ -209,7 +209,7 @@ Table: injection0x02
209209
210210
---
211211
212-
## Injection0x03 - Challenge
212+
## SQL injection - Challenge
213213
214214
- `http://localhost/labs/i0x03.php`
215215
- Find credentials and login into the users table

0 commit comments

Comments
 (0)