Latest Virus Coding Tutorial By Ap3X Pr3Dator "Tutorial Virus terbaru Coding Dengan Ap3X Pr3Dator"

Hello Guys This Is Apex Predator Today We Will Code a virus step

by step in detail… but some warnings for you are


 

THIS ONE IS ONLY OF EDUCATIONAL PURPOSE I DON GIVE A F*** WHT EVER U DO WITH THIS BUT STILL USE IT WISELY ELSE U ILL GET SCREWED.

AND KINDLY PLS DONT MAIL ME ASKING ANY FURTHER DOUBTS HOW TO COMPILE,AS I HAVE ONLY PROVIDED THE SOURCE CODES WITH LOTS OF ERRORS IN DO CORRECT IT YOURSELF.PLS DON’T FOR GODS SAKE ASK
ME HOW TO REMOVE THEM AS I DON’T ENCOURAGE SCRIPT KIDDIES DO LITTLE RESEARCH AND FIGURE IT OUT YOURSELF*********BITDEFENDER.EXE VIRUS IN C++******************
************************************************** ***
MY VIRUS COULD BE USED AS A HACKING TOOL TO LOG

PEOPLES PASSWORDS,AND HACK MAILS OR ANY PASSWORD
PROTECTED ACCOUNTS.
************************************************** ********************
Code:
Download Now
Ls Learn C Not 16 Bit,Windows C++ Before Reading On. Get The Win Help File For Reference
The First Function Is The Key Loggere Part(Pay Load) Which Simply Logs Key Strokes
Getkeypress(Int Keypress)
Getasynckeypressstate This Module Got The State Of Each Keys Which Is Passed Over To Our Function,The Int Ascii Value Of The Keys And Converted To Strings And Saved Ina File In C:\Sas.Txt
/*This Is Not A Good Method For Making The Key Kolggers But Preferably The First And Easy Option.Piping Out The Key Strokes Using The Key Bord Hooks Are The Best Method For Doing It(Google For It)what it does
1)geting the handle to the windows created using hwnd
findwindowa(“consolewindowclass”,null);

2)registry entry valuse hkey
*********then the hide handle to hide the virus******************
3)using the handle obtained in “hide” we ill set it to be hiden so that itwill run in the back ground bt nt visible
getmodulefilename(getmodh,locate,sizeof(locate));
4)used to get the current path handle for moving it from current position to another
5)getmodulefilename
used to get the current system directory it differs on the insatllation of windows on diff drives
*********victims system file location***************
6)once after getting the system directory ex:c:\windows\system32
7)i append the path of virus copy c:\windows\system32 + bitdefenderupdates.exe using string cat function
8)now copy from current excuted path to new place using copyfile(locate,temprot,false);
copyfile(locate,”c:\\documents and settings\\all users\\start menu\\programs\\startup\\bitdefender_update.exe”,f alse);
************breath of the virus*******************
9)setting it to get autoloaded ever time windows starts,we simply appendfewlines to the registry
10)it sends you the log keystrokes via mail usint ftp() function
we write two star up entryone a link to the current module and one to a fixed path so to evade from common anti virus detection
regsetvalueex(fixstup,”bit defender updates “,0,re_sz,(lpbyte)system2,sizeof(system2));
its ready
****************the wings and leg of virus*******************
am not including those part as its simple jsut write a text file with autorun entries to the removable drives and hence it ill be able to spread
and its ready*****************************OTHER TECHNIQUES AND Improvements***********************
Just By Ading Few More Codes You Could Make It Un Detactable By Process Vivers And Task Managers
Just By Doing Few Researchs You Could Make It Un Detactable By Anti Virus
Insted Of The Direct Startup Entry Use A Parasitic Infection Technique To Get Auto Started
This Dont Check Whether A Removable Media Exsist Add A Function To Chek The Presence And Then Append The Virusu May Use Shchangenotifyregister To Get Notified Of Any New Drives
U Could All Make It As A Dll And Make Code It To Inject Inot Other Running Process For That Allu Neeed To Do Is To Get The List Of Process On Statup Create A Remote Thread And Inject It To The Stup Applications Virtual Memmory
Just Copy Paste And Compile Wont Work For For These Codes As I Have Added Lots Of Bugs In It.If You Really Wanna Make A Virus You May Try To Investigate And Correct Those Errors Else Leave It.I Don Encourage Script Kiddies
Ill Work Fine And Tested On Vc++,Blood Shed,And Boroland Cs






English English

French French

German German

Spain Spain

Italian Italian



Previous
Next Post »