Add Bug Bounty Arsenal to resources list#230
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the resource list in README.md by adding a new offensive security/bug bounty reference and correcting a formatting/line-numbering artifact in the existing list.
Changes:
- Added “Bug Bounty Arsenal” to the tools/resources list.
- Fixed the Markdown list entry for “The Cyberclopaedia” so it renders as a normal numbered line (removing the blank line-number marker).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request adds the 'Bug Bounty Arsenal' resource to the README and ensures the file ends with a newline. Feedback suggests moving the new entry to the 'Bug Bounty' section for better categorization and adjusting its indentation to maintain consistency with existing entries in that section.
| * [masscan](https://github.com/robertdavidgraham/masscan) - Internet scale portscanner. | ||
| * [Keyscope](https://github.com/SpectralOps/keyscope) - an extensible key and secret validation tool for auditing active secrets against multiple SaaS vendors | ||
| * [Decompiler.com](https://www.decompiler.com/) - Java, Android, Python, C# online decompiler. | ||
| * [Bug Bounty Arsenal](https://bugbounty-arsenal.net) - Offensive security and bug bounty platform with recon, API security, automation and pentest resources. |
There was a problem hiding this comment.
This resource appears to be a platform/hub for various materials rather than a standalone tool. It would be better categorized under the ## Bug bounty section (around line 277) within the # Wargame category, as that section already hosts similar resources like the EdOverflow cheat sheet. This would improve discoverability for users specifically looking for bug bounty materials. Note that if moved, the indentation should be updated to two spaces to match the existing entries in that section.
No description provided.