Does sslstrip have to do something with Bettercap’s certificate?

I am trying to perform a MITM attack using bettercap against a website that doesn’t have the HSTS security policy implemented at all.
When I try the following command: bettercap -T AddressIpoftheTarget -X –proxy –https-proxy, it works fi… Continue reading Does sslstrip have to do something with Bettercap’s certificate?

sslstrip gives error "exceptions.AttributeError: ‘int’ object has no attribute ‘splitlines’" when used with ettercap

I have 3 VM’s running in VirtualBox. All 3 VM’s are connected to a virtual network created from VirtualBox with the IP 192.168.56.1/24

For all VM’s are configured Host only Adapter

1 Linux web server that hosts the OWASP broken web appl… Continue reading sslstrip gives error "exceptions.AttributeError: ‘int’ object has no attribute ‘splitlines’" when used with ettercap

mitmproxy: Error starting proxy server: OSError(98, ‘Address already in use’)

I just installed mitmproxy tool. I want to run it. Once I type: sudo mitmproxy I get this error:

Error starting proxy server: OSError(98, ‘Address already in use’)

I searched and found some suggestion for changing the p… Continue reading mitmproxy: Error starting proxy server: OSError(98, ‘Address already in use’)