Pinhole 1.0

Pinhole 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 449
  • Released: May 28, 2007

Pinhole 1.0 Description

Pinhole is a simple network utility that forwards a port to the host specified. The optional newport parameter may be used to redirect to a different port on the target host. Uses threads gratuitously.

Pinhole Bookmark

Hyperlink code:
Hyperlink for Forum code:

Pinhole 1.0 Script Download Notice

Top 4 Download periodically updates information of Pinhole 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Pinhole 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Asynchronous port forwarding

This script forward the TCP traffic from your machine to another host, and back in the the other way. It uses asynchronous socket thanks to ye olde asyncore module, which was used by Zope up until recently (they integrated the Twisted reactor). As a consequence, it should be able to handle a ...
Python

Python portscanners

This script presents a couple of multithreaded portscanners. The second one use the Queue module. ...
Python

HTTPTunnel

HTTPTunnel is a tunneling software that can tunnel network connections through restrictive HTTP proxies over pure HTTP ... client that resides behind the firewall and accepts network connections on ports that will either be mapped to a specific ... client which will be translated and forwarded to network connections to the remote servers. Two different servers ...

GNU MAC Changer

This code represents a GNU/Linux utility for viewing/manipulating the MAC address of network interfaces.Features: - Set specific MAC address of a network interface - Set the MAC randomly - Set a ...

Get the IP address of a network interface

... to find the IP address associated with a network interface, given the name of that interface, e.g. "eth0". The address is returned as a string containing a dotted quad. ...
Python