rofl0r

Results 902 comments of rofl0r

i don't have docker (it requires a go compiler), but i'll try to create a test program using nonblocking sockets. if we can't solve it this way, i can look...

i've been able to reproduce the issue now, however it's not straightforward to fix. the problem is that proxychains creates its own socket to do the connection, than dup2()s it...

you can put LD_PRELOAD=/path/to/libproxychains4.so into your .bashrc, so any app that you start out of bash as your user will be proxified. note that nmap works only in tcp mode...

check this commit 86be015f0df2bf2bfcbf99a7d42412a0dd2fe163 and meditate over the commit message then see this summary i wrote about current mainstream build systems: https://github.com/libtom/libtomcrypt/issues/391#issuecomment-390434739 then if you're courageous enough propose yet another...

you also might want to read my latest article about build systems http://sabotage-linux.github.io/blog/5/

anyone got an idea what's causing this and how to fix it ? help welcome.

what's the difference between curl and git ? is one shipped with mac os, vs the other installed via brew ? where are the binaries located ?

weird, yet another case case of boringssl crashing in EVP_MD_CTX_cleanup while proxychains thread is in select(). anyone have an idea what could be the cause ?

> FTP error FTP is quite an idiotic protocol designed in the 70ies. it uses numerous connection and worst of it, it opens a server port on the local machine...

what other people seem to do in such a situation is to put the tun/tap using software into a container which features a socks5 proxy accepting connections which then routes...