https://github.com/hiwincn/htran
HTran is a connection bouncer, a kind of proxy server. A “listener” program is hacked stealthily onto an unsuspecting host anywhere on the Internet. When it receives signals from the actual target system, it redirects it to the hacker’s server.
https://github.com/hiwincn/htran
Last synced: about 1 year ago
JSON representation
HTran is a connection bouncer, a kind of proxy server. A “listener” program is hacked stealthily onto an unsuspecting host anywhere on the Internet. When it receives signals from the actual target system, it redirects it to the hacker’s server.
- Host: GitHub
- URL: https://github.com/hiwincn/htran
- Owner: HiwinCN
- Created: 2015-12-03T04:54:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T09:57:46.000Z (about 5 years ago)
- Last Synced: 2024-11-17T10:40:19.843Z (over 1 year ago)
- Language: C++
- Size: 10.7 KB
- Stars: 249
- Watchers: 6
- Forks: 89
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **154**星
README
# HTran
HTran is a connection bouncer, a kind of proxy server. A “listener” program is hacked stealthily onto an unsuspecting host anywhere on the Internet. When it receives signals from the actual target system, it redirects it to the hacker’s server.
HTran have two platform version: Windows and Unix-like(Linux、Unix、etc...)
HTran 's Windows version code by lion and bkbll.
Ported to Linux/Unix by Hwin.
```
* :Plesae open README.md to read complete HTran usage
*
* : [Usage of Packet Transmit:]
* : HTran - [-log logfile]
* :
* : [option:]
* : -listen
* : -tran
* : -slave
Welcome to http://www.cnhonker.com
```
`PS: The project is no longer maintained.`