├── HandyCollaborator1.png ├── HandyCollaborator2.png ├── HandyCollaborator3.png ├── HandyCollaborator4.png ├── LICENSE ├── README.md ├── pom.xml └── src └── main └── java └── burp ├── BurpExtender.java ├── CustomScanIssue.java └── InteractionServer.java /HandyCollaborator1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/HandyCollaborator1.png -------------------------------------------------------------------------------- /HandyCollaborator2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/HandyCollaborator2.png -------------------------------------------------------------------------------- /HandyCollaborator3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/HandyCollaborator3.png -------------------------------------------------------------------------------- /HandyCollaborator4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/HandyCollaborator4.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/README.md -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/pom.xml -------------------------------------------------------------------------------- /src/main/java/burp/BurpExtender.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/src/main/java/burp/BurpExtender.java -------------------------------------------------------------------------------- /src/main/java/burp/CustomScanIssue.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/src/main/java/burp/CustomScanIssue.java -------------------------------------------------------------------------------- /src/main/java/burp/InteractionServer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federicodotta/HandyCollaborator/HEAD/src/main/java/burp/InteractionServer.java --------------------------------------------------------------------------------