diff --git a/README.md b/README.md index fb4c04d..13c4746 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,5 @@ https://github.com/secretsquirrel/the-backdoor-factory Coming Soon: -- Update hijacking (e.g. evilgrade) -- Add PDF support to the FilePwn plugin +- Update hijacking ??? (e.g. evilgrade) - MSFrpc support would be awesome diff --git a/plugins/FilePwn.py b/plugins/FilePwn.py index cae5a9a..02928f9 100644 --- a/plugins/FilePwn.py +++ b/plugins/FilePwn.py @@ -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