Hey awl... last week I gave you a simple DoS attack . If you have not been through it then i would suggest you to first checkout the article Messing up with DoS . And if you are already done with that one then you may proceed.
In that DoS attack i taught you that how you can screw 1's pc using a single line command in CMD. The trick was cool. But unforunately, last friday when i was in my college one of my professor asked me that students have a great tendency to harm their college property and if they are gonna get such things in their hand then students will definately screw all the computers in the college campus and elude. Well I want the same for my readers :D... But the guy who gave me these words happens to be one of my most
favourite professor. So i haveto keep his word.
So here's the deal. We have tried to screw some1's computer via DoS attack and now we need to fix it up. The basic concept is that while associating the files, we associated an executable file with a text file. So only the files with ".exe" extension are affected. This mean that other file types such as .mp3, .dll etc are still working good. The defination of an extension is in the registry editor. So if we are gonna make a registry which says that .exe is a textfile then the reisty will fix the things.For this you have to make aregistry on a computer which is not affected yet and then you have to copy the registry from that computer to the victim computer. Forr making this registry you can
FOLLOW THESE STEPS:
1► First go to a notepad and type
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
► the above code is for REGEDIT V 5.00
► Next you hae to go to the save as option and save the file as "ANYTHING.REG"
► Here ".reg" defines that the file is a registry.
► Now you can take this file to the victims computer using a pendrive or something and copy it in their system and run it. Your windows will ask you if you are sure you wanna do this. Just keep clicking yes and allow. and finally a message should appear which says the values in registry have been added. And you are done.....
In that DoS attack i taught you that how you can screw 1's pc using a single line command in CMD. The trick was cool. But unforunately, last friday when i was in my college one of my professor asked me that students have a great tendency to harm their college property and if they are gonna get such things in their hand then students will definately screw all the computers in the college campus and elude. Well I want the same for my readers :D... But the guy who gave me these words happens to be one of my most
favourite professor. So i haveto keep his word.
So here's the deal. We have tried to screw some1's computer via DoS attack and now we need to fix it up. The basic concept is that while associating the files, we associated an executable file with a text file. So only the files with ".exe" extension are affected. This mean that other file types such as .mp3, .dll etc are still working good. The defination of an extension is in the registry editor. So if we are gonna make a registry which says that .exe is a textfile then the reisty will fix the things.For this you have to make aregistry on a computer which is not affected yet and then you have to copy the registry from that computer to the victim computer. Forr making this registry you can
FOLLOW THESE STEPS:
1► First go to a notepad and type
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
► the above code is for REGEDIT V 5.00
► Next you hae to go to the save as option and save the file as "ANYTHING.REG"
► Here ".reg" defines that the file is a registry.
► Now you can take this file to the victims computer using a pendrive or something and copy it in their system and run it. Your windows will ask you if you are sure you wanna do this. Just keep clicking yes and allow. and finally a message should appear which says the values in registry have been added. And you are done.....