Skip to content

Commit 55f39ec

Browse files
committed
web Challenge Message and Hints
1 parent c684925 commit 55f39ec

File tree

6 files changed

+60
-3
lines changed

6 files changed

+60
-3
lines changed

web/POST-UP/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,14 @@ python3 -c 'import requests; r = requests.post("URL"); print(r.text)'
1919

2020
```bash
2121
curl -X POST URL
22-
```
22+
```
23+
24+
---
25+
26+
## Challenge Message
27+
Up and at’m! Time to tackle your first mission of the day! Send a request to HQ to receive mission details!
28+
29+
www.jerseyctf.info
30+
31+
## Challenge Hints
32+
Send the POST

web/clientside/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# clientside
2+
3+
---
4+
5+
## Challenge Message
6+
You start off your day with nice warm hash browns. All is well, and everything is going to script, until the worst thing imaginable happens… you forgot your password… try looking around for the passcode.
7+
8+
www.jerseyctf.live
9+
10+
## Challenge Hints
11+
Perhaps taking a look at where authentication happens will help

web/insp3ctor/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22
Obligatory inspect element flag for beginners.
33

44
## Solution
5-
Open inspect element
5+
Open inspect element
6+
7+
---
8+
9+
## Challenge Message
10+
Your great friend, “the Inspector” has received a job from a company to find any sensitive information in their facility and to discard it. However, he is not quite as tech savvy as you and has asked you to help review their website.
11+
12+
www.jerseyctf.xyz
13+
14+
## Challenge Hints
15+
Not all content on a site is seen

web/obligatory-robots/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# obligatory-robots
2+
3+
---
4+
5+
## Challenge Message
6+
Robots are crawling all over the city, how can we stop them?!
7+
8+
## Challenge Hints
9+
* (While easy, no hints given for this one. Sorry)

web/reDirector/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# reDirector
2+
3+
---
4+
5+
## Challenge Message
6+
You’re attempting to find sensitive information on a villain organization’s website, however, you are not having much luck. You notice that the site uses a lot of redirects, with some information on those redirect pages. However, you cannot inspect that information quick enough before you are redirected.
7+
8+
www.jerseyctf.net

web/sql_needles/README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@
77
* Golang template
88

99
## Solution
10-
* Ol'Reliable : `' or 1=1;--`
10+
* Ol'Reliable : `' or 1=1;--`
11+
12+
---
13+
14+
# ***NOT OFFERED IN JCTF2021***
15+
16+
---
17+
18+
## Challenge Message
19+
The infamous “Needler” has threatened to attack your company with a multitude of cyberattacks. However, this nefarious villain is known to be strong in cyberattacks, but lacking in his own website’s defenses. You need to retaliate in time, but how?
20+
21+
## Challenge Hints
22+
* Flag is in the database

0 commit comments

Comments
 (0)