Anonymous mode

Started by nixguy, May 14, 2014, 10:09:08 PM

Previous topic - Next topic

nixguy

i know it works through TOR network and it's pretty good
now, I'm assuming it's still only for TCP connection and that it will not work for UDP as TOR only works for TCP

so if i need to run w3af or other gui based tools, do i have to pre-configure it to use the localhost and port that the anonymous script is using, or would it just route it automatically like it does to the web browser

Cheers

Nix

ZEROF

That mode is working for all outgoing traffic I don't see why you need to make other system settings. I think that you want to know if you need to use extra proxy, because some tools have options for that?! You can, but be sure to have speed proxy for that.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

b4d_bl0ck

Yes, it works system-wide, you don't need to set each tool...
Anyways it can happen some tools have a strange behaviour and will report weird results. But this depends on the tool itself through tor, not on this script...
Bye.
bool secure = check_paranoia() ? true : false;

nixguy

just so we are clear, when you say all outgoing traffic, does that include udp?

b4d_bl0ck

Since it's based upon tor, it inherits its limitations as well... I'm not informed about the latest state of the art, but AFAIK udp is still not supported (although this is being considered).
That's why you can experience weird results from tools using udp.
bool secure = check_paranoia() ? true : false;

nixguy

Thanks b4d_bl0ck & ZEROF