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.

Home Page:https://github.com/Raikia/FiercePhish/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB field too small for large attachments, resulting in corruption

er11ks0 opened this issue · comments

FiercePhish stores attachments in a MySQL field with the type of TEXT which can hold a max of 65,535 characters.

When sending emails with large attachments, the base64 attachment data gets truncated and the file is corrupted.

Recommend changing database field type to MEDIUMTEXT or LONGTEXT to handle larger attachments.