-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad3f987
commit 0cd2b62
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,33 @@ | ||
# Interactsh Collaborator | ||
This is a Burpsuite plugin for Interact.sh | ||
|
||
This plugin implements the client side logic from [interactsh-client](https://github.com/projectdiscovery/interactsh/). It will allow you to generate new domains that can be used for OOB testing. | ||
This plugin implements the client side logic from [interactsh-client](https://github.com/projectdiscovery/interactsh/). It will allow you to generate new domains that can be used for OOB testing. If you host your own version of Interactsh you can configure it in the Configuration tab. | ||
|
||
This extension works in addition to Burpsuite's Collaborator service. | ||
|
||
All results are logged in the Interactsh tab once the extension is loaded. Verbose details will be displayed in the bottom window once an OOB interaction is logged and clicked on. | ||
All results are logged in the Interactsh Logs tab once the extension is loaded. Verbose details will be displayed in the bottom window once an OOB interaction is logged and selected. | ||
|
||
![Interactsh-Collaborator](https://user-images.githubusercontent.com/4451504/131763193-7f0c32f3-1683-4166-9c9d-1a948ea04fd4.gif) | ||
|
||
### Build | ||
|
||
1. `mvn package` | ||
2. Add the target/collaborator-1.0.0-dev-jar-with-dependencies.jar file as a new Java extension in Burpsuite | ||
2. Add the target/collaborator-1.x.x-dev-jar-with-dependencies.jar file as a new Java extension in Burpsuite | ||
|
||
Alternatively you can download the precompiled library from the [latest releast](https://github.com/wdahlenburg/interactsh-collaborator/releases/latest) | ||
|
||
### Usage | ||
|
||
After the extension is installed you should be able to see the Interactsh tab. Navigate to the tab and click "Generate Interactsh Url". | ||
After the extension is installed you should be able to see the Interactsh tab. Navigate to the tab and click the button labeled `Generate Interactsh Url`. | ||
|
||
|
||
This button will copy the generated domain name to your clipboard. The domain name will also be logged to the extension output. | ||
|
||
|
||
You can then use this domain name in any OOB testing. To generate a sample event you can visit that domain in a new browser tab. | ||
|
||
|
||
Data should populate after a few seconds into the table with details about what type of OOB interaction occurred. | ||
|
||
|
||
Try adjusting the poll time to a shorter value when you expect active results. |