Advertisement
TVT618

eXpliot - Internet Of Things Exploitation Framework

Jul 27th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Internet Of Things Exploitation Framework
  2. Expliot is a framework for security testing IoT and IoT infrastructure. It provides a set of plugins (test cases)
  3. and can be extended easily to create new plugins. The name expliot is a pun on exploit and explains the purpose of
  4. the framework i.e. IoT exploitation. It is developed in Python 3.
  5.  
  6. Note: eXpliot is developed in Python 3. It will not work on Python 2
  7.  
  8. Objective:
  9. * Easy to use
  10. * Easy to extend
  11. * Support for most IoT protocols
  12. * Support for Radio IoT protocols
  13. * Support for hardware protocols
  14. * One-stop-shop for IoT and IoT infrastructure security testing.
  15.  
  16. Install and Run:
  17. sudo apt update
  18. sudo apt install libglib2.0-dev libusb-1.0
  19. git clone https://gitlab.com/expliot_framework/expliot
  20. cd expliot
  21. sudo python3 setup.py install
  22. efconsole
  23.  
  24. Run eXploit:
  25. Enter this command to start and run eXpliot: efconsole
  26.  
  27. Update: cd expliot && git pull -f
  28.  
  29. Contribution:
  30. * Suggest new plugins/test cases
  31. * Share any vulnerability information that can be translated to a plugin
  32. * Please do not submit a patch, instead send me an email about what you have in mind
  33. * Report bugs
  34.  
  35. Author:
  36. Name: Aseem Jakhar
  37. Twitter: @aseemjakhar
  38. Linkedin: Aseem Jakhar
  39.  
  40. Huge shout out to:
  41. * The one and only computer pirate ;)
  42. * null - The open security community
  43. * Abhisek Datta
  44. * Javier Vazquez Vidal
  45. * Milosch Meriac
  46. * Payatu Bandits
  47. * Hardwear.io Conference
  48. * nullcon Conference
  49.  
  50. Screenshot:
  51.  
  52. Download eXpliot: https://gitlab.com/expliot_framework/expliot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement