This is a write-up of steps that I've done with OWASP Juice Shop incrementally to solve some of the tasks.
Navigate to login form and submit Payload in both fields Payload: ' OR '1'='1' --
Navigate Profile => Privacy & Security => Privacy
This is a write-up of steps that I've done with OWASP Juice Shop incrementally to solve some of the tasks.
Navigate to login form and submit Payload in both fields Payload: ' OR '1'='1' --
Navigate Profile => Privacy & Security => Privacy
| $ curl --help | |
| Usage: curl [options...] <url> | |
| --abstract-unix-socket <path> Connect via abstract Unix domain socket | |
| --alt-svc <file name> Enable alt-svc with this cache file | |
| --anyauth Pick any authentication method | |
| -a, --append Append to target file when uploading | |
| --basic Use HTTP Basic Authentication | |
| --cacert <file> CA certificate to verify peer against | |
| --capath <dir> CA directory to verify peer against | |
| -E, --cert <certificate[:password]> Client certificate file and password |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Star Rating System</title> | |
| <meta name="viewport" content="width=device-width"> | |
| <style> | |
| .star{ | |
| color: goldenrod; | |
| font-size: 2.0rem; |