Alec Haring
Alec Haring
I am having the exact same issue
I've experienced similar behavior
So Tensorflow 1.0.0 should be installed when generating the model? I tried using Tensorflow 1.2.1 but it doesn't seem to want to use my GPU. Would I have to downgrade...
I ran into this error as well on macOS 12.6 w/ Burp Suite CE v2022.8.4 right after installing. Closing and reopening Burp seemed to solve the problem for me
@root0xa3, try the newest release. If you still get the error, try restarting Burp
Based on the error traceback, I think it's a race condition with the settings. It's trying to `parseInt` the timeout setting before its default value is set, which explains why...
Burp extension settings seem to persist even after the extension is removed. For example, try changing the `Listener address`, remove the extension, and then reinstall it. You'll see that your...
> I just reset burp via `Help > Clean Burp from computer > Remove saved configuration files` Did you check to see if your changed extension settings were reverted after...
It doesn't seem like it. I found out where the settings are stored on macOS: `~/Library/Preferences/burp.extensions._awesome tls.plist` BUT... the settings must be stored somewhere else as well because after closing...
`Header` stores the headers in a `map`, which doesn't preserve order. So we can't trust the order of `res.Header`, nor can we use the current method of transferring the response...