linux - How to decrypt SSL traffic using SSLDUMP? -


i have:

private key(server.key) , certificate (server.cert) .

server.key password foobar

command:

cat server.cert server.key > server.pem

ssldump -ad -k ~/server.pem -p foobar -i le0 host romeo

i use command :

ssldump -ad -k ~/server.key -p foobar -i le0 host romeo

file server.key

server.key :pem rsa private key

result:

they both don't work! traffic data still encryted message !


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -