Forum Discussion

DY's avatar
DY
New Member I
20 hours ago

Netcat: Advanced Features last question (9)

I'm supposed to do a reverse bind using an netcat website. 

it hangs and the client and there is no feedback on the netcat website that the listener is working.

i don't need the course i was taking it this one for fun, but fun it hasn't been.

1 Reply

  • SamDickison's avatar
    SamDickison
    Icon for Community Manager rankCommunity Manager

    Hey DY​, does this help at all?

    Ensure your listener is fully established and actively "listening" on the specified port before the client attempts the connection, as timing is often the culprit in these scenarios. Additionally, double-check that the syntax on the client side explicitly redirects the shell (like /bin/bash or cmd.exe) to your listener's IP and port to ensure the reverse connection actually triggers an interactive session.