From 65c246cd6a177d60352bcad3742a171fe92f4f27 Mon Sep 17 00:00:00 2001 From: quasar098 <70716985+quasar098@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:17:21 -0400 Subject: [PATCH] Create README.md --- sunshinectf-2023/hotdog-stand/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sunshinectf-2023/hotdog-stand/README.md diff --git a/sunshinectf-2023/hotdog-stand/README.md b/sunshinectf-2023/hotdog-stand/README.md new file mode 100644 index 0000000..8b7bbf1 --- /dev/null +++ b/sunshinectf-2023/hotdog-stand/README.md @@ -0,0 +1,13 @@ +# hotdog stand + +## problem + +cannot access the website unfortunately as the ctf is over and the sites are down + +![image](https://github.com/quasar098/ctf-writeups/assets/70716985/19068284-78d9-48a6-ae4b-459563fdbf65) + +## solution + +looking in the `/robots.txt` file, there is a "disallow" for `/hotdog-database/` or something i dont remember + +then, going to `/hotdog-database/database.db` downloaded an sqlite3 database which i peeked inside to find the user and password to log in and get the flag