├── .gitignore ├── README.md ├── Unix-like_Version └── HTran.c └── Windows_Version └── HTran.cpp /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files 2 | *.slo 3 | *.lo 4 | *.o 5 | *.obj 6 | 7 | # Precompiled Headers 8 | *.gch 9 | *.pch 10 | 11 | # Compiled Dynamic libraries 12 | *.so 13 | *.dylib 14 | *.dll 15 | 16 | # Fortran module files 17 | *.mod 18 | 19 | # Compiled Static libraries 20 | *.lai 21 | *.la 22 | *.a 23 | *.lib 24 | 25 | # Executables 26 | *.exe 27 | *.out 28 | *.app 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # HTran 2 | 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. 3 | HTran have two platform version: Windows and Unix-like(Linux、Unix、etc...) 4 | HTran 's Windows version code by lion and bkbll. 5 | Ported to Linux/Unix by Hwin. 6 | 7 | ``` 8 | * :Plesae open README.md to read complete HTran usage 9 | * 10 | * : [Usage of Packet Transmit:] 11 | * : HTran -