Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b055b35

Browse files
author
Oishi Akito
committed
update "Rend Asunder"
1 parent 9796aac commit b055b35

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-0
lines changed

‎rend_asunder/README.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Rend Asunder
2+
3+
## [Flag0](./flag0) -- Found
4+
5+
- What do you have access to?
6+
- Look around your sandbox
7+
- Some places are Definitely mOre iMportant than others
8+
9+
## [Flag1](./flag1) -- Not Found
10+
- The rendered page looks a bit odd
11+
12+
## [Flag2](./flag2) -- Not Found

‎rend_asunder/flag0/README.md‎

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Rend Asunder - FLAG0
2+
3+
## 0x00 Home
4+
5+
![](./imgs/home.png)
6+
7+
## 0x01 Hey! Show me source code!
8+
9+
![](./imgs/html.png)
10+
11+
```
12+
document.write(document.getElementsByTagName('html')[0].innerHTML);
13+
```
14+
The HTML tags don't seem to be used.
15+
16+
## 0x02 Is there secret javascript?
17+
18+
```
19+
document.write(document.getElementsByTagName('script')[0].innerHTML);
20+
```
21+
22+
![](./imgs/script.png)
23+
24+
There isn't seem to be any secrets.
25+
26+
## 0x03 I know secret
27+
Is it <noscript> ?
28+
29+
```
30+
document.write(document.getElementsByTagName('noscript')[0].innerHTML);
31+
```
32+
33+
![](./imgs/flag.png)

‎rend_asunder/flag0/imgs/flag.png‎

78.7 KB
Loading[フレーム]

‎rend_asunder/flag0/imgs/home.png‎

69.3 KB
Loading[フレーム]

‎rend_asunder/flag0/imgs/html.png‎

68.8 KB
Loading[フレーム]

‎rend_asunder/flag0/imgs/script.png‎

91.5 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /