|
| 1 | +PWNAT(1) proxy server that works behind client+server NATs PWNAT(1) |
| 2 | + |
| 3 | +NAME |
| 4 | + pwnat - proxy server that works behind both client and server NATs |
| 5 | + |
| 6 | +SYNOPSIS |
| 7 | + ./pwnat <-s | -c> <args> |
| 8 | + |
| 9 | +DESCRIPTION |
| 10 | + There is no middle man, no proxy, no 3rd party, no UPnP required, no |
| 11 | + spoofing, or DNS tricks. The server does not need to know the |
| 12 | + client's IP address before connecting. More importantly, the client |
| 13 | + can then connect to any host or port on any remote host or to a fixed |
| 14 | + host and port decided by the server. |
| 15 | + |
| 16 | +OPTIONS |
| 17 | + -c client mode: <args>: [local ip] <local port> <proxy host> |
| 18 | + [proxy port (def:2222)] <remote host> <remote port> |
| 19 | + |
| 20 | + -s server mode: <args>: [local ip] [proxy port (def:2222)] [[al‐ |
| 21 | + lowed host]:[allowed port] ...] |
| 22 | + |
| 23 | + -6 use IPv6 |
| 24 | + |
| 25 | + -v show debug output (up to 2) |
| 26 | + |
| 27 | + -h show this help and exit |
| 28 | + |
| 29 | +EXAMPLES |
| 30 | + 1. Server side allowing anyone to proxy: pwnat -s |
| 31 | + |
| 32 | + 2. Client wanting to connect to google.com:80: pwnat -c 8000 <pw‐ |
| 33 | + nat.server.com> google.com 80 |
| 34 | + |
| 35 | + 3. browse to visit the google: http://localhost:8000 |
| 36 | + |
| 37 | +REPORTING BUGS |
| 38 | + To report a bug please visit pwnat issues tracking system at: |
| 39 | + https://github.com/samyk/pwnat/issues |
| 40 | + |
| 41 | +AUTHORS |
| 42 | + Written by Samy Kamkar < [email protected]>. Tunneling portion based off |
| 43 | + of udptunnel by Daniel Meekins Contact: dmeekins - gmail. This manual |
| 44 | + page was written by Josenison F. da Silva < [email protected]> |
| 45 | + for the Debian project (but may be used by others). |
| 46 | + |
| 47 | +PWNAT 0.3 Abr 2022 PWNAT(1) |
0 commit comments