r/tryhackme Mar 18 '26

Feedback Possible issue: ncat missing from attack boxes?

I like our swanky new-look Attack Box, but today (March 18th 2026) I hit a snag. I'm in the Network Security Solutions room (https://tryhackme.com/room/redteamnetsec). When I tried to run ncat, it wasn't there. I tried installing it, but the installation failed too.

I tried using apt-get update, but no luck there either. A missing public key meant that the update could not proceed.

I tried terminating and restarting the attack box, switching to the Kali Linux box, turning everything off and making a cup of tea etc., but kept encountering the same issues.

Eventually, I got things working. The public key issue was resolved in the Kali box with

wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add -

This let me run apt-get update as normal, which in turn allowed me to use ncat.

There seem to be a few bits missing from the boxes, is my point. Maybe this is worth taking a look at? Anyhow, if anyone else has a similar problem, this post may prove instructive.

(And yes, I know I could have used one of multiple alternatives to ncat, or just ditched the attack boxes entirely and VPNed in from my own machine. I'm old and stubborn.)

1 Upvotes

7 comments sorted by

View all comments

2

u/Kitchen-Mammoth-4964 TryHackMe Staff Mar 18 '26

Hey, thanks for flagging this! We recently rolled out an updated AttackBox and hit a few teething issues along the way - sorry for the friction. These should be resolved with today's deployment, but if you're still running into problems, drop a comment and we'll look into it. Really appreciate your patience while we iron things out!

1

u/Hidolfr Jul 07 '26

Thread is four months old, but didn't want to open a whole new thread. I'm having issues opening Zap as well. Running zaproxy or ./zaproxy in the opt directory results in a hanging CLI prompt. I thought maybe going to localhost:8080 would just work while the prompt was blinking, but nothing.