An assistant for Bug Bounty Researchers to help with report writing on Bugcrowd.
CrowdAssist offers two main features to streamline your workflow.
Quickly mention researchers and Bugcrowd staff in comments by typing @
followed by their name. A helpful tooltip will appear to autocomplete the username.
Easily copy the full submission report as Markdown with a single click. The "Copy as Markdown" button appears at the top of the submission details.
Quickly add your public IP address to a comment.
- Added "Include My IP" feature to quickly add your public IP address to comments.
- Initial release.
- Features: Username Mentions and Copy as Markdown.
- Download this repository as a ZIP file and unzip it, or clone the repository.
- Open your Chrome browser and navigate to
chrome://extensions
. - Enable "Developer mode" using the toggle in the top-right corner.
- Click the "Load unpacked" button.
- Select the
CrowdAssist
directory.
The extension is now installed and will be active on Bugcrowd pages (Refresh could be needed).
This is an open-source project. If you have ideas for new features or have found a bug, please feel free to open an issue or submit a pull request.
- Copy/Export Program Scope
- etc
This extension enhances your workflow by reading public usernames directly from the submission's activity feed. It does this by looking for specific HTML tags (span.owner-name[data-tooltip-id]
) and does not read or store any other data from the page. The full source code is available in content.js
for auditing.