mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
added lxml to requirements.txt
This commit is contained in:
parent
24070afbd0
commit
cbcf44b360
2 changed files with 6 additions and 5 deletions
10
README.md
10
README.md
|
@ -19,6 +19,11 @@ Contact me at:
|
|||
|
||||
**Before submitting issues, please read the relevant [section](https://github.com/byt3bl33d3r/MITMf/wiki/Reporting-a-bug) in the wiki .**
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Please refer to the wiki for [installation instructions](https://github.com/byt3bl33d3r/MITMf/wiki/Installation)
|
||||
|
||||
Description
|
||||
============
|
||||
MITMf aims to provide a one-stop-shop for Man-In-The-Middle and network attacks while updating and improving
|
||||
|
@ -27,11 +32,6 @@ existing attacks and techniques.
|
|||
Originally built to address the significant shortcomings of other tools (e.g Ettercap, Mallory), it's been almost completely
|
||||
re-written from scratch to provide a modular and easily extendible framework that anyone can use to implement their own MITM attack.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Please refer to the wiki for [installation instructions](https://github.com/byt3bl33d3r/MITMf/wiki/Installation)
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ netaddr
|
|||
scapy
|
||||
dnslib
|
||||
Twisted
|
||||
lxml
|
||||
pefile
|
||||
ipy
|
||||
user_agents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue