Change .exe to .txt , .anything.. !! {Manual Extension Spoofing } 05-02-2012, 01:17 PM
#1
Hi HC, after a long time I’m back….
First of all, neither I nor HC is responsible if you use anything explained in this tutorial other than educational purposes.
Proof :
Download this txt file and just execute it .(DON’T FEAR , Its just a simple EXECUTABLE TXT coded in C which shows a dos screen saying : “Extension Exploit Works….”
Code used for the proof file :
First of all, neither I nor HC is responsible if you use anything explained in this tutorial other than educational purposes.
>>>>>>>>>>>>>>Change *.exe to *.txt , *.anyformat <<<<<<<<<<<<<<<<<<
Proof :
Download this txt file and just execute it .(DON’T FEAR , Its just a simple EXECUTABLE TXT coded in C which shows a dos screen saying : “Extension Exploit Works….”
Code used for the proof file :
Code:
void main()
{
clrscr();
printf(“Extension Exploit works…”);
getch();
}
(This post was last modified: 01-04-2014, 08:11 PM by vriaeros.)