The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
40 views

Eavesdropping a communication between a local application and the network

After some digging on the Internet, I've been unable to find a satisfying solution for my curiosity... Here's the thing : using a shell script, I've been able to obtain a list of IP addresses ...
1
vote
2answers
67 views

How to you manually decrypt a SOAP message using openssl?

So I have a SOAP message like this (key data and encrypted data has been truncated): <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" ...