rofl0r

Results 1020 comments of rofl0r

i'm a bit irritated about the number of `[proxychains] DLL init: proxychains-ng 4.11` lines you get. this code should only be executed once (the whole init stuff). can you attach...

very interesting/confusing. - the gcc_init() code is called multiple times, even from the same PID - that means pthread_once() in OSX doesn't work, or at least not in the case...

would be more interesting with debug output...

note that i mistakenly closed this issue (but reopened it at once); i didn't intend to discourage you from further investigation.

sorry, but i don't get your point. could you elaborate on what you think is interesting ?

i see no reason why smtp shouldn't work (actually it does for me). you can probably debug what happens when you run a socks5 proxy on localhost, connect through that...

figured out the issue with localnet not working, see commit message above ^

you are missing libc headers. try install "build-essential" package.

i don't think so. is that an extended auth feature (i.e. not "basic" auth) of HTTP ?

> username is sent in clear text and pass is just hashed that's equally safe as sending the password in plaintext, since an adversary can capture the hash and send...