Wednesday, August 6, 2008

What Is Telnet..............?

Introduction:
Telnet is used to connect to remote machines through emulation. This means thatit can connect to a server, any server instantly because of it's ability to emulate (copy)remote computers.

Lets Start:
In Windows, Telnet can be found by going to Start -> Run and then typing telnet.The application should then pop up. If you don't have Windows, there are many Telnet alternatives for mac, linux etc. Since I don't know any,search the internet for Telnet for Linux or Telnet for Mac and you should find something instantly.
If you have a PC and are using Windows 98/95, 2000, Me, or XP continue...
As you can see, Telnet has 4 menu options. These are Connect, Edit, Terminal, and Help.
If you click Connect, you should see more options. Here they are.
Connect:
Remote System..
Disconnect
Exit

Names of servers you have been on.
To connect to a server, click Remote System...
This will then take you to a dialog box that has these fields:
Hostname:
Port:
TermType:
There should also be a Connect button and a Cancel Button.
Lets go over these & what you should put in them.

-Hostname-
The Hostname can be the address of the website your going to be connecting to:
http://www.google.com
or it can be the IP address. Keep in mind that you can only connect to servers and not to clients (other PCs)
an IP Address looks like this: 64.233.167.99

-Port-
Port can bb either the port number you wanna connect to on the server (Port 80 is the Internet, Port 23 is Simple Mail Protocol then there are some more ports for different things..)
or you can keep it Telnet and see what happens.

-TermType-
TermType is the type of Terminal telnet will be acting like.This doesn't matter most of the time, so you can keep it to default or try other ones if you want.
When you have all this set up, you can Click Connect & see what happens.

Note: Sometimes many servers don't like anon people just logging on, so be careful when logging onto servers, because sometimes it might be some big company that likes bullying people or just SOMEONE who likes bullying people and then they might want to find you or trace you or something and I know for a fact you don't need that happening.

Another Note: When you go to a server and type something, such as a login name or a password, you might not see anything even though you are typing. this is a feature that telnet or the other server uses. It's for some kind of safety measure.

Ok that's all for the Connect Menu, lets go over the Terminal menu.
The terminal menu should have 3 options:
Prefernces
Start Logging
Stop Logging.

-Prefernces-
If you go to this, a dialog box will come up with various options. Here, you can change thetext color & background color of the program, and you can enable Local Echo, which shows
you everything you've typed, Blinking cursor if you want the cursor to blink check it, if not un check, Block cursor if you want the cursor to be shown as a block, VT100 Arrows, don't worry about these they are useless, Buffer Size, this allows you to set the number of lines of text you want to be shown before the screen starts to scroll, The Terminal emulation type, always have this set on the default unless you know what the second one is and you know what your doing.

-Start Logging-
This logs everything you do on Telnet in a log file on your computer.

-Stop Logging-
This will stop logging processes.

Don't use it illegaly. THANK'S

Know About Virus Win32/ExploreZip

What is Win32/ExploreZip?

ExploreZip is a Win32-based e-mail worm. It searches for any and all Microsoft Office documents on your hard drive and network drives. When it finds any Word, Excel, or Powerpoint documents using the following extensions: .doc, .xls, and .ppt, it erases the contents of those files. It also emails itself to anyone who sends you an email.

How do I get it?

ExploreZip arrives as an email attachment. The message will most likely come from someone you know, and the body of the message will read:

"I received your email and I shall send you a reply ASAP. Till then, take a look at the attached zipped docs."

The attachment will be name: "zipped_files.exe" and have a WinZip icon. Double clicking the zipped_files.exe program infects your computer. You will then see a dialog box displaying the following message:

"Cannot open file: it does not appear to be a valid archive. If this file is part of a ZIP format backup set, insert the last disk of the backup set and try again. Please press F1 for help."

Who's at risk?

People running Microsoft Windows95, Windows98, or WindowsNT are at risk. MacOS and WebTV are immune to the virus.

What exactly does the virus do to my computer?

When the zipped_files.exe program is ran, it creates a copy of itself named explore.exe in your Windows System folder.

On Windows 95/98 systems, the following entry is written to the WIN.INI file:

run=C:\WINDOWS\SYSTEM\Explore.exe

On Windows NT systems, the following entry is written to the system registry:

HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Windows\run="C:\WINNT\System32\Explore.exe"

Automatic Close Programs At Shutdown.................

don't you hate it when, while trying to shut down, you get message boxes telling you that a program is still running? Making it so that Windows automatically kills applications running is a snap. Simply navigate to the registry key...............
HKEY_CURRENT_USER/Control Panel/Desktop/directory,
then change the key AutoEndTasks to the value 1.

Increase Options In Add Or Remove Programs.........

Not a fan of MSN Messenger? don't want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP's 'built in' programs are visible. it's fairly easy to change, though... just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:
[Components]NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7
This is a list of all components installed at the moment. I've taken the example of MSN Messenger - the program entry called 'msmsgs', third-last line. You can see the word 'hide' highlighted - this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word 'hide' like so :
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
To this:msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7
Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word ",hide" and replace it with a single comma ",".

Thursday, May 8, 2008

Make Your invisible Yahoo! Friends Visible.......

Is your friend always hiding in invisible mode? Do u want to check out What display image your friend is using even though he is offline? Then here is the perfect trick to make your friend visible..........

Xeeber is one of the best site that I have checked, accurate all time. All u have to do is to just enter your friends yahoo id and the site will display the rest. Yor friends status and his display image also.

May be due to some heavy load on this site seems to display a message "System is busy' Try again later sometimes.

Visit the site www.xeeber.com

Change The Default Location Of Installing Application.......

Nobody wishes to install in their C drive or the windows drive as it results in slower prformance of the computer.

The default installation directory in windows is C:\Program Files into which new programs are installed. What if u wish to install all the program into other directory or another drive.

How u can change the default installation directory or drive by using a registry hack.

Go to start>run>type here regedit.

Navigate the following registry key....

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

Now in the right pane look for the string value named "ProgramFilesDir".by default, this value will be C:\Program Files.

Edit the value to any valid drive or folder and windows will use that new location as the default installation directory for new Program.

Monday, May 5, 2008

Hack Admin Password From User Mode.......

Right click on My Computer and select Manage......

This should open the computer management console...

Now in the left pane navigate the key : System Tools>Local Users And Groups>Users

Now in the right pane right click on any user and select "set password"

Now click on proceed and select new password.

Enjoy....!!! Please Comment...!!!

Bluetooth Hacking Video..........

To watch video of Bluetooth Hacking please go to this link :


http://www.youtube.com/watch?v=Hd4CuJV8XD4

Recover Corrupted Windows Files In XP..........

This trick has been made for that people that are having problems with corrupted files, learn how to recover them easy........

Requirments : one XP CD

Place the XP CD in your cd/dvd drive

Go to start>run

type here "sfc/scannow" (without quotes)

Now relax it should all load and recover your corruptd files in XP.

Please comment!!!

Friday, May 2, 2008

Run Multiple Yahoo! Messengr In Single Window.......

To run multiple yahoo messenger in single window follow this trick.........

Go to registry editor by simply click on start>run type here regedit and navigate the following key.......

HKEY_CURRENT_USER> Software> Yahoo> pager> Test............

Now in right pane create a new Dword Value and rename it to "Plural"(without quotes). Double click on plural and change its data value to 1.

Now restart your computer and run multiple yahoo messenger.

Thursday, May 1, 2008

Speed Up Your Internet Explorer........

Open the Registry editor. Go to Start -->Run and typing regedit.

Once in Registry editor window is opened find in right pane key given below

HKEY_CURRENT_USER\Software\microsoft\Windows\CurrentVersion\InternetSettings.

Now in the right pane creat New DWORD Value by simply right click "new>DwordValue". Rename it "MaxConnectionsPerServer"

Now double click on MaxConnectionsPerServer to edit the Dword Value. Choose a base. If it is Hexadecimal,set the value to 99.If you opt for Decimal,set it to 153.

Create another DWORD and rename it "MaxConnectionsPer1_0Server".Here too put the same value

Now restart your computer and watch the boost you get in your connection.

Enjoy!!!!!!

Wednesday, April 30, 2008

Change Your Processor Name.........

Whenever u right click on My Computer and select properties you see your processr name intel or etc. You can change it easily by this trick....................

GO TO START>RUN>TYPE REGEDIT>

FIND THE KEY SHOWN BELOW

HKEY_LOCAL_MACHINE>HARDWARE>DISCRIPTION>SYSTEM>CENTRALPROCESSOR>0

ON RIGHT HAND SIDE, DOUBLE CLICK ON "PROCESSOR NAME STRING"
AND CHANGE STRING VALUE WHATEVER YOU WANT.

Great Trick To Find MP3 in Google.......

Go to google copy and paste this....

?intitle:index.of? mp3

and after mp3 put in an artist or album or whatever and hit enter… what you get is lists of downloadable mp3s

eg:?intitle:index.of? mp3 atif

enjoy downloading…………

Monday, April 21, 2008

Disabling Right Click On the Start Button.......

Right click on the start button show the number of menu items like Open, Explore. Search and few others use t be there on the screen...............

It is possible to stop these menu items from coming by simply this trick...

Go to registry with click on start>run and type here "regedit"

Search for the following registry key:
HKEY_CLASSES_ROOT\Directory\Shell
Rename the Shell to Shell.old.

Now search for the following registry key:
HKEY_CLASSES_ROOT\Folder\Shell
Rename again Shell to Shell.old.

Now exit the registry and restart your computer and see changes.

Now recover your computer with change both Shell.old to Shell.


Sunday, April 20, 2008

CHANGE UR DRIVE LETTER'S...........

Whenever you open My Computer and see drive letters C:, D:, E:, F:, etc. It is possible to change these letter with this trick.........

Right click on my computer and click on "Manage"

In left pane click on "Disk Management"

Now in right pane you will see drives. right click on drives and select "Change drive letter and path". Change your drive letters whatever you want.

Saturday, April 19, 2008

Display Legal Notice On Startup.......

Do you wnat to tell your friends what should be done and not done in your computer when they start your computer in your absence. Well you can do it pretty easily by displaying a legal notice at system start up..........

Open registry editor with click on start>run then type here "regedit"

find the key shown below
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]

Now in the right pane :
"legalnoticecaption"="enter your notice caption"
"legalnoticetext"="enter your legal notice text"

Now restart your computer and see changes.

Friday, April 18, 2008

Great Trick Lock Any folder In UR PC.......

First of all select a folder for example u will use a folder name movies in D drive D:\movies

In the same drive open notepad and type.......

ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D}

and save it as "loc.bat"

in same driveagain u type in a notepad as.....

ren movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} movies

and save it as "key.bat"

now in D drive u can see two batch files loc and key.. when u double click loc the movie folder will change to control panel and whn u double click key the control panel will change to normal folder

Thursday, April 17, 2008

Hidden music In Windows XP.......

Microsoft Windows XP is playing a cool music during installation. It is a pleasant little tune that you’ve probably never heard, unless you were present when Windows was being installed on your PC. After that it’s never played again, unless you know where to look for it.
To hear what you’ve been missing, just follow these:

Make your way to C:\WINDOWS\system32\oobe\images and look for a file called "Title.wma" or possibly "title".

It is 2.50Mb in size. Just double click the file and this will open Windows Media Player, or your defaul player and it will proceed to serenade you with a more than 5 minutes music. It's up to you to repeat it.

Shutdown your PC With Timer.......

Do you know that you can make your PC shutdown at a time u wish to
Here is the trick!!
How To Make A Shutdown Timer!
FIRST METHOD :
.....................................
1.Right click on your desktop and choose "New=>shortcuts".
2.In the box that says "Type the location of the shortcut",type in "shutdown -s -t 60" without the quotation marks and click next.
Note: 60 are the amount of seconds before your computer shuts down. you can change time limit.
3.Make up a name for the shortcut and you're done.
SECOND METHOD :
.........................................
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am.
Go to start>run and type here "at 11:35 shutdown -s"
To Abort type "shutdown -a"

Wednesday, April 16, 2008

SPEED UP UR ACROBAT READER (ALMOST LIKE NOTEPAD).....

Do u get irritated when acrobat reader takes 5/10 seconds to load when you want to open a pdf document. There is a way to speed up the loading.
1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader)
2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).
Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).
Now your acrobat reader will load very fast
and almost as good as notepad..

Tuesday, April 15, 2008

Branding Windows XP With Your Name.......

Open notepad dump with click on start>run and type here "notepad dump" the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:
[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here.
Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.
ex: Line4=Your Working Hours Here

Speed Up Your XP Booting......

Start Registry Editor.....
Click on start>run>regedit.exe
In the left column locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\Current ControlSet\Control\SessionManager\MemoryManagement\Prefetch Parameters
Make sure you backup the keys by exporting them to a .reg file.
Now on the right column double click on "EnablePrefetcher:
change its value from 3 to 5.
Close the registry editor.
Restart your computer.

Monday, April 14, 2008

Accessing Banned Sites.......

If you are in college or office there that site site is banned which u want to use there are two sites from which you can access any sites.....
1.Just go to http://www.mathtunnel.com/ and type in the name of any site you want to access. This works for Orkut and other blocked sites too.
2.There is one more site http://www.gravitywars.com/ .This is very good as it is updated regularly.Even though the blocked sites can be accessed through proxy servers as I have discussed, but i have noticed that the sites for proxy servers is blocked at various places.