burpsuite: can't handle sni

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-03-22 13:52:46 -04:00
parent e82dbd1269
commit 0cec9d2311
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -29,6 +29,6 @@ src_install() {
insinto /opt/"${PN}"
doins "${MY_P}"
echo -e "#!/bin/sh\njava -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &\n" > "${PN}"
echo -e "#!/bin/sh\njava -Djsse.enableSNIExtension=false -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &\n" > "${PN}"
dobin ${PN}
}