Sie sind auf Seite 1von 3

the toolbar ----------In the game you have various tools at your disposal.

Some tools you will have to steal from remote systems first. Button -----Inbox Function -------: This is your email inbox. This is where you recieve new assignments. Read these emails well, they contain lots of information you might need during a mission : After you've read the target is online. You the target IP address to contact the remote online mail, you will need to confirm if your do this by using the Ping button. Enter and ping it. Your computer will try to computer, and will tell you if it's

Ping

Portscan : With portscan you can scan a verified IP address for open exploitable ports. Press the Portscan button and enter the target IP address, along with the scanning range. The range must be between 2000 and 4000 (usually it's best to enter these values) Telnet : When you know the target IP address AND an exploitable open port, you can use Telnet to connect to the target system

Password : With this you can hack the password of a remote host by using brute force. When you connect to telnet but don't know the password, use this tool Virus : This uploads and installs a virus on the remote host. You need to be in a telnet session to use this function. After it uploads it completely just close the Virus window, the console will automaticly install the uploaded virus

Get File : When in a telnet session, you can browse the target system by using dos commands like DIR and CD (see "Console Commands"). When you find a file you want to copy, click Get File. Input the filename, and if the file is found in the current folder, it will start to download it. The file is downloaded to your own (virtual) harddisk. All downloads are placed in the folder called Downloads Kill File: To destroy a file simply click Kill File. Input the filename and it will destroy the file, if it's found in the current folder Console commands ---------------PING <ip address> For example: ping 127.0.0.1 A ping sends packages to a remote host. If it's online, it will respond. This way you can find out if your target is online

TELNET <ip address> <port> For example: telnet 127.0.0.1 21 This let's you connect to a remote host on an open port. After you bypass the login system, you can browse the target system DIR (or LS) This lists all the files of the remote computer. An example of the output is: Command.com Io.sys Windows <DIR> Logs <DIR> Where "Command.com" and "Io.sys" are files, and "Windows" and "Logs" are folders CD <foldername> For example: cd Windows This changes the folder you are viewing. After giving this command you can us e the DIR command to see what files are in the folder To go back to the document root use on of these commands: CD .. CD \ CD.. CD\ MD <foldername> (or MKDIR) For example: mk myfiles This creates a new folder in the root of the file structure. You cannot make a folder inside of another folder (yet) DEL <filename> (or RM) For example: del command.com This let's you delete a file in the current folder. This can not be undone. IPCONFIG This shows amongst other things your own IP address CLS This clears the screen SAVE Saves the current state of the game. Including the changes you made in your local filesystem. The save-file is labeled with your handle/loginname. So

if you played the game as "hax0r", you need to login the next time with the same name, to use the LOAD command to restore your own game LOAD Loads the last SAVED game found with your handle/loginname HELP Shows this text SHUTDOWN Exits the game ------------------------------------Installing tools from the commandline ------------------------------------After you download a tool with the download command from a remote computer and go offline, you can install the tool on your own local system. Just navigate to the downloads folder and enter the name of the tool. Example: cd .. cd downloads PortscannerW32.exe *press enter after each command

Das könnte Ihnen auch gefallen