Network spoofing
IP Swaping - Swap your target ip to yours and all data which should be sent on target will also come to you.
In Linux,
- netdiscover to get all ip of devices in network
Check your Interface which is using to connect example: wlan, eth0 etc
- ifconfig / ip addr If there is eth0 and loop so you are using eth0 but if there is wlan and loop so you are using wlan
Finally, swapping ip to any device or rooter to yours.
- " ifconfig interface ip " note that change ip to any device's ip you wanted to change exmple: 192.168.29.1 as you get all ip in your network by netdisover and change interface with interface currently in use example: wlan.
- Final Code Example: ifconfig eth0 192.168.29.1
- Note:- Internet can be stop working after that
Checking ip:
- ifconfig : use this command to check wether your ip is changed or not
M.A.C Swaping - Swap your target mac to yours and all data which should be sent on target will also come to you.
Understanding the syntax of command:-
- macchanger -m 'mac of device' interface
- macchange: - this tool help to change mac.
- -m : it mean Manual , you are changing mac manually
- interface: change it and type your interface such as wlan, eth0...
- Example:- macchanger -m f0:ed:b8:b2:a5:0f eth0
MAC Flooding -its time to shut off rooter by performing mac flooding.
Understanding syntax
macof -i eth0 -s 192.168.29.1
-i : it means interface like eth0, wlan
-s : it is used for rooter's ip
macof: it is a tool specialy for mac flooding
NOte:- Change eth0 and IP to yours.
Comments
Post a Comment