diff --git a/README.md b/README.md index 7e8bbd4..6dee4c6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# taborator -A Burp extension to show the Collaborator client in a tab +# Taborator +A Burp extension to show the Collaborator client in a tab along with the number of interactions in the tab name. + +# Installation and usage + +To use the extension right click in a repeater tab and choose Taborator->Insert Collaborator payload. This will create a Collaborator payload that is specific to the extension. You can also use Taborator->Insert Collaborator placeholder this will create a placeholder that is replaced with a Collaborator payload. The advantage of this is the original request will be stored and shown in the interactions. + +Install from the BApp store. + +# Screenshots + +![Tab Screenshot](https://github.com/hackvertor/taborator/blob/master/images/screenshot-tab.png) + +![Client Screenshot](https://github.com/hackvertor/taborator/blob/master/images/client-tab.png) \ No newline at end of file diff --git a/images/screenshot-client.png b/images/screenshot-client.png new file mode 100644 index 0000000..c7c519b Binary files /dev/null and b/images/screenshot-client.png differ diff --git a/images/screenshot-tab.png b/images/screenshot-tab.png new file mode 100644 index 0000000..19d9a4d Binary files /dev/null and b/images/screenshot-tab.png differ