Skip to content

hamza-avvan/ReportingPortalGPT

Repository files navigation

ReportingPortalGPT

"Revolutionize Your Pentest and Bug Bounty Reports with ReportingPortalGPT: The Ultimate Tool for Professional Results!" ~chatgpt

Homepage

ReportingPortalGPT Homepage

Vulnerability

ReportingPortalGPT Vulnerability

Bootstraping Your App

Setup your app by adding GPT API key in config/local_env.yml:

OPENAI_API_KEY: sk-XXXXX

Installation

Install the required system package:

sudo apt update
sudo apt install -y libyaml-dev

Then install the ruby dependencies and spin up the server:

bundle install

Install gems locally (recommended)

Avoid system directories entirely:

bundle config set --local path 'vendor/bundle'

OR

Resolve permission error by using user-level gem install:

bundle config set --global path "$HOME/.bundle"

Run the server

Migrate db:

bin/rails db:migrate

Spin up your server:

bin\rails server

❤️ Support & Contributions

If you're here, you're probably trying to build something better and that already puts you ahead.

This project is just a starting point. Feel free to tweak it, break it, and improve it.

🙌 Ways to support

  • ⭐ Star the repo if it helped you
  • 🛠 Submit PRs with improvements or fixes
  • 🐛 Report bugs or suggest features
  • 💡 Share ideas to make reporting smarter and faster
  • 💬 A note for builders
  • 🚀 Every small improvement compounds over time
  • 🧠 Clean reports = better impact
  • 🔍 Good tooling saves hours (and sanity)
  • ⚡ Done > perfect — ship it, then refine

🤝 Keep building

Whether you're into pentesting, bug bounty, or just learning — keep pushing. Tools like this get better because people like you keep iterating on them.

About

Generate vulnerabilities template using openai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors