taborator
taborator copied to clipboard
A Burp extension to show the Collaborator client in a tab
When I receive some collaborator interactions, and gracefully exit Burp, I see them as persistent. However I would love to generate a Collaborator string which would be persistent between shutdowns...
Feature request. It would be useful to be able to export selected rows only.
Hello, Taborator currently doesn't fetch Infiltrator-based interactions. The [API](https://portswigger.net/burp/extender/api/burp/IBurpCollaboratorClientContext.html) describes two distinct methods: fetchAllCollaboratorInteractions() and fetchAllInfiltratorInteractions(). The polling thread uses only [fetchAllCollaboratorInteractions()](https://github.com/hackvertor/taborator/blob/master/src/main/java/burp/BurpExtender.java#L386). Note that simply adding a call to fetchAllInfiltratorInteractions()...