Raikia / FiercePhish

FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
https://github.com/Raikia/FiercePhish/wiki
GNU General Public License v3.0
1.32k stars 250 forks source link

Feature request: set a specific mime-type for a hosted file #55

Open octagons opened 7 years ago

octagons commented 7 years ago

Although the current implementation does attempt to determine the mime-type of an uploaded file, it would be useful to manually specify an uploaded file's mime-type at upload time to override PHP's automatic detection or to force one for a type that it does not recognize.

Raikia commented 7 years ago

Yeah, this will be added shortly as well as better auto-detection of mime types. I realized this was a problem during testing of the dev branch.