Hi guys, I'm new to Linux, so it would be nice if you could explain your answers.
I want to use my virtual Linux machine for pentesting in my OWN network, but I don't get it to connect to it. It connects to the Wi-Fi, but if I run bettercap for example and scan my network it doesn't find anything.
My input:
Code:
[16:10:22] [sys.log] [inf] net.probe starting net.recon as a requirement for net.probe
10.0.2.0/24 > 10.0.2.15 ? [16:10:22] [sys.log] [inf] net.probe probing 256 addresses on 10.0.2.0/24
10.0.2.0/24 > 10.0.2.15 ? [16:10:23] [endpoint.new] endpoint 10.0.2.4 detected as 52:54:00:12:35:04 (Realtek (UpTech? also reported)).
10.0.2.0/24 > 10.0.2.15 ? [16:10:23] [endpoint.new] endpoint 10.0.2.3 detected as 52:54:00:12:35:03 (Realtek (UpTech? also reported)).
My router-ip is 192.168.2.1, but the routing table is following:
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.2.2 0.0.0.0 UG 100 0 0 eth0
10.0.2.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
I don't know how to do it right. I have tried it for many hours now, but I get error messages or the Internet is completely gone after my tries.
Help would be nice.