Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ###MACCHANGER###
  2.  
  3. ifconfig wlan0 down
  4. ifconfig wlan1 down
  5. macchanger --mac 00:11:22:33:44:55 wlan0
  6. macchanger --mac 00:21:23:23:43:45 wlan1
  7. ifconfig wlan0 up
  8. ifconfig wlan1 up
  9.  
  10.  
  11. ###INSTALL###
  12.  
  13. cd ~/Downloads
  14.  
  15. sudo apt-get update -qq
  16. apt-get install --assume-yes libcurl4-openssl-dev libssl-dev zlib1g-dev
  17.  
  18. git clone https://github.com/ZerBea/hcxtools
  19. cd hcxtools
  20. make
  21. make install
  22. cd ..
  23.  
  24. git clone https://github.com/ZerBea/hcxdumptool
  25. cd hcxdumptool
  26. make
  27. make install
  28. cd ..
  29.  
  30. git clone https://github.com/FluxionNetwork/fluxion
  31. cd fluxion
  32. make
  33. make install
  34. cd ..
  35.  
  36. git clone https://github.com/v1s1t0r1sh3r3/airgeddon
  37.  
  38. ###RUN###
  39.  
  40. cd ~/Downloads/fluxion
  41. ./fluxion.sh -i
  42.  
  43. cd ~/Downloads/airgeddon
  44. sudo bash ./airgeddon.sh
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. ifconfig wlan0 down
  52. ifconfig wlan1 down
  53. macchanger --mac 00:11:22:33:44:55 wlan0
  54. macchanger --mac 00:21:23:23:43:45 wlan1
  55. ifconfig wlan0 up
  56. ifconfig wlan1 up
  57.  
  58.  
  59.  
  60. cd ~/Downloads/fluxion
  61. ./fluxion.sh -i
  62.  
  63. cd ~/Downloads/airgeddon
  64. sudo bash ./airgeddon.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement