diff --git a/extensions/admin_ui/media/images/help/forge.png b/extensions/admin_ui/media/images/help/forge.png new file mode 100644 index 000000000..b24095662 Binary files /dev/null and b/extensions/admin_ui/media/images/help/forge.png differ diff --git a/extensions/admin_ui/media/images/help/history.png b/extensions/admin_ui/media/images/help/history.png new file mode 100644 index 000000000..c92c4a72b Binary files /dev/null and b/extensions/admin_ui/media/images/help/history.png differ diff --git a/extensions/admin_ui/media/images/help/proxy.png b/extensions/admin_ui/media/images/help/proxy.png new file mode 100644 index 000000000..c924c5679 Binary files /dev/null and b/extensions/admin_ui/media/images/help/proxy.png differ diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js index cadd37d15..4973ae7e6 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js @@ -32,7 +32,7 @@ ZombieTab_Requester = function(zombie) { title: 'Proxy', layout: 'fit', padding: '10 10 10 10', - html: "

The Tunneling Proxy allows you to use a hooked browser as a proxy. Simply right-click a browser from the Hooked Browsers tree to the left and select \"Use as Proxy\". Each request sent through the Proxy is recorded in the History panel in the Rider tab. Click a history item to view the HTTP headers and HTML source of the HTTP response.

", + html: "

The Tunneling Proxy allows you to use a hooked browser as a proxy. Simply right-click a browser from the Hooked Browsers tree to the left and select \"Use as Proxy\".

The proxy runs on localhost port 6789 by default. Each request sent through the Proxy is recorded in the History panel in the Rider tab. Click a history item to view the HTTP headers and HTML source of the HTTP response.

To manually forge an arbitrary HTTP request use the \"Forge Request\" tab from the Rider tab.

For more information see: https://github.com/beefproject/beef/wiki/Tunneling

", listeners: { activate: function(proxy_panel) { // to do: refresh list of hooked browsers