From 123a17acf8113ec9a774c0233ef2a5228188c5b5 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 5 Sep 2024 18:52:15 +0200 Subject: [PATCH] web/inspect_html --- web/inspect_html/index.html | 22 ++++++++++++++++++++++ web/inspect_html/solve.sh | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 web/inspect_html/index.html create mode 100755 web/inspect_html/solve.sh diff --git a/web/inspect_html/index.html b/web/inspect_html/index.html new file mode 100644 index 0000000..af3c50c --- /dev/null +++ b/web/inspect_html/index.html @@ -0,0 +1,22 @@ + + + + + + + On Histiaeus + + +

On Histiaeus

+

However, according to Herodotus, Histiaeus was unhappy having to stay in + Susa, and made plans to return to his position as King of Miletus by + instigating a revolt in Ionia. In 499 BC, he shaved the head of his + most trusted slave, tattooed a message on his head, and then waited for + his hair to grow back. The slave was then sent to Aristagoras, who was + instructed to shave the slave's head again and read the message, which + told him to revolt against the Persians.

+
+

Source: Wikipedia on Histiaeus

+ + + diff --git a/web/inspect_html/solve.sh b/web/inspect_html/solve.sh new file mode 100755 index 0000000..a74e587 --- /dev/null +++ b/web/inspect_html/solve.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +grep -o "picoCTF{.*}" index.html