tobiashort
tobiashort
Hmm... I think what 12281001 meant is the following. You can use ubireader_extract_images from https://github.com/jrspruitt/ubi_reader. This will extract the squashfs. Then you can extract it further with unsquashfs. This seemed...
Had a similiar issue running zellij in WSL. Running with `strace` revealed that I had incorrect permissions for the folder `/run/user/1001`: ``` $ strace zellij execve("/usr/local/bin/zellij", ["zellij"], 0x7ffdc5276fa0 /* 31...
Illegal base64 character a means that the string contains the character 0x0a, which is the newline character (\n). This is because the certificate is split into multiple lines as we...
Hi @edmacke Thanks for your report. Will look at it a soon as possible. Tobias
Hi @edmacke I have looked into this bug. I am afraid that this is probably not a bug in our extension, but a bug introduced by BurpSuite. I tried the...
Will close this issue for now.
Hi @bananacake0 Thank you. Can you explain a little more what you mean?
It looks like you refer to the Espresso extension. It looks like they use a special editor for rendering and syntax highlighting: https://github.com/PortSwigger/espresso/blob/7130c3b3495891fb84151fa56e33be620f413a59/src/main/java/de/rub/nds/burp/espresso/editor/saml/UISourceViewer.java#L74. I will give it a try.
Hi @noraj. I agree that it would suggest. In older days the xml was also prettified in the attack tab. But the code had some issues and we had to...
@emanuelduss Nice! What Hotkeys should we take? I am ready to implement them.