0. Fake Command prompt trojan viruses
This is also a good way to make the victim believe that a worm is gnawing at their hard drive and that they can’t do anything to stop it.
This is also a good way to make the victim believe that a worm is gnawing at their hard drive and that they can’t do anything to stop it.
Open up notepad and type @echo off
- To make text appear, type it after an echo tag.
- To have the the commands wait for the user to press any key type pause
(Note: if you write pause >nul it won’t display Press Any key to continue…)
- To have a complete high-speed description of files in the drive of the .bat file, type dir /s
- You can also initiate any other command we covered earlier, such as shutdown, error message, etc.
And why no include all of these in one fake virus?
For example:
I can’t post the batch files here, as sharing .bat files over the internet is illegal.
Make sure you don’t do anything stupid with these tips.
Make sure you don’t do anything stupid with these tips.
1 comments:
can you tell me how to repeat words just once and go on? i need it to be realistic. thx.
Post a Comment