diff --git a/Readme.md b/Readme.md index 04d95aa..8a5fefe 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ Making pivoting into internal networks easier and faster so you can focus on the real fun :) ## Principles -The idea is to executa a socks5 server on the compromised target and forward the local exposed port remotely via SSH. +The idea is to execute a socks5 server on the compromised target and forward the local port remotely via SSH. A remote server or any other mean of exposing a port on the internet is required. When SSH server is not available there's [antinat](http://www.malsmith.net/antinat/) coming to the rescue. ## Linux diff --git a/linux/corkscrew32 b/linux/corkscrew32 new file mode 100755 index 0000000..82a3adc Binary files /dev/null and b/linux/corkscrew32 differ diff --git a/linux/corkscrew64 b/linux/corkscrew64 new file mode 100755 index 0000000..ed94697 Binary files /dev/null and b/linux/corkscrew64 differ