Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brutexploiter authored Aug 29, 2024
1 parent 6e1e499 commit 2ad9a8b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ Please see the below blog post for usage instructions:
### Important note:

As stated in [the blog post](https://teamrot.fi/self-hosted-burp-collaborator-with-custom-domain/), be sure to firewall the ports 9443 and 9090 properly to allow connections only from your own Burp Suite computer IP address. Otherwise everyone in the internet can use your collaborator server!

### Management
```
sudo service burpcollaborator start
```
```
sudo service burpcollaborator stop
```
```
sudo systemctl status burpcollaborator
```
```
sudo journalctl -u burpcollaborator --no-pager | grep "Received"
```

0 comments on commit 2ad9a8b

Please sign in to comment.