https://github.com/thomastjdev/katana_bettercap
KatanaFramework module - Integration of Bettercap for packet sniffing.
https://github.com/thomastjdev/katana_bettercap
Last synced: about 1 year ago
JSON representation
KatanaFramework module - Integration of Bettercap for packet sniffing.
- Host: GitHub
- URL: https://github.com/thomastjdev/katana_bettercap
- Owner: ThomasTJdev
- License: mit
- Created: 2017-01-21T20:29:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T20:29:44.000Z (over 9 years ago)
- Last Synced: 2025-01-26T14:48:38.402Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
net/bettercap module for Katana
===============================
Module for using bettercap inside KatanaFramework
Katana/modules/net/bettercap_integration.py
## Requirements
* python2 (developed for python3 - changed accordingly for Katana)
* [Bettercap](http://bettercap.org/)
* [Katana](https://github.com/PowerScript/Katana)
## The script
Fill in your options and run.
## Todo
Add more options
* saving file to
* free args
License
-------
MIT, 2016 Thomas TJ (TTJ)
Other
-----
Want to try it without Katana? Test it with python3 here [pyconsole_bettercap](https://gitlab.com/ThomasTJ/pyconsole_bettercap)