Skip to content

Commit

Permalink
fix http link
Browse files Browse the repository at this point in the history
  • Loading branch information
khairlikhwn committed Jan 25, 2024
1 parent 6e319ba commit 9b496a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _posts/2024-01-20-knightctf2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is my attempt solving the challenges after the ctf ends by referring to oth
> Recently I have made a simple app for monitoring and analyzing metrics, events, and real-time data.I used a database which is designed for handling high volumes of timestamped data. But I think its vulnerable find it and get he flag.
>
I visited this link [`http://66.228.53.87:9001/`](http://66.228.53.87:9001/) and it displayed:
I visited this link `http://66.228.53.87:9001/` and it displayed:

`Please visit /query?data= to travel with time.`

Expand Down Expand Up @@ -52,7 +52,7 @@ Since the flag starts with K, I change `^a.*` to `^K.*` , url encode the payload
> N:B: There is no need to do bruteforce.
>
I visited [http://66.228.53.87:8989/](http://66.228.53.87:8989/) and got this:
I visited `http://66.228.53.87:8989/` and got this:

![Untitled](Untitled%202.png)

Expand All @@ -78,7 +78,7 @@ And got the flag with the `Forwarded-For` header.
> The web challenges are very much similar to real life application bugs. **This is going to be a series of Gain Access with 3 challenges unlocks upon solving one by one.** By solving these challenges, you'll gain a practical knowledge of Authentication Bypass Vulnerabilites as well as business logic error. The only difference is you'll not get any bounty but you'll get flags. Give it a try. And keep in mind, Don't make it hard, keep it simple. All the best. Solve the challenges & be a cyber knight.
>
I visited [http://45.33.123.243:13556/](http://45.33.123.243:13556/) and got this:
I visited `http://45.33.123.243:13556/` and got this:

![Untitled](Untitled%206.png)

Expand Down Expand Up @@ -126,7 +126,7 @@ Now Im stuck.
> So you've come this far huh!! Let me see if you can get this done. It's similar but with a twist. This time the email is sent to the admin only. Just think. keep in mind, all challenges are based on real life application bugs
>
Visit [http://66.228.53.87:6090/](http://66.228.53.87:6090/)
Visit `http://66.228.53.87:6090/`

![Untitled](Untitled%2014.png)

Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-01-20-mapnactf2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:

This is my attempt solving the challenges after the ctf ends by referring to other writeups.

> Credits: [https://seall.dev/posts/mapnactf2024](https://seall.dev/posts/mapnactf2024)
> Credit: [https://seall.dev/posts/mapnactf2024](https://seall.dev/posts/mapnactf2024)
>
## Web / Flag Holding (318 solves)
Expand Down

0 comments on commit 9b496a6

Please sign in to comment.