PowerShell script that hides the app/malware file extension by padding the filename with spaces.
This method has been covered by John Hammond on his channel and this is simply a slightly improved remake of his code
Example picture:
![[Image: Screenshot-2026-01-12-162542.png]](https://i.ibb.co/XfqqTTYm/Screenshot-2026-01-12-162542.png)
Example video:
Use command:
.\extspooferps.ps1 -FilePath .\malware.exe -NewBasename "innocentfile.jpg" -NewExtension "exe"
Script:
![[Image: Banner-Glow-245161638.png]](https://i.ibb.co/GqnW2qp/Banner-Glow-245161638.png)
@Psych1c @m3nt4l




