Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed May 27, 2024
1 parent f2d87ce commit 0e7a24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ params:
picture: https://avatars.githubusercontent.com/u/17956023?v=4
tags: [ 'web', 'forensics', 'misc' ]
description:
- None
- Exploring the depths of web security
excludedSections:
- about
- events
Expand Down
2 changes: 1 addition & 1 deletion content/L3akCTF_2024/bbsqli.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SO Classic !

## Intuition

Automated tools like sqlmap or bruteforcing are not allowed for this challange.
Automated tools like sqlmap or bruteforcing are not allowed for this challenge.

This challange involves a flask application where the login function does not use a prepared statement and it uses a raw query, vulnerable to sql injection.
For now, this looks like an easy sql injection challange, but the twist is this code section:
Expand Down

0 comments on commit 0e7a24e

Please sign in to comment.