free shells

Stumbled over a good link? Post it here... (the board is flushed regularly)
User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

free shells

Post by bad_brain »

alright, here are boxes you can telnet or ftp to, the username is always brainxx, the pass is always X7bRB2b


HP OpenVMS 8.3 telnet to td183.testdrive.hp.com
HP OpenVMS 8.3 telnet to td184.testdrive.hp.com
HP-UX 11i 11.11 telnet to td192.testdrive.hp.com
HP-UX 11i v2 telnet to td191.testdrive.hp.com
HP-UX 11i v2 telnet to td164.testdrive.hp.com
HP-UX 11i v2 telnet to td176.testdrive.hp.com
HP-UX 11i v3 telnet to td193.testdrive.hp.com

Debian GNU/Linux 3.1r2 on intel telnet to td140.testdrive.hp.com
Debian GNU/Linux 3.1r0 on Intel telnet to td156.testdrive.hp.com
Mandriva Corporate Server 4.0 telnet to td153.testdrive.hp.com
Red Hat Ent AS 4.0 on Intel telnet to td163.testdrive.hp.com
Red Hat Ent AS 4.0 on Intel telnet to td185.testdrive.hp.com
Red Hat Ent AS 4.0 on AMD telnet to td189.testdrive.hp.com
Red Hat Ent AS 4.0 on Intel telnet to td177.testdrive.hp.com
Red Hat Ent AS 4.0 on Intel telnet to td188.testdrive.hp.com
Red Hat Ent AS 4.0 on Intel telnet to td178.testdrive.hp.com
Red Hat Ent AS 5.0(Beta) telnet to td158.testdrive.hp.com
Red Hat Ent AS 5.0(Beta) telnet to td159.testdrive.hp.com
Red Hat Ent AS 5.0(Beta) telnet to td160.testdrive.hp.com
SuSE Linux Ent 10 on Intel telnet to td162.testdrive.hp.com
SuSE Linux Ent 10 on Intel telnet to td186.testdrive.hp.com
SuSE Linux Ent 10 on AMD telnet to td190.testdrive.hp.com
SuSE Linux Ent 10 on AMD telnet to td179.testdrive.hp.com
SuSE Linux Ent 10 on Intel telnet to td187.testdrive.hp.com

FreeBSD 6.1 on Intel telnet to td150.testdrive.hp.com
FreeBSD 6.1 on Intel telnet to td152.testdrive.hp.com

Microsoft Ent Svr 2003 on Intel rdp to td197.testdrive.hp.com
Microsoft Ent Svr 2003 on AMD rdp to td198.testdrive.hp.com
MicroSoft Ent Svr 2003 on Intel rdp to td199.testdrive.hp.com

Oracle Rbd on OpenVMS telnet to td183.testdrive.hp.com

enjoy... :wink:

User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Post by visser »

alright this is in the newbies section so i can post this!!!

what is telnet? and how do i tellnet?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

telnet is a networking protocol for remote access. it is a little outdated already because it is sending all data unencrypted through the connection, the successor of telnet is SSH which uses encryption....but well, for fun stuff telnet is still ok (but not for transmission of sensitive data).

how to telnet:
it's very simple, open command prompt and type:

Code: Select all

telnet somplace.com 1234
somplace.com is the target you want to connect to, and 1234 is the service (port number) you want to contact.... :wink:

User avatar
Jontebullen
On the way to fame!
On the way to fame!
Posts: 48
Joined: 03 Apr 2007, 16:00
17
Location: south of the northpole
Contact:

Post by Jontebullen »

and this is good for?
i mean what can you do with the telnet commad?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

depends on the server (service) you connect to...let's say you want to connect to an SMTP server, you simply connect to port 25:

Code: Select all

telnet blahblah.org 25
depending on what is allowed you can use the SMTP server commands to send a mail for example...
same example, just another service:

Code: Select all

telnet blahblah.org 21
this time it's an connection to port 21 (which is the default port for FTP).
so if the FTP service is available you can use the FTP commands to transfer files for example...

telnet is just providing the connections..... :wink:

User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Post by visser »

so once i connect what do i type in the command prompt to get the comp do use the connections. (dont worry im practicing on my mom and dads comp)

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

like I said above, once the connection is established it depends on the service... :wink: when connected to an FTP server it wouldn't make much sense to try SMTP commands, right? :lol:
here is a list of FTP commands:
http://www.nsftools.com/tips/RawFTP.htm

but to type help is always worth a try, depending on the server you can get a list of supported commands this way... :wink:

User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Post by visser »

COOOOOL thanks for the help. ive been looking around for info for the past month and this is the first site that is actually getting me places.

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

thats what we are here for ;)

User avatar
vex390
Newbie
Newbie
Posts: 1
Joined: 15 Apr 2007, 16:00
17

linux?

Post by vex390 »

ok, obviously there is an advantage about linux that nobody has told me. care to help?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: linux?

Post by bad_brain »

vex390 wrote:ok, obviously there is an advantage about linux that nobody has told me. care to help?
simply browse the Linux board, and if you have questions just post there... :wink:

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

Should i be anonymous before logging in on one of those?

I understand how to telnet, even joined some BBS today
but how do i SSH? everytime i try in PuTTy to connect via SSH instead of telnet i have problems. what is a good SSH to connect to that will work?
or is there a good tutorial plz? i must have read atleast 10 of them today but none explain how to connect via SSH or a good SSH address to practice with and be anonymous, i would like to be anonymous on irc. I can ge on via telnet easy but SSH connection is giving me problems.
thanks!

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, of course SSH service has to be provided to be able to log in...are you getting a login prompt or is the connection simply refused? in the latter case there is most likely no SSH running... :wink:

User avatar
Ukn0wn
forum buddy
forum buddy
Posts: 13
Joined: 22 Jun 2008, 16:00
15

Post by Ukn0wn »

I do not get what to type in the telnet 8O
Some help please. Sorry I am new to this.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

first:

Code: Select all

telnet
then:

Code: Select all

help
will give you a command overview...so to open a connection you can either do:

Code: Select all

telnet whatever.com
or:

Code: Select all

telnet
open whatever.com
what happens next depends on the remote system, for remote shells it's usually a login procedure... :wink:

Post Reply