Advertisement
CyberSecurityNEPAL

MAC address spoofing with Macchanger in Kali Linux

Mar 28th, 2018
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. 🅴🆇🅿🅻🅾🅸🆃 🅱🆈 🅲🆈🅱🅴🆁🆂🅴🅲🆄🆁🅸🆃🆈
  2. 𝕿𝖔𝖉𝖆𝖞 𝖎𝖘 𝖙𝖔𝖕𝖎𝖈 𝖈𝖍𝖆𝖓𝖌𝖊 𝖒𝖆𝖈 𝖆𝖉𝖉𝖗𝖊𝖘𝖘 𝖋𝖔𝖗 𝖐𝖆𝖑𝖎 𝖑𝖎𝖓𝖚𝖝 𝖔𝖘 𝕿𝖍𝖊 𝖔𝖇𝖏𝖊𝖈𝖙𝖎𝖛𝖊 𝖎𝖘 𝖙𝖔 𝖈𝖍𝖆𝖓𝖌𝖊 𝖔𝖗 𝖋𝖆𝖐𝖊 𝖆𝖓 𝖔𝖗𝖎𝖌𝖎𝖓𝖆𝖑 𝖓𝖊𝖙𝖜𝖔𝖗𝖐 𝖈𝖆𝖗𝖉'𝖘 𝖍𝖆𝖗𝖉𝖜𝖆𝖗𝖊 𝕸𝕬𝕮 𝖆𝖉𝖉𝖗𝖊𝖘𝖘. 𝕿𝖍𝖊 𝖋𝖔𝖑𝖑𝖔𝖜𝖎𝖓𝖌 𝖆𝖗𝖙𝖎𝖈𝖑𝖊 𝖜𝖎𝖑𝖑 𝖘𝖍𝖔𝖜 𝖍𝖔𝖜 𝖙𝖔 𝖈𝖍𝖆𝖓𝖌𝖊 𝕸𝕬𝕮 𝖆𝖉𝖉𝖗𝖊𝖘𝖘 𝖚𝖘𝖎𝖓𝖌 𝖒𝖆𝖈𝖈𝖍𝖆𝖓𝖌𝖊𝖗 𝖔𝖓 𝕶𝖆𝖑𝖎 𝕷𝖎𝖓𝖚𝖝. 𝕽𝖊𝖖𝖚𝖎𝖗𝖊𝖒𝖊𝖓𝖙𝖘. 𝕻𝖗𝖎𝖛𝖎𝖑𝖊𝖌𝖊𝖉 𝖆𝖈𝖈𝖊𝖘𝖘 𝖙𝖔 𝖞𝖔𝖚 𝕶𝖆𝖑𝖎 𝕷𝖎𝖓𝖚𝖝 𝖘𝖞𝖘𝖙𝖊𝖒
  3. --------------------------------------------------------------------------------------------------------------------------------------
  4. 𝖐𝖆𝖑𝖎 𝖑𝖎𝖓𝖚𝖝 𝖈𝖔𝖒𝖒𝖆𝖓𝖉
  5. root@kali:~# ifconfig ⋘
  6. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  7. inet 192.168.159.130 netmask 255.255.255.0 broadcast 192.168.159.255
  8. inet6 fe80::20c:29ff:fe79:9c1f prefixlen 64 scopeid 0x20<link>
  9. ether 00:0c:29:79:9c:1f txqueuelen 1000 (Ethernet)
  10. RX packets 90 bytes 6334 (6.1 KiB)
  11. RX errors 0 dropped 0 overruns 0 frame 0
  12. TX packets 79 bytes 6471 (6.3 KiB)
  13. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  14. device interrupt 19 base 0x2000
  15.  
  16. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  17. inet 127.0.0.1 netmask 255.0.0.0
  18. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  19. loop txqueuelen 1 (Local Loopback)
  20. RX packets 20 bytes 1116 (1.0 KiB)
  21. RX errors 0 dropped 0 overruns 0 frame 0
  22. TX packets 20 bytes 1116 (1.0 KiB)
  23. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  24.  
  25. wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  26. ether 00:c0:ca:30:0e:fb txqueuelen 1000 (Ethernet)
  27. RX packets 0 bytes 0 (0.0 B)
  28. RX errors 0 dropped 0 overruns 0 frame 0
  29. TX packets 0 bytes 0 (0.0 B)
  30. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  31.  
  32.  
  33. root@kali:~# ifconfig | grep HWaddr ⋘
  34. root@kali:~# ifconfig wlan0 down ⋘
  35. root@kali:~# macchanger -m C8:38:70:94:3B:3F wlan0
  36. Current MAC: 0a:02:a8:a3:1f:9b (unknown)
  37. Permanent MAC: 00:c0:ca:30:0e:fb (ALFA, INC.)
  38. New MAC: c8:38:70:94:3b:3f (unknown)
  39. root@kali:~# ifconfig wlan0 up ⋘
  40. root@kali:~# ifconfig ⋘
  41. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  42. inet 192.168.159.130 netmask 255.255.255.0 broadcast 192.168.159.255
  43. inet6 fe80::20c:29ff:fe79:9c1f prefixlen 64 scopeid 0x20<link>
  44. ether 00:0c:29:79:9c:1f txqueuelen 1000 (Ethernet)
  45. RX packets 289 bytes 18739 (18.2 KiB)
  46. RX errors 0 dropped 0 overruns 0 frame 0
  47. TX packets 111 bytes 9127 (8.9 KiB)
  48. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  49. device interrupt 19 base 0x2000
  50.  
  51. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  52. inet 127.0.0.1 netmask 255.0.0.0
  53. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  54. loop txqueuelen 1 (Local Loopback)
  55. RX packets 20 bytes 1116 (1.0 KiB)
  56. RX errors 0 dropped 0 overruns 0 frame 0
  57. TX packets 20 bytes 1116 (1.0 KiB)
  58. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  59.  
  60. wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  61. ether ce:bd:89:9a:8b:01 txqueuelen 1000 (Ethernet)
  62. RX packets 0 bytes 0 (0.0 B)
  63. RX errors 0 dropped 0 overruns 0 frame 0
  64. TX packets 0 bytes 0 (0.0 B)
  65. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement