![]() |
|
Online Virus Creator - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: Online Virus Creator (/Thread-Online-Virus-Creator) |
Online Virus Creator - Yoovecouk - 07-31-2011 here i have made a online virus creator with loads of features, You can find the online creator Here Its in the nav bar, LIST OF FEATURE: Virus name # of popup CMD windows: Generate 5 Windows Users (Random names): Add worm (Can be Network-fatal, don't open this!): Corrupt C: drive and System: Delete Scheduled Tasks: Infect all folders/EXE's/Shortcuts: Loop reboot (Constant restart): Kill Explorer.exe, and open browsers: Enjoy please leave feedback on were i can inprove guy's RE: Online Virus Creator - 1234hotmaster - 08-01-2011 i still don't get it how .bat can be called viruses... after all its for administrators to lighten they're work plus 95% of AV detect batch viruses. anyways nice php coding =] RE: Online Virus Creator - mothered - 08-01-2011 (08-01-2011, 09:10 AM)1234hotmaster Wrote: i still don't get it how .bat can be called viruses... Agreed. A batch file being malicious In nature, yes, that's a given. Classed as a virus, definitely not... RE: Online Virus Creator - Yoovecouk - 08-01-2011 Well i agree on the name but they still works and have riped virtual machine apart on normal user accounts and it's not the its easy to get php to create and read batch files. On a linux server. RE: Online Virus Creator - 1llusion - 08-01-2011 Thanks for the share! I prefer still the offline batch generators tho =) About batch being a virus: Quote:A computer virus is a computer program that can copy itself and infect a computer. Yeh, they can copy themselves but they will never spread. Howcome? This is the "FATAL" network worm from the virus creator: Code: @echo off
:ship
copy %0 "%homedrive%\%random%.bat"
goto shipI mean, who the hell would fall for this... =D RE: Online Virus Creator - 1234hotmaster - 08-01-2011 (08-01-2011, 02:52 PM)1llusion Wrote: Thanks for the share! I prefer still the offline batch generators tho =) LOL :rofl: RE: Online Virus Creator - Yoovecouk - 08-02-2011 Well it's only my firsts release and i spent less than 1 hour on it so all in all i think its ok and will it being free lets not expect mirrical. Thanks guys. RE: Online Virus Creator - Yoovecouk - 08-03-2011 new fearures added shortly, i make another edition because after posting the link here over 100 virus's were created in less than a hour. RE: Online Virus Creator - Lenalee - 08-03-2011 (08-01-2011, 02:52 PM)1llusion Wrote: Thanks for the share! I prefer still the offline batch generators tho =) Me ![]() If .bat is converted to .exe How you know? :8-s: RE: Online Virus Creator - Yoovecouk - 08-03-2011 most people genrally don't |