sleeyax / burp-awesome-tls

Burp extension to evade TLS fingerprinting. Bypass WAF, spoof any browser.
GNU General Public License v3.0
992 stars 66 forks source link

Crashing Burp on Ubuntu 22.04 #20

Closed AmmeySaini closed 1 year ago

AmmeySaini commented 1 year ago

After loading the module and sending an HTTP request to the listener it crashes the whole BURP. Burp version: 2022.9.1(Professional) Java 17 os: Ubuntu 22.04

sleeyax commented 1 year ago

Does this happen every time or are there any specific steps required to reproduce this?

AmmeySaini commented 1 year ago

Happens everytime i try to send a request to the listener

AmmeySaini commented 1 year ago

@sleeyax can you let me know what OS you tested the extension on?

sleeyax commented 1 year ago

Arch linux, java 17, probably not the latest version of burp last time I tested.

AmmeySaini commented 1 year ago

I ran your go code directly and found this log while sending a request to the listener http: TLS handshake error from 127.0.0.1:35150: tls: first record does not look like a TLS handshake

Error from the httpx library: RemoteProtocolError: Server disconnected without sending a response.

sleeyax commented 1 year ago

What site are you visiting?

AmmeySaini commented 1 year ago

https://httpbin.org/ip "GET"

Arhimason commented 1 year ago

same

sleeyax commented 1 year ago

Hi @AmmeySaini are you still having this issue with v1? Thanks in advance for letting me know.

sleeyax commented 1 year ago

Assuming this is fixed, reopen if you're still having issues with the latest release.

AmmeySaini commented 1 month ago

@sleeyax I did check this again with the latest version, I can confirm this error is still there cloned your repo and ran it directly

image

sleeyax commented 1 month ago

Are you accessing the site over HTTPS? Plain HTTP might cause unexpected results.

AmmeySaini commented 1 month ago

yes the website is using HTTPS, trying to access reddit.com, and this error is not always there, it happens randomly (around 10% of the time)