mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 05:22:15 -07:00
misc
This commit is contained in:
parent
156222d775
commit
606e85be40
2 changed files with 2 additions and 5 deletions
|
@ -22,6 +22,5 @@ https://github.com/secretsquirrel/the-backdoor-factory
|
||||||
|
|
||||||
Coming Soon:
|
Coming Soon:
|
||||||
|
|
||||||
- Update hijacking (e.g. evilgrade)
|
- Update hijacking ??? (e.g. evilgrade)
|
||||||
- Add PDF support to the FilePwn plugin
|
|
||||||
- MSFrpc support would be awesome
|
- MSFrpc support would be awesome
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
################################################################################################
|
################################################################################################
|
||||||
# 99.9999999% of this code is stolen from BDFProxy - https://github.com/secretsquirrel/BDFProxy
|
# 99.9999999% of this code is stolen from BDFProxy - https://github.com/secretsquirrel/BDFProxy
|
||||||
#
|
|
||||||
# This is just a test to see if i can actually implement it correctly!! STILL WORK IN PROGRESS!!!!
|
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
||||||
import sys, os
|
import sys, os
|
||||||
|
@ -41,7 +39,7 @@ class FilePwn(Plugin):
|
||||||
|
|
||||||
self.binaryMimeTypes = ["application/octet-stream", 'application/x-msdownload',
|
self.binaryMimeTypes = ["application/octet-stream", 'application/x-msdownload',
|
||||||
'application/x-msdos-program', 'binary/octet-stream']
|
'application/x-msdos-program', 'binary/octet-stream']
|
||||||
#FOR FUTURE USE
|
|
||||||
self.zipMimeTypes = ['application/x-zip-compressed', 'application/zip']
|
self.zipMimeTypes = ['application/x-zip-compressed', 'application/zip']
|
||||||
|
|
||||||
#NOT USED NOW
|
#NOT USED NOW
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue