mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 13:33:30 -07:00
- Updated FilePwn plugin with BDFactory v0.2 + license
- Added partial OS and Browser detection through clients user-agents - Improved jskeylogger plugin (now detects input field names) - Fixed bug where jskeylogger sent invalid charCodes on Android devices - Cleaned search engine query parsing code in ServerConnection.py - Updated setup.sh with new libs
This commit is contained in:
parent
a4e8869fc6
commit
4ae50e6e0c
8 changed files with 503 additions and 143 deletions
1
setup.sh
1
setup.sh
|
@ -6,6 +6,7 @@ fi
|
|||
|
||||
apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y
|
||||
apt-get install python-twisted-web python-dnspython python-requests python-configobj python-pefile -y
|
||||
pip install pyyaml ua-parser user-agents
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd libs/bdfactory/ && ./install.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue