All kinds of tools that support testing.

learn more… | top users | synonyms

3
votes
1answer
104 views

What tools are available for testing client/server software in various network topologies?

For testing a client/server platform that communicates over TCP/IP, is there a tool available to mimic various types of interposed network component, such a firewall with NAT or a SOCKS5 server. ...
1
vote
0answers
41 views

Attack surface metrics analyzer tool

I am trying to find a tool to measure vulnerability into my application ( each entry point and exit point into my application ) and then apply it to Manadhata's metrics I found Microsoft surface ...
0
votes
0answers
78 views

Curious behaviour of Firefox when using a proxy for local IP Addresses

I'm currently debugging a rails application and sahi. Previously working without a problem: I would have a proxy running on: 10.2.33.44:9999 (sahi proxy) rails server (host) is also running on ...