Saturday, September 26, 2009

Chat in secret

Tutorial for sending message through command prompt without downloading any kind of tool.This is how it works......

If you want a private chat with a friend or client on your Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:

Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: ***.***.***.***
Message: Hi

Now all you need to do is press "Enter", and start chatting

Disabling USB drives/Storage

This article will provide two topics in locking your USB, while still allowing the use of USB peripherals such as keyboard, mouse, printer or scanner. This can be use in preventing users from copying data from the computer or preventing them in plugging usb storage devices such as flash disk and usb hardisk.



Note: This article can be applied to Windows Vista and Windows Xp Service Pack 2.

Disable Writing to USB Drives in Windows Vista/Xp
1. Open the Notepad, copy and paste the settings below:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001


2. Open the File menu->Save As and Select "All Files (*.*)" from Save as type options. Input any file name with ".reg" extension, example "DisableWrite2USB.reg"

3. To Disable, just double click the file, click "Continue", if UAC is enabled and choose "Yes" for the confirmation.

To enable writing to usb storage, change first the value to zero and repeat the procedure above.

"WriteProtect"=dword:00000000

Disable plugging of USB storage such as flash drives/USB hardisks in Windows Vista/Xp

1. Open the Notepad, copy and paste the settings below:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=dword:00000004


2. Open the File menu->Save As and Select "All Files (*.*)" from Save as type options. Input any file name with ".reg" extension, example "DisableUSB.reg"

3. To Disable, just double click the file, click "Continue", if UAC is enabled and choose "Yes" for the confirmation.

To enable usb storage, change first the value to 3 and repeat the procedure above.

"Start"=dword:00000003

Note: Don't forget to restart your computer afterwards

Sunday, March 1, 2009

HOW TO ENABLE DISABLED REGISTRY IN XP

Some times Registry is disabled in Xp due to virus or whatever... Here is a way u can re enable it
u must be Admin not a limited user on ur machine for this.


Goto run type gpedit.msc
hit enter
now on left pane select User configuration
then select Administrative templates
then select system
now look on right pane
Double click on Prevent acess to Registry editing tools option
select option Disabled
click OK
thats all Registry will be enabled.

HOW TO ENABLE TASK MANAGER WHEN IT IS DISABLED...

U might have seen some times when u try to access taskmanager error pops up
"Your taskmanager is disabled by ur administrator" though u are the admin.
here is way to solve it.
u must be Admin not limited user on ur machine for this

Goto run type gpedit.msc
hit enter
now on left pane select User configuration
then select Administrative templates
then select system
then select CLT-ALT-DEL option
double click it now look on right pane
Double click on Remove Task manager
select option Disabled
click OK
thats all taskmanager will be enabled.

INFORMATION ABOUT WEBSITES

So here is a way that can help u to elicit much information about any website.
Further it depends upon u how u use that info.
what u have to do it just open Google then in search bar type the following

site:www.example.com

here u replace example with name of website whose information u want. then hit enter now c carefully at search results they will be very helpful for hackers ;-)

i tried this following one and the amazing results.

site:www.hotmail.com
JUST TRY IT OUT////

HOW TO REMOVE AUTORUN.INF VIRUS?

First of all it is not virus but it is modified and then used by virus. Autorun.inf is the primary instruction file associated with the Autorun function. Autorun.inf itself is a simple text-based configuration file that tells the operating system which executable to start, which icon to use, and which additional menu commands to make available.
eg: whenever we insert CD/DVD a small window pops up and asks what action to take it is basically done by autorun.inf file. now the virus simply modifies it so that it executes the virus intentionally.
Here is a way to manually remove it if antivirus fails. type the following code in notepad :

cd\
c:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
d:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
e:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
f:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
g:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
h:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
i:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
j:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf


u can also change the code depending upon the drive letters u have in this code drive letters included are c,d,e,f,g,h,i,j,k,l,m u can add or reduce some.
Now save the file with name Clean.bat now click it to remove the autorun.inf file.
Basically this code will unhide the autorun.inf files and then delete them.

Sunday, February 22, 2009

Prevent autoplay of usb

Mostly the viruses that multiply through USB sticks use the autorun function of USB as it does not require any user confirmation and runs secretly in the background, unlike a CD or DVD.

The best way to keep USB viruses from injecting themselves to your PC or laptop is to Disable the USB Autorun feature and I will teach you how to do it.

1->Click the Start button, then Run and enter "gpedit.msc" without the quotes
2->Go to Computer Configuration -> Administrative Templates -> System
3->Scroll down to "Turn off Autoplay" and double click on it
4->Click on the "Enabled" radio button, then for "Turn off Autoplay on" select "All drives"


This will now prevent any virus from auto executing itself through a USB drive. Additionaly, it is recommeneded to keep a good free anti virus solution too for additional security