mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 21:12:16 -07:00
misc
This commit is contained in:
parent
156222d775
commit
606e85be40
2 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
|||
################################################################################################
|
||||
# 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
|
||||
|
@ -41,7 +39,7 @@ class FilePwn(Plugin):
|
|||
|
||||
self.binaryMimeTypes = ["application/octet-stream", 'application/x-msdownload',
|
||||
'application/x-msdos-program', 'binary/octet-stream']
|
||||
#FOR FUTURE USE
|
||||
|
||||
self.zipMimeTypes = ['application/x-zip-compressed', 'application/zip']
|
||||
|
||||
#NOT USED NOW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue