Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Aug 19, 2015
1 parent 75cd7cd commit 8b9012c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# pr0cks
python script to transparently forward all TCP and DNS traffic through a socks / HTTPS proxy (CONNECT) (like ssh -D) using iptables -j REDIRECT target
python script to transparently forward all TCP and DNS traffic through a socks / HTTPS proxy (CONNECT) (like ssh -D) using iptables -j REDIRECT target. Only works on linux for now.

## Features :
- set up a local transparent proxy compatible with socks4 socks5 and HTTP CONNECT proxies allowing to forward any TCP traffic transparently using iptables
- set up a local transparent DNS proxy translating UDP port 53 requests to TCP allowing DNS traffic to go through a proxy without UDP support (like ssh -D option)
- DNS caching mechanism to speed up the DNS resolutions through pr0cks

# example: let's rock
# Usage example: let's rock
As an example we will use the socks5 proxy of openssh (the option -D)
```bash
$ ssh -D 1080 user@sshserver
Expand Down Expand Up @@ -55,6 +55,7 @@ optional arguments:
- support UDP (with socks5)
- support proxy chaining


Don't hesitate to send me your feedback or any issue you may find

I hope it will be useful to someone ! Have fun :)

0 comments on commit 8b9012c

Please sign in to comment.