Skip to content

This is the Go Server that relays all HTTP requests and responses between clients.

License

Notifications You must be signed in to change notification settings

AonCyberLabs/BurpSuiteTeamServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BurpSuite-Team-Server

This repository holds the code for the server side of the Burpsuite Team Collaborator tool found here https://github.com/AonCyberLabs/BurpSuite-Team-Extension.

Features

  • Multiple room support

  • Support for rooms with passwords

  • Mutual TLS encryption between server and client with server generated certificate and key

  • Seperate room scopes

  • More to come!

How to start the Server

go get github.com/AonCyberLabs/BurpSuiteTeamServer/cmd/BurpSuiteTeamServer
cd ~/go/src/github.com/AonCyberLabs/BurpSuiteTeamServer/
go get ./...
go install ./...
~/go/bin/BurpSuiteTeamServer -h

Output:

Usage of BurpSuiteTeamServer:
  -host string
    	host for TLS cert. Defaults to localhost (default "localhost")
  -port string
    	http service address (default "9999")
  -serverPassword string
    	password for the server

About

This is the Go Server that relays all HTTP requests and responses between clients.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%