mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 13:33:30 -07:00
Merge branch 'master' into watchdog_removal
This commit is contained in:
commit
69630e7a51
2 changed files with 41 additions and 34 deletions
|
@ -2,34 +2,51 @@ Contributing
|
||||||
============
|
============
|
||||||
Hi! Thanks for taking the time and contributing to MITMf! Pull requests are always welcome!
|
Hi! Thanks for taking the time and contributing to MITMf! Pull requests are always welcome!
|
||||||
|
|
||||||
Submitting Issues
|
Submitting Issues/Bug Reporting
|
||||||
=================
|
=============
|
||||||
If you have *questions* regarding the framework please email me at byt3bl33d3r@gmail.com
|
|
||||||
|
|
||||||
**Only submit issues if you find a bug in the latest version of the framework.**
|
Bug reporting is an essential part of any project since it let's people know whats broken!
|
||||||
|
|
||||||
When inevitably you do come across said *bug*, please open an issue and include at least the following in the description:
|
Before reading on, here's a list of cases where you **shouldn't** be reporting the bug:
|
||||||
|
- If you haven't installed MITMf using method described in the [installation](https://github.com/byt3bl33d3r/MITMf/wiki/Installation) intructions. (your fault!)
|
||||||
|
- If you're using and old version of the framework (and by old I mean anything else that **isn't** the current version on Github)
|
||||||
|
- If you found a bug in a packaged version of MITMf (e.g. Kali Repos), please file a bug report with the distros maintaner
|
||||||
|
|
||||||
- Full command string you used
|
Lately, there has been a sharp **increase** in the volume of bug reports so in order for me to make any sense out of them and to quickly identify, reproduce and push a fix I do pretend a minimal amount of cooperation from the reporter!
|
||||||
- OS you're using
|
|
||||||
- Full error traceback, if any
|
|
||||||
- A packet capture if relevant
|
|
||||||
|
|
||||||
Also, remember that Github markdown is your friend!
|
Writing the report
|
||||||
|
==================
|
||||||
|
**Before submitting a bug familiarize yourself with [Github markdown](https://help.github.com/articles/github-flavored-markdown/) and use it in your report!**
|
||||||
|
|
||||||
FAQ
|
After that, open an issue ticket and please describe the bug in **detail!** MITMf has a lot of moving parts so the more detail the better!
|
||||||
===
|
|
||||||
- **Is Windows supported?**
|
|
||||||
- Nope, don't think it will ever be
|
|
||||||
|
|
||||||
- **Is OSX supported?**
|
Include in the report:
|
||||||
- Initial compatibility has been introduced in 0.9.8, still needs some testing, find anything broken submit a PR or open an issue ticket!
|
- The full command string you used
|
||||||
|
- The full output of: ```pip freeze```
|
||||||
|
- The full output of MITMf in debug mode (append ```--log debug``` to the command you used)
|
||||||
|
- The OS you're using (distribution and architecture)
|
||||||
|
- The full error traceback (If any)
|
||||||
|
- If the bug resides in the way MITMf sends/receives packets, include a link to a pcap containing a full packet capture
|
||||||
|
|
||||||
- **I can't install package X because of an error!**
|
Some good & bad examples
|
||||||
- Try installing the package via ```pip``` or your distro's package manager. This *isn't* a problem with MITMf.
|
=========================
|
||||||
|
|
||||||
- **How do I install package X?** or **I get an ImportError when launching MITMf!**
|
- How to write a bug report
|
||||||
- Please read the installation guide in the [readme](README.md).
|
|
||||||
|
|
||||||
- **Dude, no documentation?**
|
https://github.com/byt3bl33d3r/MITMf/issues/71
|
||||||
- The docs are a work in progress at the moment, once the framework hits 1.0 I will push them to the wiki
|
|
||||||
|
https://github.com/byt3bl33d3r/MITMf/issues/70
|
||||||
|
|
||||||
|
https://github.com/byt3bl33d3r/MITMf/issues/64
|
||||||
|
|
||||||
|
- How not to write a bug report
|
||||||
|
|
||||||
|
https://github.com/byt3bl33d3r/MITMf/issues/35 <-- My personal favorite
|
||||||
|
|
||||||
|
https://github.com/byt3bl33d3r/MITMf/issues/139
|
||||||
|
|
||||||
|
https://github.com/byt3bl33d3r/MITMf/issues/138
|
||||||
|
|
||||||
|
https://github.com/byt3bl33d3r/MITMf/issues/128
|
||||||
|
|
||||||
|
https://github.com/byt3bl33d3r/MITMf/issues/52
|
||||||
|
|
14
README.md
14
README.md
|
@ -17,7 +17,7 @@ Contact me at:
|
||||||
- IRC on Freenode: #MITMf
|
- IRC on Freenode: #MITMf
|
||||||
- Email: byt3bl33d3r@gmail.com
|
- Email: byt3bl33d3r@gmail.com
|
||||||
|
|
||||||
**Before submitting issues, please read the [CONTRIBUTING.md](CONTRIBUTING.md).**
|
**Before submitting issues, please read the relevant [section](https://github.com/byt3bl33d3r/MITMf/wiki/Reporting-a-bug) in the wiki .**
|
||||||
|
|
||||||
Description
|
Description
|
||||||
============
|
============
|
||||||
|
@ -132,17 +132,7 @@ For a complete list of available options, just run ```python mitmf.py --help```
|
||||||
- **SMBAuth** : Evoke SMB challenge-response authentication attempts
|
- **SMBAuth** : Evoke SMB challenge-response authentication attempts
|
||||||
- **Upsidedownternet** : Flips images 180 degrees
|
- **Upsidedownternet** : Flips images 180 degrees
|
||||||
|
|
||||||
How to install on Kali
|
|
||||||
======================
|
|
||||||
|
|
||||||
```apt-get install mitmf```
|
|
||||||
|
|
||||||
**Currently Kali has a very old version of MITMf in its repos, read the [Installation](#installation) section to get the latest version**
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
- Clone this repository
|
Please refer to the wiki for [installation instructions](https://github.com/byt3bl33d3r/MITMf/wiki/Installation)
|
||||||
- Run the ```setup.sh``` script
|
|
||||||
- On Kali, Debian (and possibly Ubuntu): ```apt-get install python-dev python-setuptools libpcap0.8-dev libnetfilter-queue-dev```
|
|
||||||
- Run the command ```pip install --upgrade -r requirements.txt``` to install all Python dependencies
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue