https tunnel
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 340
Port forward 1.4
Port forward is a application which gives you the ability to open tunnes between your local computer and a remote ssh server. more>>
Port forward is a java application which gives you the ability to open tunnels between your local computer and a remote ssh server. With Port forward, tunnels can be created both local or remote.
Examples:
1. Open a local tunnel to reach a remote mysql database
- Your application needs to connect to a remote database server (mysql for example), but the database server (remote.server.example) is not configured to expose mysql to internet directly.
- Port forward will open a local port (3306) and redirect the connections to remote.server.example ssh server
- The remote.server.example ssh server will connect to its local mysql server
2. Open a local tunnel to use a remove VNC desktop
- You want to connect to your home computer which has a vnc server but from work, the firewall blocks vnc connections (generally on port 5901)
- If you have a ssh server at home, you could use it as bridge to connect to a client in your home:
Your position internet your linux ssh server ->>
-->> you client with vnc (192.168.0.40)
you office
internet >
3. Open a remote tunnel to pilot a remote linux server non reachable through internet
In this example, you will create a remote tunnel, this will give the remote man to connect to and reach you.
I used this example if I have to pilot a remote pc, but this pc has no static IP or is behind a firewall
The good solution is to activate port forward on the pc to be piloted and to connect it to a server we can access.
PC 1 (to be piloted) --||||-- firewall ----- internet ----- accessible-server
Installation:
Be sure java is in you classpath
tar zxvf portforward.tar.gz
cd portForward
sh run_linux.sh
<<lessExamples:
1. Open a local tunnel to reach a remote mysql database
- Your application needs to connect to a remote database server (mysql for example), but the database server (remote.server.example) is not configured to expose mysql to internet directly.
- Port forward will open a local port (3306) and redirect the connections to remote.server.example ssh server
- The remote.server.example ssh server will connect to its local mysql server
2. Open a local tunnel to use a remove VNC desktop
- You want to connect to your home computer which has a vnc server but from work, the firewall blocks vnc connections (generally on port 5901)
- If you have a ssh server at home, you could use it as bridge to connect to a client in your home:
Your position internet your linux ssh server ->>
-->> you client with vnc (192.168.0.40)
you office
internet >
3. Open a remote tunnel to pilot a remote linux server non reachable through internet
In this example, you will create a remote tunnel, this will give the remote man to connect to and reach you.
I used this example if I have to pilot a remote pc, but this pc has no static IP or is behind a firewall
The good solution is to activate port forward on the pc to be piloted and to connect it to a server we can access.
PC 1 (to be piloted) --||||-- firewall ----- internet ----- accessible-server
Installation:
Be sure java is in you classpath
tar zxvf portforward.tar.gz
cd portForward
sh run_linux.sh
Download (1.0MB)
Added: 2006-05-25 License: LGPL (GNU Lesser General Public License) Price:
1915 downloads
yavipin-conf 0.0.1
yavipin-conf is a multiple client / server configuration utility for yavipin a la vtun. more>>
This utility is meant to ease the configuration of yavipin on both clients and servers. It foll.ows the same configuration scheme as vtun, so people migrating from vtun will not find any difficulties writing up yavipin confs.
Yavipind is a secure tunnel aka 2 peers securely forwarding packets toward each other. It forwards any kind of packet (IPv4, IPv6 or other) sent over the virtual point-to-point device (e.g. tun0). It fully runs in linux userspace.
<<lessYavipind is a secure tunnel aka 2 peers securely forwarding packets toward each other. It forwards any kind of packet (IPv4, IPv6 or other) sent over the virtual point-to-point device (e.g. tun0). It fully runs in linux userspace.
Download (0.003MB)
Added: 2005-04-19 License: LGPL (GNU Lesser General Public License) Price:
1648 downloads
PHPortal 0.2.7 beta
PHPortal is an extensible content management framework with object reuse. more>>
PHPortal is a PHP application development environment similar to Zope. It is a pipeline or tunnel application that can help you quickly create dynamic Web applications such as portal and intranet sites. It comes with membership, search, news, and more.
Its easy-to-use tools allow teams to productively and safely work together. It provides access to databases and other legacy data. Its support for Web standards such as SMTP, POP, FTP, and XML-RPC allows you flexibility and interoperability.
It consists of a number of components which work together to provide a complete, yet flexible, application server package. It includes an XML-RPC server, an object-oriented database schema, a search engine, a database virtual file mapping system, a Web page templating system, a Web-based development and management tool, and comprehensive extension support.
<<lessIts easy-to-use tools allow teams to productively and safely work together. It provides access to databases and other legacy data. Its support for Web standards such as SMTP, POP, FTP, and XML-RPC allows you flexibility and interoperability.
It consists of a number of components which work together to provide a complete, yet flexible, application server package. It includes an XML-RPC server, an object-oriented database schema, a search engine, a database virtual file mapping system, a Web page templating system, a Web-based development and management tool, and comprehensive extension support.
Download (1.0MB)
Added: 2005-05-05 License: ZPL (Zope Public License) Price:
1632 downloads
nat-traverse 0.4
nat-traverse establishes connections between hosts which are behind NAT gateways. more>>
nat-traverse establishes connections between nodes which are behind NAT gateways, i.e. hosts which do not have public IP addresses.
Additionally, you can setup a small VPN by using pppd on top of nat-traverse. nat-traverse does not need an external server on the Internet, and it isnt necessary to reconfigure the involved NAT gateways, either. nat-traverse works out-of-the-box.
Version restrictions:
- Only IPv4 is supported, nat-traverse wont work with IPv6 addresses. Even though it would be relatively trivial to add IPv6 support, I refrained from doing that, as theres no need to use NAT with IPv6 (the address space IPv6 provides is sufficient).
Enhancements:
- New option --quit-after-connect quits nat-traverse after the tunnel has been established successfully.
<<lessAdditionally, you can setup a small VPN by using pppd on top of nat-traverse. nat-traverse does not need an external server on the Internet, and it isnt necessary to reconfigure the involved NAT gateways, either. nat-traverse works out-of-the-box.
Version restrictions:
- Only IPv4 is supported, nat-traverse wont work with IPv6 addresses. Even though it would be relatively trivial to add IPv6 support, I refrained from doing that, as theres no need to use NAT with IPv6 (the address space IPv6 provides is sufficient).
Enhancements:
- New option --quit-after-connect quits nat-traverse after the tunnel has been established successfully.
Download (0.015MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1524 downloads
unix2tcp 0.8.2
Unix2TCP is able to listen on a local UNIX socket and tunnel any incoming connections and traffic to a (remote) IP address/port. more>>
unix2tcp is a small program to redirect all connections and traffic from a UNIX socket to a (remote) TCP/IP address.
Example of usage: I have started this project to be able to transparently move my "local" MySQL servers to whatever location I want.
Having a web-hosting server with lots of client scripts that all connect to "localhost" (ie /tmp/mysql.sock) for talking MySQL is a problem when you want to move the MySQL server on its dedicated machine.
This is how we did it: we run unix2tcp /tmp/mysql.sock remoteip remoteport so that unix2tcp will listen to /tmp/mysql.sock and tunnel any traffic to remoteip:remoteport .
There we would have run any "normal" portforwarder to forward from "remoteport" to 127.0.0.1:3306, thus beeing able to keep the grant tables in MySQL untouched (all connection would have seem to come from localhost).
I guess there can be other solutions to this problem too, but this way its the most flexible I have found yet. Another example ideea came from a user of this program. He wanted to remain anonymous so I will respect his wish.
He used unix2tcp to trick some X applications (binary release only) thinking that they are talking to the local X server but in fact they were talking to a remote X server were he forwarded the connections.
Main features:
- tunnels all traffic between a (remote) address/port and a local UNIX socket
- does NOT use fork() (single process model)
- does use O_NONBLOCK , should be no case of blocking
<<lessExample of usage: I have started this project to be able to transparently move my "local" MySQL servers to whatever location I want.
Having a web-hosting server with lots of client scripts that all connect to "localhost" (ie /tmp/mysql.sock) for talking MySQL is a problem when you want to move the MySQL server on its dedicated machine.
This is how we did it: we run unix2tcp /tmp/mysql.sock remoteip remoteport so that unix2tcp will listen to /tmp/mysql.sock and tunnel any traffic to remoteip:remoteport .
There we would have run any "normal" portforwarder to forward from "remoteport" to 127.0.0.1:3306, thus beeing able to keep the grant tables in MySQL untouched (all connection would have seem to come from localhost).
I guess there can be other solutions to this problem too, but this way its the most flexible I have found yet. Another example ideea came from a user of this program. He wanted to remain anonymous so I will respect his wish.
He used unix2tcp to trick some X applications (binary release only) thinking that they are talking to the local X server but in fact they were talking to a remote X server were he forwarded the connections.
Main features:
- tunnels all traffic between a (remote) address/port and a local UNIX socket
- does NOT use fork() (single process model)
- does use O_NONBLOCK , should be no case of blocking
Download (0.031MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1497 downloads
Accelerator 0.1.1
Fast, first person shoot-em-up. more>>
Accelerator is a 3D shoot-em-up in which you pilot a craft through a tunnel, avoiding or destroying anything that gets in your way, whilst getting steadily faster and faster.
Currently lacking vast amounts of polish - a side effect of having originally been developed in a week, for a programming challenge - but it is playable.
<<lessCurrently lacking vast amounts of polish - a side effect of having originally been developed in a week, for a programming challenge - but it is playable.
Download (0.44MB)
Added: 2005-12-26 License: GPL (GNU General Public License) Price:
1403 downloads
NTLM Authorization Proxy Server 0.9.9.0.1
NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server. more>>
NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol.
Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method.
It can change arbitrary values in your clients request header so that those requests will look like they were created by MS IE. It is written in Python v1.5.2 language.
Main features:
- supports NTLM authentication via parent proxy server (Error 407 Proxy Authentication Required);
- supports NTLM authentication at web servers (Error 401 Access Denied/Unauthorized);
- supports translation of NTLM scheme to standard "Basic" authentication scheme;
- supports the HTTPS CONNECT method for transparent tunnelling through parent proxy server;
- has ability to change arbitrary values in clients request headers;
- supports unlimited number of client connections;
- supports connections from external hosts;
- supports HTTP 1.1 persistent connections;
- stores users credentials in config file or requests password from a console during the start time;
- supports intelligent failure detection and failover between multiple upstream proxies;
Enhancements:
- This release fixes a minor bug with Python 1.5.2 compatibility.
<<lessSince version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method.
It can change arbitrary values in your clients request header so that those requests will look like they were created by MS IE. It is written in Python v1.5.2 language.
Main features:
- supports NTLM authentication via parent proxy server (Error 407 Proxy Authentication Required);
- supports NTLM authentication at web servers (Error 401 Access Denied/Unauthorized);
- supports translation of NTLM scheme to standard "Basic" authentication scheme;
- supports the HTTPS CONNECT method for transparent tunnelling through parent proxy server;
- has ability to change arbitrary values in clients request headers;
- supports unlimited number of client connections;
- supports connections from external hosts;
- supports HTTP 1.1 persistent connections;
- stores users credentials in config file or requests password from a console during the start time;
- supports intelligent failure detection and failover between multiple upstream proxies;
Enhancements:
- This release fixes a minor bug with Python 1.5.2 compatibility.
Download (0.054MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1377 downloads
Brutus 0.9.33
Brutus is an Exchange connector and development framework. more>>
Brutus is an Exchange connector and development framework that offers access to all of MAPI and therefore to all versions of Microsoft Exchange from version 5.5 onwards.
Brutus project is a complete wrapping of all of MAPI into a (large) set of CORBA interfaces. It enables any groupware client to integrate seamlessly into any organization with large Exchange deployments on an equal footing with MS Outlook.
Being based on CORBA, it is platform independent, and works equally well on Linux, the BSDs, Windows, or wherever there is a CORBA implementation available.
Enhancements:
- Logging of failure cases was generally improved.
- SSLIOP support has been removed.
- SSLIOP is no longer needed as Lorica will add CORBA firewall support as well as an SSLIOP tunnel between Brutus Server and any client application.
- MAPI object property scrambling was added.
- This is a new feature that makes it possible for an administrator to content scramble specific users.
<<lessBrutus project is a complete wrapping of all of MAPI into a (large) set of CORBA interfaces. It enables any groupware client to integrate seamlessly into any organization with large Exchange deployments on an equal footing with MS Outlook.
Being based on CORBA, it is platform independent, and works equally well on Linux, the BSDs, Windows, or wherever there is a CORBA implementation available.
Enhancements:
- Logging of failure cases was generally improved.
- SSLIOP support has been removed.
- SSLIOP is no longer needed as Lorica will add CORBA firewall support as well as an SSLIOP tunnel between Brutus Server and any client application.
- MAPI object property scrambling was added.
- This is a new feature that makes it possible for an administrator to content scramble specific users.
Download (0.69MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
1375 downloads
portForward 1.3
Port forward is a java application which gives you the ability to open tunnels between your local computer and a ssh server. more>>
Port forward is a java application which gives you the ability to open tunnels between your local computer and a remote ssh server.
Tunnels can be created both local or remote
Examples:
1. Open a local tunnel to reach a remote mysql database
Your application needs to connect to a remote database server (mysql for example), but the database server (remote.server.example) is not configured to expose mysql to internet directly.
Port forward will open a local port (3306) and redirect the connections to remote.server.example ssh server
The remote.server.example ssh server will connect to its local mysql server
2. Open a local tunnel to use a remove VNC desktop
You want to connect to your home computer which has a vnc server but from work, the firewall blocks vnc connections (generally on port 5901)
If you have a ssh server at home, you could use it as bridge to connect to a client in your home:
Your position internet your linux ssh server ->>
-->> you client with vnc (192.168.0.40)
you office internet >
You will be now able to connect using a vncclient giving 127.0.0.1:0 as address
3. Open a remote tunnel to pilot a remote linux server non reachable through internet
In this example, you will create a remote tunnel, this will give the remote man to connect to and reach you.
I used this example if I have to pilot a remote pc, but this pc has no static IP or is behind a firewall
The good solution is to activate port forward on the pc to be piloted and to connect it to a server we can access.
PC 1 (to be piloted) --||||-- firewall ----- internet ----- accessible-server
As you can see in this situation, if firewall does not use NAT, you have no way to reah PC 1
Enhancements:
- A button for selecting a command to execute upon connection with the server was added.
- A small problem with removing items was fixed.
<<lessTunnels can be created both local or remote
Examples:
1. Open a local tunnel to reach a remote mysql database
Your application needs to connect to a remote database server (mysql for example), but the database server (remote.server.example) is not configured to expose mysql to internet directly.
Port forward will open a local port (3306) and redirect the connections to remote.server.example ssh server
The remote.server.example ssh server will connect to its local mysql server
2. Open a local tunnel to use a remove VNC desktop
You want to connect to your home computer which has a vnc server but from work, the firewall blocks vnc connections (generally on port 5901)
If you have a ssh server at home, you could use it as bridge to connect to a client in your home:
Your position internet your linux ssh server ->>
-->> you client with vnc (192.168.0.40)
you office internet >
You will be now able to connect using a vncclient giving 127.0.0.1:0 as address
3. Open a remote tunnel to pilot a remote linux server non reachable through internet
In this example, you will create a remote tunnel, this will give the remote man to connect to and reach you.
I used this example if I have to pilot a remote pc, but this pc has no static IP or is behind a firewall
The good solution is to activate port forward on the pc to be piloted and to connect it to a server we can access.
PC 1 (to be piloted) --||||-- firewall ----- internet ----- accessible-server
As you can see in this situation, if firewall does not use NAT, you have no way to reah PC 1
Enhancements:
- A button for selecting a command to execute upon connection with the server was added.
- A small problem with removing items was fixed.
Download (1.3MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1369 downloads
cxSSHAdmin 0.7
cxSSHAdmin is a menu (ncurses with dialog) based utility to perform various administration tasks via SSH. more>>
cxSSHAdmin is a menu (ncurses with dialog) based utility to perform various administration tasks via SSH.
Main features:
- The ability to login to a selected host from a list
- Ability to execute one command on multiple hosts from a list
- Enable password-less access to hosts, using ssh keys.
- Automatically scan the subnet, and generates a hosts list
TODO/Bugs/etc:
- Redirect command output on multiple hosts to email if the user wants it.
- Run command on multiple hosts in *paralell* instead of the current serial way..
- The network scanning progressbar doesnt seem very linear.. I might fix this in the future..
- Ability to tunnel into a firewalled network and perform login/commands on remote hosts
<<lessMain features:
- The ability to login to a selected host from a list
- Ability to execute one command on multiple hosts from a list
- Enable password-less access to hosts, using ssh keys.
- Automatically scan the subnet, and generates a hosts list
TODO/Bugs/etc:
- Redirect command output on multiple hosts to email if the user wants it.
- Run command on multiple hosts in *paralell* instead of the current serial way..
- The network scanning progressbar doesnt seem very linear.. I might fix this in the future..
- Ability to tunnel into a firewalled network and perform login/commands on remote hosts
Download (0.004MB)
Added: 2006-02-12 License: GPL (GNU General Public License) Price:
1350 downloads
Alexs Firewall ByPasser 0.5.2
Alexs Firewall ByPasser is another TCP tunnel for HTTP proxies. more>>
Alexs Firewall ByPasser is another TCP tunnel for HTTP proxies.
Main features:
multi-thread design:
- It can handle a huge number of simultaneous connections without problems.
multiple proxies:
- It use a list of available proxies to make connections. So every connection can be done over a different proxy.
ability to check proxies list:
- It is able to check the proxies before real use. This feature can be used to clean and optimize the proxies list.
curses interface:
- It have a nice top like curses interface.
daemon mode:
- It is able to run in background & quiet mode.
Socks4 and Socks5 protocol support:
- Partial support for Socks4 and Socks5. Only CONNECT method (Socks4 & Socks5) and NO AUTHENTICATION (Socks5) is implemented at this time, but in most of the cases it is enough (future versions will implement complete support of both protocols).
Version restrictions:
Alexs Firewall ByPasser should work with every HTTP proxy, with the following exceptions:
- MS Proxies with NTLM authentication. NTLM is a proprietary authentication method from Microsoft, not a standard authentication method.
- HTTP/1.0 and HTTP/1.1 Proxies without the CONNECT method.
<<lessMain features:
multi-thread design:
- It can handle a huge number of simultaneous connections without problems.
multiple proxies:
- It use a list of available proxies to make connections. So every connection can be done over a different proxy.
ability to check proxies list:
- It is able to check the proxies before real use. This feature can be used to clean and optimize the proxies list.
curses interface:
- It have a nice top like curses interface.
daemon mode:
- It is able to run in background & quiet mode.
Socks4 and Socks5 protocol support:
- Partial support for Socks4 and Socks5. Only CONNECT method (Socks4 & Socks5) and NO AUTHENTICATION (Socks5) is implemented at this time, but in most of the cases it is enough (future versions will implement complete support of both protocols).
Version restrictions:
Alexs Firewall ByPasser should work with every HTTP proxy, with the following exceptions:
- MS Proxies with NTLM authentication. NTLM is a proprietary authentication method from Microsoft, not a standard authentication method.
- HTTP/1.0 and HTTP/1.1 Proxies without the CONNECT method.
Download (0.034MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1347 downloads
THC-RWWWShell 2.0
Reverse-WWW-Tunnel-Backdoor is proof-of-concept Perl program for the paper Placing Backdoors through Firewalls. more>>
THC-RWWWShell is proof-of-concept Perl program for the paper "Placing Backdoors through Firewalls".
It allows communicating with a shell through firewalls and proxy servers by imitating webtraffic. The master/slave relation is reversed, therefore no listening ports are used on the target machine.
THC-RWWWShell was verified to work on Linux, Solaris, AIX and OpenBSD
BUGS: some Solaris machines: select(3) is broken, wont work there on some systems Perls recv is broken (AIX, OpenBSD) ... we cant make proper receive checks here. Workaround implemented.
Enhancements:
- HTTP 1.0 protocol compliance (finally)
<<lessIt allows communicating with a shell through firewalls and proxy servers by imitating webtraffic. The master/slave relation is reversed, therefore no listening ports are used on the target machine.
THC-RWWWShell was verified to work on Linux, Solaris, AIX and OpenBSD
BUGS: some Solaris machines: select(3) is broken, wont work there on some systems Perls recv is broken (AIX, OpenBSD) ... we cant make proper receive checks here. Workaround implemented.
Enhancements:
- HTTP 1.0 protocol compliance (finally)
Download (0.005MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1341 downloads
THC-UnixHackingTools 1
THC-UnixHackingTools is a compilation of needfull unix hacking tools including backdoors. more>>
THC-UnixHackingTools is a compilation of needfull unix hacking tools including backdoors, cleaners, tunnels, etc written by THC members, that compile on various unix platforms.
They are not elite of course, otherwise we wouldnt release them, but they are very useful - so take a look and tryem out...
Collector v1.0 library to transfer data to other hosts (sniffer!)
Hunter v1.2 easy sniffer for Linux
ICMP-Tunnel v1.0 an icmp tunnel program for transfering files
Searcher v8.0 check admins $HOME for .rhosts/.forward etc.
Smeagol v4.4.4 nice backdoor with acct/logclean and hiding functions
clear v1.3 elite log cleaner (delete!) for utmp(x)/wtmp(x)/lastlog
cnt-svr-filetransfer small sources to transfer files on any unix system
daemonshell tcp and udp daemonshell in perl
fingerd-fileserver patch to fingerd (linux) to transfer files (cool!)
paz v1.0 process accounting zap, deletes accouting info
probe v2.3 script for remote host probing, really good.
t-shirt v4.0 our THC T-Shirt for 98, 1st released on the Cebit
zap3 enhanced zap to delete entrys. also for sys v systems
on most files, the small README inside does not tell much about its options. browse the sourcecode instead.
<<lessThey are not elite of course, otherwise we wouldnt release them, but they are very useful - so take a look and tryem out...
Collector v1.0 library to transfer data to other hosts (sniffer!)
Hunter v1.2 easy sniffer for Linux
ICMP-Tunnel v1.0 an icmp tunnel program for transfering files
Searcher v8.0 check admins $HOME for .rhosts/.forward etc.
Smeagol v4.4.4 nice backdoor with acct/logclean and hiding functions
clear v1.3 elite log cleaner (delete!) for utmp(x)/wtmp(x)/lastlog
cnt-svr-filetransfer small sources to transfer files on any unix system
daemonshell tcp and udp daemonshell in perl
fingerd-fileserver patch to fingerd (linux) to transfer files (cool!)
paz v1.0 process accounting zap, deletes accouting info
probe v2.3 script for remote host probing, really good.
t-shirt v4.0 our THC T-Shirt for 98, 1st released on the Cebit
zap3 enhanced zap to delete entrys. also for sys v systems
on most files, the small README inside does not tell much about its options. browse the sourcecode instead.
Download (0.067MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1339 downloads
THC-Grenzgaenger 0.3
Grenzgaenger is a Socks like hacker tool for tunneling nmap, netcat and exploits transparently through systems. more>>
Grenzgaenger is a Socks like hacker tool for tunneling nmap, netcat and exploits transparently through systems into protected networks.
THC-Grenzgaenger tool is in ALPHA state!
Please dont use it for anything illegal. Just play around with it, and it would be nice if you would give me feedback.
Image the following:
You are here this is a firewall this is a DMZ server where
| allowing only port 443 you able to put a tool on
| | |
v v v
*** *** ***
***-------------------------***------------------+-------***
*** *** | ***
|
+-> +-------***
| |
many more DMZ server --+-> +-------***
| |
+-> +-------***
and you would like to reconnaissance on that DMZ as you have been able to
get at least one server there.
Interactive login maybe a no-go, as it might be a Win95 machine, chrooted
environment on linux, or some weird old HP-UX 9.0 machine were all the cool
tools dont compile.
This is were Grenzgaenger comes into play.
It allows you to use many tools on your local console, as if you *would*be*
having your laptop hooked up to the DMZ.
I currently just verified that the stuff is working on my SuSE Linux 8.1.
Your experience may vary.
How to use it:
Run the first tunnel proxy server on your own machine:
./ggd
Do the same on the target machine. Use the -p option to choose a different listening port than 443.
Edit the gg shell script and change the
GG_TUNNEL="127.0.0.1:444:test"
value to point to the target machine.
e.g.
GG_TUNNEL="192.168.13.3:443:test"
In the session where you want to use the proxy, just do:
gg command options
e.g.
gg netcat 192.168.13.3 23
<<lessTHC-Grenzgaenger tool is in ALPHA state!
Please dont use it for anything illegal. Just play around with it, and it would be nice if you would give me feedback.
Image the following:
You are here this is a firewall this is a DMZ server where
| allowing only port 443 you able to put a tool on
| | |
v v v
*** *** ***
***-------------------------***------------------+-------***
*** *** | ***
|
+-> +-------***
| |
many more DMZ server --+-> +-------***
| |
+-> +-------***
and you would like to reconnaissance on that DMZ as you have been able to
get at least one server there.
Interactive login maybe a no-go, as it might be a Win95 machine, chrooted
environment on linux, or some weird old HP-UX 9.0 machine were all the cool
tools dont compile.
This is were Grenzgaenger comes into play.
It allows you to use many tools on your local console, as if you *would*be*
having your laptop hooked up to the DMZ.
I currently just verified that the stuff is working on my SuSE Linux 8.1.
Your experience may vary.
How to use it:
Run the first tunnel proxy server on your own machine:
./ggd
Do the same on the target machine. Use the -p option to choose a different listening port than 443.
Edit the gg shell script and change the
GG_TUNNEL="127.0.0.1:444:test"
value to point to the target machine.
e.g.
GG_TUNNEL="192.168.13.3:443:test"
In the session where you want to use the proxy, just do:
gg command options
e.g.
gg netcat 192.168.13.3 23
Download (0.014MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1327 downloads
prtunnel 0.2.7
prtunnel is a program that can tunnel TCP/IP connections in a variety of ways. more>>
prtunnel is a program that can tunnel TCP/IP connections in a variety of ways, including through HTTP and SOCKS5 proxy servers. Some if its possible uses include:
- Tunneling TCP connections from client programs to a remote server through an HTTP or SOCKS5 proxy (useful if youre behind such a proxy and want to use a program that doesnt have native proxy support)
- Tunneling TCP connections from SOCKS-capable client programs through an HTTP or SOCKS5 proxy
- Tunneling TCP connections from an IPv4 client program to an IPv6 server and vice-versa
- Forwarding TCP connections
- Running as a simple SOCKS proxy server
prtunnel project was developed and used under Linux and BSD-based operating systems.
Enhancements:
- A bug that would cause malloc(0) to be called in some situations (which could cause problems on some systems) has been fixed.
- The server timeout, if specified, is now set before the proxy server successfully connects to the remote server, which will prevent the program from hanging if the proxy does not respond to the client.
<<less- Tunneling TCP connections from client programs to a remote server through an HTTP or SOCKS5 proxy (useful if youre behind such a proxy and want to use a program that doesnt have native proxy support)
- Tunneling TCP connections from SOCKS-capable client programs through an HTTP or SOCKS5 proxy
- Tunneling TCP connections from an IPv4 client program to an IPv6 server and vice-versa
- Forwarding TCP connections
- Running as a simple SOCKS proxy server
prtunnel project was developed and used under Linux and BSD-based operating systems.
Enhancements:
- A bug that would cause malloc(0) to be called in some situations (which could cause problems on some systems) has been fixed.
- The server timeout, if specified, is now set before the proxy server successfully connects to the remote server, which will prevent the program from hanging if the proxy does not respond to the client.
Download (0.020MB)
Added: 2006-03-13 License: BSD License Price:
1325 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above https tunnel search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed