This commit is contained in:
byt3bl33d3r 2014-07-14 09:32:10 +02:00
parent 156222d775
commit 606e85be40
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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