kgretzky / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
BSD 3-Clause "New" or "Revised" License
10.54k stars 1.91k forks source link

Fix DNS TXT Entries #754

Closed JM-Lemmi closed 2 years ago

JM-Lemmi commented 2 years ago

The if clause in the dns.TypeTXT case was never true, thus never appending the TXT string-array to the answer.

Right now the default is just an empty string and a comment that indicates where to add new TXT records.