Hi, I've an issue with ssh remote capture on an interface on a Windows machine

asked 2023-06-05 04:03:45 +0000

STEFANO_IT.AL gravatar image

updated 2023-06-05 09:02:27 +0000

Hi, i'm using a vm with kali, when i run wireshark for the remote capture to the windows says:

**Error by extcap pipe:  ** (wifidump:769820) 05:53:39.224807 [wifidump WARNING] ./extcap/wifidump.c:390 -- ssh_open_remote_connection(): Error creating connection.
 ** (wifidump:769820) 05:53:39.225061 [wifidump WARNING] ./extcap/wifidump.c:412 -- ssh_open_remote_connection(): Connection error: Connection refused** ".

I've tryed to update, the problem can be the version? On the same machine work

edit retag flag offensive close merge delete

Comments

Can you use the ssh command to connect to your Windows machine?

Guy Harris gravatar imageGuy Harris ( 2023-06-05 06:37:27 +0000 )edit

ssh -l root 10.0.2.85?

STEFANO_IT.AL gravatar imageSTEFANO_IT.AL ( 2023-06-05 08:40:05 +0000 )edit

I've tryed also from the vm ([email protected]), and with the command rpcapd.exe -n -l 192.168.1.2

STEFANO_IT.AL gravatar imageSTEFANO_IT.AL ( 2023-06-05 08:46:43 +0000 )edit

ssh -l root 10.0.2.85?

Yes, that would be an example, if you'd configured wifidump to connect to 10.0.2.85.

Guy Harris gravatar imageGuy Harris ( 2023-06-05 09:35:30 +0000 )edit