| ▲ | Show HN: Mezz, a curl-able WiFi sandbox for IoT pentesting(github.com) |
| 24 points by ABGEO 3 days ago | 8 comments |
| |
|
| ▲ | pimlottc 7 hours ago | parent | next [-] |
| I was confused what was curl-able about this and it just refers to being installable via “curl | sh” |
| |
| ▲ | redrove 4 hours ago | parent | next [-] | | curl | bash and pentesting go well together | |
| ▲ | ABGEO 2 hours ago | parent | prev [-] | | There's no `curl | sh` going on. "curl-able" means what it says: you curl down a single docker-compose file and run `docker compose up`. You don't clone the repo and you don't pipe anything into a shell. The whole point of the project is that it ships as one compose file you can fetch and run, which is why I called it curl-able. I'm not sure how familiar you are with Docker and Docker Compose, but this is pretty common practice when you want to let people run a whole stack from a single compose file. If you have security concerns, you can (and always should) review the compose file and the Docker images to see what they do. Everything is available in the repo. But to actually run it, one curl is enough. | | |
| ▲ | thaumasiotes 2 hours ago | parent [-] | | > "curl-able" means what it says: you curl down a single docker-compose file Are you familiar with the term "download"? |
|
|
|
| ▲ | bigger_fish 35 minutes ago | parent | prev | next [-] |
| Cool stuff! GH star added. |
|
| ▲ | dhruv3006 4 hours ago | parent | prev | next [-] |
| This is very interesting - instead of curl you can integrate https://voiden.md/ maybe. |
|
| ▲ | teiferer 7 hours ago | parent | prev [-] |
| Would be nice to have this for an AP running OpenWRT which should already be 90% of the way. |
| |
| ▲ | ABGEO 2 hours ago | parent [-] | | Thanks for the suggestion. If you mean running the project on a "real" router with OpenWRT, then the project is not really for that purpose. OpenWRT already gives you everything you need to achieve the same thing. The idea of Mezz is that it runs on any Linux device, like a laptop or a Raspberry Pi, if you don't have a router or don't want to work with one. |
|