Skip to content

Commit

Permalink
fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tcprst committed Jan 12, 2024
1 parent 7315dc1 commit de06326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/RF-CTF-King-Of-The-Hill.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Wi-Fi Provisioning King of the Hill

An ESP32 will act as an IoT device that needs to be connected to a network to perform it's function.

In the un-provisioned state it provides an interface via BLE to configure the Wi-Fi settings of the target network.

Once connected to the configured Wi-Fi network the ESP32 will make an HTTP GET request to: `hill.rfhackers.com/king.txt`

The HTTP response must be a 200 and the body shall contain your team name.

Upon success, failure, or timeout, the ESP32 will disconnect and revert to it's un-provisioned state.

You must:
Expand Down

0 comments on commit de06326

Please sign in to comment.