byt3bl33d3r
360a6ba6ce
addresses issue #63
2015-04-15 17:16:28 +02:00
byt3bl33d3r
3421c5af55
Update requirements.txt with missing dependencie
2015-04-15 16:39:05 +02:00
byt3bl33d3r
be19a685b3
Update README.md
2015-04-15 16:12:08 +02:00
byt3bl33d3r
8eb09309d2
Merged Filepwn plugin and config file changes
2015-04-15 00:40:01 +02:00
byt3bl33d3r
5e9158ce0a
Updated FilePwn plugin with latest BDFProxy version
...
Removed exception handling in mitmf.py since I actually want a traceback
2015-04-14 16:16:29 +02:00
byt3bl33d3r
460399541f
Modded Responder plugin to accomodate re-write
...
Started converting all string formatting to format() API
2015-04-13 20:25:14 +02:00
byt3bl33d3r
4dd497d8b9
updated to latest responder commit
2015-04-12 22:03:37 +02:00
byt3bl33d3r
5b0a15ea56
fixed logging in responder and some plugins
2015-04-12 19:00:50 +02:00
byt3bl33d3r
5ce49d2ff2
updated README.md
2015-04-12 02:21:23 +02:00
byt3bl33d3r
d137296560
updated README.md
2015-04-12 02:20:15 +02:00
byt3bl33d3r
1f5916eed8
removed duplicate entry in requirements.txt
2015-04-12 02:18:25 +02:00
byt3bl33d3r
1577e40aa3
updated README.md
2015-04-12 02:16:21 +02:00
byt3bl33d3r
580c0f1213
was calling the wrong logger
2015-04-12 02:08:46 +02:00
byt3bl33d3r
e582bc5fb7
commented out un-used code
2015-04-12 02:05:45 +02:00
byt3bl33d3r
9bd6458a72
updated README.md
2015-04-12 02:02:09 +02:00
byt3bl33d3r
9a1c3b0ec4
- Whole framework now requires root privs
...
- Added an internal DNS server
- Proxy can now use our custom DNS server (DNSChef) or Twisted's
- Removed priv check from plugins
- DNS spoofing fully re-written
- Iptables rules are now checked and set between plugins
2015-04-12 01:49:43 +02:00
byt3bl33d3r
c8732d60eb
changed tree output loading method
2015-04-11 15:54:51 +02:00
byt3bl33d3r
d4c6b7d5b6
- Logging is now seperate for each module
...
- added DNSChef submodule
- Code style improvements
- modified config file name , and options
- Changed requirements and README
2015-04-11 00:38:48 +02:00
byt3bl33d3r
eb7e797ded
Merge branch 'master' of github.com:byt3bl33d3r/MITMf into v0.9.6
2015-04-10 15:57:17 +02:00
byt3bl33d3r
1a8d5191c4
Filepwn plugin is now multithreaded (backported)
2015-04-09 17:29:22 +02:00
byt3bl33d3r
75173c6b9d
added names to threads
2015-04-01 01:25:05 +02:00
byt3bl33d3r
df9fd2d12a
Filepwn plugin now uses multiprocessing to patch binaries
2015-04-01 01:11:40 +02:00
byt3bl33d3r
3e835c3a28
updated bdfactory to latest commit
2015-03-31 16:58:37 +02:00
byt3bl33d3r
84c9bab33c
fixed beefapi import
2015-03-31 13:50:55 +02:00
byt3bl33d3r
52fb822c15
added beefapi as submodule
2015-03-31 13:38:41 +02:00
byt3bl33d3r
c6ad5cc290
fixed function call
2015-03-31 13:32:07 +02:00
byt3bl33d3r
77a84118b1
updated responder to latest commit
2015-03-31 11:35:30 +02:00
byt3bl33d3r
3b56e92e05
added custom responder submodule
2015-03-31 11:21:31 +02:00
byt3bl33d3r
7a25108f9d
Removed responder submodule
2015-03-31 10:56:53 +02:00
byt3bl33d3r
f71ffac973
-Added Responder as submodule
2015-03-30 19:51:24 +02:00
byt3bl33d3r
ed5ce890f5
- Deleted untracked version of responder
...
- Added modded main responder function to plugin
2015-03-30 19:49:12 +02:00
byt3bl33d3r
3c6a9fe89d
Revert "fixed Responder plugin output"
...
This reverts commit cd9a16de55
.
Reverting since this commit caused a lot of stuff to not work in the plugin (??)
2015-03-30 18:13:21 +02:00
byt3bl33d3r
9086525c90
Version bump
...
Minor code optimizations
2015-03-30 18:04:24 +02:00
byt3bl33d3r
5e56049e44
Fixed a bug where Twisted would resolve correct IP when DNS Tampering
2015-03-19 23:27:28 +01:00
byt3bl33d3r
873112c8e7
- Fixed a bug when ARP spoofing via arp replies
...
- Amended license
2015-03-15 20:22:31 +01:00
byt3bl33d3r
b5304701a4
Update README.md
2015-03-15 18:39:19 +01:00
byt3bl33d3r
dfba4295bf
Update README.md
2015-03-15 18:37:19 +01:00
byt3bl33d3r
b83bb29a0c
tidied up README
2015-03-15 16:54:49 +01:00
byt3bl33d3r
0c57f39671
-Fixed bug in App Cache Poison plugin, missing function call resulted in some websites not loading
...
-Added output to the AppCachePoison plugin
2015-03-15 16:42:17 +01:00
byt3bl33d3r
aa2fa90642
updated readme with new link
2015-03-15 12:02:56 +01:00
byt3bl33d3r
0bc4f8e1c3
-Added check for correct version of NetfilterQueue library
...
-Updated README
2015-03-14 14:17:58 +01:00
byt3bl33d3r
10468bfa5e
- Fixed a bug that would make certain sites end up in a infinite redirect loop
...
- HSTS headers now get deleted
2015-03-13 18:37:16 +01:00
byt3bl33d3r
cb09a12164
updated readme
2015-03-13 15:25:28 +01:00
byt3bl33d3r
3dbab59b2f
Updated BDFactory to latest commit
2015-03-13 15:06:20 +01:00
byt3bl33d3r
2200edcf5e
- Cleaned up the SSLstrip+ code (somewhat)
...
- ServerConnection now properly detects and removes HSTS headers
- Fixed debug output
2015-03-13 15:00:29 +01:00
byt3bl33d3r
c85fd2b5f3
Fixed bug in DNS resolving logic
2015-03-12 19:43:29 +01:00
byt3bl33d3r
cd9a16de55
fixed Responder plugin output
2015-03-11 22:21:34 +01:00
byt3bl33d3r
5fe8292eb3
-Removed var from Sniffer plugin
2015-03-10 23:55:18 +01:00
byt3bl33d3r
68c9c7e1bd
- Fixed Responder plugin calling wrong var
...
- Modified output
2015-03-10 23:26:32 +01:00
byt3bl33d3r
8b6e5e99d4
spelling
2015-03-10 21:56:27 +01:00