Network

TAMUctf 19 writeup Stop and Listen

Stop and Listen

343

Sometimes you just need to stop and listen.

This challenge is an introduction to our network exploit challenges, which are hosted over OpenVPN.

Instructions:

  • Install OpenVPN. Make sure to install the TAP driver.
  • Obtain your OpenVPN configuration in the challenge modal.
    • You will obtain a separate config for each challenge containing connection info and certificates for authentication.
  • Launch OpenVPN:
    • CLI: sudo openvpn --config ${challenge}.ovpn
    • Windows GUI: Place the config file in %HOMEPATH%\OpenVPN\config and right-click the VPN icon on the status bar, then select the config for this challenge

The virtual tap0 interface will be assigned the IP address 172.30.0.14/28 by default. If multiple team members connect you will need to choose a unique IP for both.

The standard subnet is 172.30.0.0/28, so give that a scan ;)

If you have any issues, please let me (nategraf) know in the Discord chat

Some tools to get started:

WiresharkでパケットをキャプチャするとUDPで次のメッセージが流れてきます。
(略)
"Of Life, the Universe and Everything..." said Deep Thought.
"Yes...!"
"Is..." said Deep Thought, and paused.
"Yes...!"
"Is..."
"Yes...!!!...?"
"gigem{f0rty_tw0_c9d950b61ea83}" said Deep Thought, with infinite majesty and calm.... 
...O Deep Thought computer," he said, "the task we have designed you to perform is this. We want you to tell us...." he paused, "The Answer."
(略)
フラグは、
gigem{f0rty_tw0_c9d950b61ea83}

SHA2017 CTF writeup Vod Kanockers

Vod Kanockers (100) - 148 solves

The name is Kanockers. Vod Kanockers.
提示されたWebサイトを開きます。そのサイトのHTMLソースを見てみるとコメントで次のような記載があります。
<!-- *Knock Knock* 88 156 983 1287 8743 5622 9123 -->
Knock Knockからポートノッキングを疑ってみます。
https://wiki.archlinuxjp.org/index.php/%E3%83%9D%E3%83%BC%E3%83%88%E3%83%8E%E3%83%83%E3%82%AD%E3%83%B3%E3%82%B0

次のようにncコマンドで順番にポートに接続するとフラグが表示されます。
$ nc vod.stillhackinganyway.nl 88; nc vod.stillhackinganyway.nl 156; nc vod.stillhackinganyway.nl 983; nc vod.stillhackinganyway.nl 1287; nc vod.stillhackinganyway.nl 8743; nc vod.stillhackinganyway.nl 5622; nc vod.stillhackinganyway.nl 9123

flag{6283a3856ce4766d88c475668837184b}
フラグは、
flag{6283a3856ce4766d88c475668837184b}
記事検索
ギャラリー
  • TetCTF 2023 NewYearBot
  • UUT CTF writeup Find The Password
  • UUT CTF writeup The Puzzle
  • Hack Zone Tunisia 2019 writeup Microscope
  • Hack Zone Tunisia 2019 writeup Welcome
  • SwampCTF 2019 writeup Brokerboard
  • SwampCTF 2019 writeup Leap of Faith
  • SwampCTF 2019 writeup Last Transmission
  • CBM CTF 2019 writeup Long road
カテゴリー