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 @@ + + +
+ + + +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