0
2
so I have this architecture in VirtualBox :
Client <--> IDS <--> server
where all of the machines are implemented in Kali Linux and I am currently hosting a website on the Server which is configured to use HTTPS. I have all the certificates created using OpenSSL.
Now how can I use the IDS machine to: 1- intercept And decrypt HTTPS traffics 2- pass the traffics to IDS (snort) 3- re encrypt traffic and send it to the destination
Is there any specific tool will help ?