Closed bw00lley closed 8 months ago
Thank you for notifying me. This weekend, I'm gonna release a major update that will fix almost everything, I have written it almost from scratch, and I have been working on it quite some time. It will introduce many new features and design. Alright, I won't spoil it here. All I'm saying is it worth the waiting :)
I was using Upload_Bypass for the first time to test a target and I couldn't make it work unless I changed most codecs from
latin-1
toutf-8
. I'm not sure if this is local to my setup, but might be worth adding in a test to check the encoding before assuming which codec to use inburp_file.py
.Initially I got this error from this command:
Then after replacing all instances of
latin-1
withutf-8
inburp_file.py
I got this error instead with the same command:Finally, after changing
utf-8
back tolatin-1
for just the entry on line 371 that decodes the base64 from Burp Suite, it did work. Well, on this occasion it seems like the target is not vulnerable to this bypass technique, but the tool seemed to work.