Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.99k stars 1.7k forks source link

Throw error when using `sni` and setting `server_hostname` manually in `remote` #2482

Open peace-maker opened 4 days ago

peace-maker commented 4 days ago

Prevents silently replacing the server_hostname that was provided in ssl_args.

Fixes #2425