Skip to content

Commit

Permalink
Merge pull request #157 from f5danicami/patch-1
Browse files Browse the repository at this point in the history
Update lab5.rst
  • Loading branch information
lesleycw authored Dec 12, 2023
2 parents 1034716 + 8618f85 commit 7665959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/class4/module2/lab5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@ Other Attack Samples::

Or::
curl -X GET "http://[animal-name]-acme-frontend.lab-mcn.f5demos.com/product?id=4%20OR%201=1" --resolve [animal-name]-acme-frontend.lab-mcn.f5demos.com:80:159.60.128.61
curl -X GET "http://[animal-name]-acme-frontend.lab-mcn.f5demos.com/?id=4%20OR%201=1" --resolve [animal-name]-acme-frontend.lab-mcn.f5demos.com:80:159.60.128.61


Here are the URI paths from above for easy reference:

**/?cmd=cat%20/etc/passwd**

**/product?id=4%20OR%201=1**
**/?id=4%20OR%201=1**

|
Expand Down Expand Up @@ -289,7 +289,7 @@ Other Attack Samples::

Or::
curl -X GET "http://[animal-name]-acme-frontend.lab-mcn.f5demos.com/product?id=4%20OR%201=1" --resolve [animal-name]-acme-frontend.lab-mcn.f5demos.com:80:159.60.128.61
curl -X GET "http://[animal-name]-acme-frontend.lab-mcn.f5demos.com/?id=4%20OR%201=1" --resolve [animal-name]-acme-frontend.lab-mcn.f5demos.com:80:159.60.128.61

|
Expand Down

0 comments on commit 7665959

Please sign in to comment.