[tor-talk] Continuous Integration for testing application proxy leaks?

grarpamp grarpamp at gmail.com
Thu Jun 8 03:34:46 UTC 2017


> strace -f -e trace=socket,getsockopt,setsockopt,getsockname,connect,bind,send,sendto,sendmsg,recv,recvfrom,recvmsg ./run_tests.sh
> H/t to pabouk at https://tor.stackexchange.com/a/118 for the idea of

Build environments can shell out...

enable packet logging ruleset [possibly isolating a build / test uid]
make test
disable packet logging ruleset
examine log

Software people might tend to look at strace first.
Netsec people might tend to look at packets first.

Related, torsocks LD_PRELOAD includes some debug
logging and syscall coverage research...
https://gitweb.torproject.org/torsocks.git/

> making sense

Not me :)


More information about the tor-talk mailing list