I’m using conventional method of sending a file from Kali Linux to Windows using the following commands:
Windows (as a host):
ncat -nlvp 4444 > example.png
Output
Kali Linux (client):
nc -nv 192.168.56.1 4444 < example.png
Output
The output shows nothing.
I tried to ping Windows IP Address from Kali Linux, like this:
ping 192.168.56.1
Output
No packets are received.
All firewalls (private, public, domain) are turned off.
Kali Linux v2024.1
VirtualBox v7.0.18 (Network Adapter 1 attached to “Bridged Adapter”)
Host Operating System: Windows 10
Windows 10: ipconfig
Kali Linux: ifconfig