├── BappDescription.html
├── BappManifest.bmf
├── HandyCollaborator1.png
├── HandyCollaborator2.png
├── HandyCollaborator3.png
├── HandyCollaborator4.png
├── LICENSE
├── README.md
├── pom.xml
└── src
└── main
└── java
└── burp
├── BurpExtender.java
├── CustomScanIssue.java
└── InteractionServer.java
/BappDescription.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/BappDescription.html
--------------------------------------------------------------------------------
/BappManifest.bmf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/BappManifest.bmf
--------------------------------------------------------------------------------
/HandyCollaborator1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/HandyCollaborator1.png
--------------------------------------------------------------------------------
/HandyCollaborator2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/HandyCollaborator2.png
--------------------------------------------------------------------------------
/HandyCollaborator3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/HandyCollaborator3.png
--------------------------------------------------------------------------------
/HandyCollaborator4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/HandyCollaborator4.png
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/LICENSE
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/README.md
--------------------------------------------------------------------------------
/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/pom.xml
--------------------------------------------------------------------------------
/src/main/java/burp/BurpExtender.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/src/main/java/burp/BurpExtender.java
--------------------------------------------------------------------------------
/src/main/java/burp/CustomScanIssue.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/src/main/java/burp/CustomScanIssue.java
--------------------------------------------------------------------------------
/src/main/java/burp/InteractionServer.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PortSwigger/handy-collaborator/HEAD/src/main/java/burp/InteractionServer.java
--------------------------------------------------------------------------------