added lxml to requirements.txt

This commit is contained in:
byt3bl33d3r 2015-08-23 18:48:19 +02:00
parent 24070afbd0
commit cbcf44b360
2 changed files with 6 additions and 5 deletions

View file

@ -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 .** **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 Description
============ ============
MITMf aims to provide a one-stop-shop for Man-In-The-Middle and network attacks while updating and improving 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 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. 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 Features
======== ========

View file

@ -8,6 +8,7 @@ netaddr
scapy scapy
dnslib dnslib
Twisted Twisted
lxml
pefile pefile
ipy ipy
user_agents user_agents