Relative Content

Tag Archive for c#windows

Reverse shell stops responding after adding reconnection logic

I’m building a reverse shell in C, and it worked perfectly until I added logic to handle reconnections. After implementing the reconnection feature, the shell stops working altogether—even if the connection isn’t lost and no reconnection happens.

Reverse shell stops responding after adding reconnection logic

I’m building a reverse shell in C, and it worked perfectly until I added logic to handle reconnections. After implementing the reconnection feature, the shell stops working altogether—even if the connection isn’t lost and no reconnection happens.

Reverse shell stops responding after adding reconnection logic

I’m building a reverse shell in C, and it worked perfectly until I added logic to handle reconnections. After implementing the reconnection feature, the shell stops working altogether—even if the connection isn’t lost and no reconnection happens.

SetTcpEntry function failing with 317 error code

Iam trying to drop an established tcp connection and I am using SetTcpEntry function. But its returning with 317 value which says “The function is unable to set the TCP entry since the application is running non-elevated.” But my application is running with admin previlage. What could be the reason.