Advertisement
TVT618

PiKarma - Detects wireless network attacks

May 28th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. PiKarma - Detects wireless network attacks performed by KARMA module (fake AP)
  2.  
  3. Screenshots
  4.  
  5. Working Principle for PiKarma
  6. * Collects all the packets from Wireless Network. (Probe Response)
  7. * Analyses all the packets in real time.
  8. * If PiKarma finds more than one SSID info from unique mac address in Probe Response;
  9. * Logs the activity with some extra information within defined template and sends deauthentication packets
  10.  
  11. How works KARMA Attack?
  12. Sends Probe Response for all Probe Requests
  13. Example:
  14.  
  15. Softwares and hardwares that uses KARMA module
  16. * FruityWifi
  17. * WiFi Pineapple
  18. * Mana (improvements to KARMA attacks)
  19. * ...
  20.  
  21. Soon to be added features
  22. * New techniques for detect KARMA and MANA attacks
  23. * Logging SSID information used in KARMA and MANA attack
  24.  
  25. DEMO: https://www.youtube.com/playlist?list=PLwHi7Vsh6TpNrCX87KRzO9WVtHmqqC2aB
  26.  
  27. Requirements
  28. * Hardware: TP LINK TL-WN722N or Dark RangeMax wifi card
  29. * Modules: scapy, time, termcolor, argparse, netifaces, logging
  30.  
  31. Install: GitHackTools recommends that you should install PiKarma on Pentest OS like Kali Linux or Parrot Security OS
  32. git clone https://github.com/WiPi-Hunter/PiKarma
  33. sudo pip install termcolor
  34. cd PiKarma
  35. python PiKarma.py -h (PiKarma help menu)
  36.  
  37. Monitor mode:
  38. airmon-ng start interface(wlan0,wlan1) (Monitor mode)
  39. or
  40. ifconfig wlan0 down
  41. iwconfig wlan0 mode Monitor
  42. ifconfig wlan0 up
  43.  
  44. Download PiKarma: https://github.com/WiPi-Hunter/PiKarma
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement