NOTE THIS IS NOT IN ANWAY TO HACK .
IT'S SIMPLY SOMETHING YOU CAN DO ON YOUR OWN SYSTEM!!!
YOU CANNOT HACK INTO SOMEONES' SYSYTEM OR CRASH ANYTHING USING THESE COMMANDS
(I DO NOT PROMOTE HACKING----------------I AM SIMPLY TRYING TO HELP NEWBIES, JUST LIKE I WAS HELPED WHEN I WAS ONE.)


ShutDown The Cool way!!!
1)Open up C: prompt ( Start> run > command > cd\)and type in Shutdown -s -t xx -c "xxxxxxxx".
The "xx" after -t is for the time in seconds. for example, if you enter in 22, it will shut
down in 22 seconds. The "xxxxxxxx" after -c is for a comment to make while its shutting down.

Logoff the cool way!!!
1)Open up C: prompt ( Start> run > command > cd\)and type in "logoff".

Change the heading in DOS:
1)Go to dos ( Start> run > command > cd\) .
2)Type in title xxxx. The xxxx is where you put in the title.

Change the label on your C: drive

1)Type in label xxxx (xxxx is the name you want it).


Change the startup splash screen in Windows 98:
1)Open up DOS (of course, and make sure C:> is showing and not anything else) and type in
attrib *.sys and if logow.sys or logo.sys isnt there, type in copy logow.sys c: and if that doesn't
work, typ in copy logo.sys c:.
2)If it works, go to My Computer and go to C:. logo.sys should be there.
3)Since .sys's are read only files, open up command prompt again and (yes, C:> needs to show) type
attrib logo.sys -s -h -r.
4)Go to Paint and go to File > Open and type C: logo.sys. It should open. Edit it as you wish. Then
click "Save"
5)Open MSDOS (YES, C:> MUST SHOW!) and type attrib logo.sys +h +r +s. Thats all there is to it.
When you restart your pc, it should pop up.

Change the logoff splash screen in Windows 98:
Note: alot is just copied and modified from the last tutorial
1)Open up DOS (of course, and make sure C:\windows> is showing and not anything else) and type in
attrib *.sys and if logow.sys or logo.sys isnt there, type in copy logow.sys c:\windows and if that doesn't
work, typ in copy logo.sys c:\windows.
2)If it works, go to My Computer and go to C\windows:. logo.sys should be there.
3)Since .sys's are read only files, open up command prompt again and (yes, C:\windows> needs to show) type
attrib logow.sys -s -h -r.
4)Go to Paint and go to File > Open and type C:windows\logo.sys. It should open. Edit it as you wish. Then
click "Save AS" and save it as C:\windows\logow.sys
5)Open MSDOS (YES, C:\windows> MUST SHOW!) and type attrib logo.sys +h +r +s. Thats all there is to it.
When you restart your pc, it should pop up.



Note again: alot of the programs that we have like nmap_win can be ran in dos by typing nmap.

(WHY NOT JUST UST TELNET, IT'S MORE FUN AND CAN MAKE FOR SOME INTERESTING READIN)
NOTE THIS INFORMATION IS NOT MEANT TO PROMOTE HACKING..
I DO NOT PROMOTE HAKCING NOR DO I PRACTICE HACKING,
I AM SIMPLY TRYIN TO HELP PEOPLE WITH THERE PROBLEMS....
AND IF THEY CHOOSE TO USE MY TIPS OR INFORMATION FOR EVIL, THEN I AM NOT TO BE HELD RESPONSIBLE!!!!!!!!!!


FTP client via Telnet
Here is how to use FTP client in telnet... It is a bit harder, but it's fun when you do
it after a while.


FTP in web sites:


1)Open up telnet and type ftp.urlhere.com 21 It should ask for a user name and password.
Put them in. If all goes well, something like the following should pop up:


220-Welcome to XXXXX Web Hosting FTP server.
220-Need help? Get all details at:
220-http://XXXXXX.com
220-
220-No anonymous logins accepted.
220 XXXXX
user XXXXXX
331-Enter your Yahoo! member password
331
pass XXXXXX
230-You are using 57.8% of your subscribed disk space
230 You have 31.631 MB of space available
help
214-The following commands are recognized (* =>'s unimplemented).
USER QUIT MODE REST CWD STAT RMD XCUP
PASS PORT RETR RNFR XCWD HELP XRMD STOU
ACCT* PASV STOR RNTO LIST NOOP PWD SIZE
SMNT* TYPE APPE ABOR NLST MKD XPWD MDTM
REIN* STRU ALLO DELE SYST XMKD CDUP
214 Direct comments to XXXXXX.com
help CDUP
214 Syntax: CDUP (change to parent directory)
help ACCT
214 ACCT \t(specify account); unimplemented
help REIN
214 REIN \t(reinitialize server state); unimplemented

Everythign in bold is what I typed. Remember when you log in, type "user xxxx" not just your
user name, same for the password and everything else.

For computer (Pc must have server running, I am using the BPFTP Server that you can downlaod
at tutorials section):

If tou enter in the IP and port correctly, this should pop up:

220 BulletProof FTP Server ready ...

When you login, it will look like this:

220 BulletProof FTP Server ready ...
USER XXXXXX
331 Password required for XXXXXX.
PASS XXXXXX
530 Can't login : invalid home directory ! < Note-- Change "Home IP" to their IP in the BPFTP "Setup
USER XXXXXX User Accounts" section of th BPFTP Server
331 Password required for XXXXXX.
PASS XXXXXX
230 User XXXXXX logged in.

The < Note-- Is what I put to tell you what you should do if you get that error. That won't
pop up in the telnet window or command prompt.