nccgroup / LoggerPlusPlus

Advanced Burp Suite Logging Extension
GNU Affero General Public License v3.0
630 stars 157 forks source link

Cannot Pop-in logger++ #207

Open ldionmarcil opened 8 months ago

ldionmarcil commented 8 months ago

Description: I used the "Pop Out Logger++" button in the menu, and the extension popped out, effectively removing it from the Burp menu.

image

Then I closed the window manually, and that did not re-add the Logger++ menu to burp, its tab is effectively gone. If I use the the "Pop-In Logger++", the popped out window will disappear but the pane will not be added back to my burp.

image

See below screenshot where all logger++ is "popped out", but missing from the menus: image

image

I reloaded the extension but I still don't have the Logger++ tab back. I also restarted Burp.

Steps To Reproduce: Pop-out the logger++ window. Close it manually. Pop-in the logger++ window. The menu is not added back to Burp.

Expected behavior: The menu is added back to burp.

Version: Logger++ 3.20.1

ldionmarcil commented 8 months ago

After investigating I found that ~/.BurpSuite/WorkspaceConfigPro.json had the following config:

            {
                "hidden":true,
                "id":"Logger++-0-Logger++-0"
            }

I changed true to false, restarted burp, popped Logger++ again, got a pane with a "Locate window" button and that fixed it.

CoreyD97 commented 8 months ago

Hmm, this looks like it could be Burp itself that was hiding the panel, rather than Logger++. I'll take a look to see if this is something I can fix or if this needs to be fixed by PortSwigger.