Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
143 views

Double SSH then execute NC using Batch file and Plink

Good morning, I need to execute a netcat command and get the output to do elaboration on my local PC (windows). I just need the "connection good/bad" Now I use PuTTY using the following step ...
ThEnGi's user avatar
  • 1
4 votes
1 answer
7k views

Probing a port for RDP

I use an ssh tunnel to RDP into my home computer ("home"). Occasionally, the tunneling software running on home crashes and the RDP port stops getting tunneled. I've attempted to resolve this by ...
Tmdean's user avatar
  • 202
6 votes
1 answer
1k views

DNS tunneling through an SSH connection looses connectivity

In the Super User question UDP traffic through SSH tunnel, it describes how to tunnel DNS trough a SSH tunnel: First, on the client side, do this: ssh -N -L 6667:localhost:6667 user@server Then, on ...
StackUnderflow's user avatar
3 votes
1 answer
2k views

X11Forwarding using SSH and Netcat

From my machine, I must connect through nodes A, B, and C, to reach target: localhost -> A -> B -> C -> target Machine A is configured to refuse X11 Forwarding, so I guess I shouldn't ...
Rubens's user avatar
  • 670
0 votes
1 answer
227 views

Knock on a port to get service and version

I'm having difficulty remmebering a certain command I would use in bash that would give information about a port it would 'knock' on. I've used ssh backdoors before so that I can access my home ...
mrchampe's user avatar
  • 1,076