Skip to content

Commit a6375d5

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rend_asunder/flag0/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
## 0x01 Hey! Show me source code!
88

9-
![](./imgs/html.png)
10-
119
```
1210
document.write(document.getElementsByTagName('html')[0].innerHTML);
1311
```
12+
13+
![](./imgs/html.png)
14+
1415
The HTML tags don't seem to be used.
1516

1617
## 0x02 Is there secret javascript?
@@ -24,7 +25,7 @@ document.write(document.getElementsByTagName('script')[0].innerHTML);
2425
There isn't seem to be any secrets.
2526

2627
## 0x03 I know secret
27-
Is it <noscript> ?
28+
Is it noscript tag ?
2829

2930
```
3031
document.write(document.getElementsByTagName('noscript')[0].innerHTML);

0 commit comments

Comments
 (0)