Rating:

## Solution Steps
* Pick key words from the challenge text to build a query, specifically `Minecraft Java Edition server`
* Research [Shodan search filters](https://www.shodan.io/search/filters) and also the port that Minecraft Java Edition runs on.
* In Shodan, search `flag port:25565`
* Click on the 143.244.151.174 host with the JerseyCTF lock server icon and read the flag in the Minecraft server MOTD.
* Flag: `jctf{mining_s1nc3_2011!}`

## Knowledge and/or Tools Needed
* [MITRE ATT&CK® Technique T1596.005 - Search Open Technical Databases: Scan Databases](https://attack.mitre.org/techniques/T1596/005/)
* [Shodan](https://shodan.io)

Original writeup (https://github.com/Git-Logan/jerseyctf-challenge-development/tree/main/2023/sho-me-how-to-mine).