[vox-tech] Connecting to port 1433 via 22 on an intermediary
Karsten M. Self
kmself at ix.netcom.com
Sat Apr 23 17:14:00 PDT 2005
on Wed, Apr 20, 2005 at 09:28:29AM -0700, Ken Bloom (kabloom at ucdavis.edu) wrote:
> Jay Strauss wrote:
> > Ken Bloom wrote:
> >
> >> $ links localhost:10000
> >> and I reached google in Links.
> >
> >
> > What's "links"? I can't find a man page on it.
>
> Links is an ncurses based web browser, similar to lynx but different.
Others include lynx (as mentioned), elinks (based on links, including a
graphical text-mode browser, um, don't think too hard about that), and
w3m, my own preferred console browser (which also has a graphics-enabled
variant).
For arbitrary connections to arbitrary ports, netcat ('nc' usually) is
also pretty slick:
$ echo -e 'GET / HTTP/1.0\n' | netcat localhost 80
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (X11; I; Linux 2.3.99-pre3 i686) [Netscape]">
<META NAME="Author" CONTENT="johnie at debian.org (Johnie Ingram)">
<META NAME="Description" CONTENT="The initial installation of Debian/GNU Apache.">
<TITLE>Welcome to Your New Home Page!</TITLE>
<...>
Netcat can also listen to ports.
Peace.
--
Karsten M. Self <kmself at ix.netcom.com> http://kmself.home.netcom.com/
What Part of "Gestalt" don't you understand?
Unix has decayed / to the point that the domain / names are not in use.
- Haiku Unix decay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://ns1.livepenguin.com/pipermail/vox-tech/attachments/20050423/b5a13ba6/attachment.bin
More information about the vox-tech
mailing list