[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-talk] Continuous Integration for testing application proxy leaks?
> 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 :)
--
tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk