Initial Access
Last updated
Last updated
Homepage: https://[Your Gerobug Domain]/
The homepage should be the only page that is needed and accessible by the Bug Hunter. They can read and get to know about the bug bounty program rules and guidelines, access the hall of fame, and get comprehensive instructions on how to submit or follow up on their report(s).
Dashboard Login Page: https://[Your Gerobug Domain]:6320/login
If you chose YES on having a VPN Server within the installation process, the Gerobug dashboard will not accessible by public
IMPORTANT If you still receive 403 Forbidden even after using the VPN, you should add
[INTERNAL IP] [GEROBUG DOMAIN]
at /etc/hosts
(Linux / MacOS) or C:\Windows\System32\drivers\etc\hosts
(Windows)
on your local computer before accessing the dashboard.
Why tho?
Because Gerobug Dashboard only accepts connection from internal IP, so we need to define on our host file to connect using our VPN internal IP instead of public IP
or you can simply access Gerobug Dashboard from
https://[INTERNAL IP]:6320/login
(But the HTTPS won't work since it requires a Domain instead of IP Address)
Default Admin Credentials
Username: geromin
Password will be randomly generated, check it on the initiation log
or check the password manually:
cat gerobug/gerobug_dashboard/secrets/gerobug_secret.env
This will be the main dashboard where reports will be shown as Kanban Board.
’Bounty Preparation’ column contains both ‘Bounty Calculation’ and ‘Bounty in Process’
In this current version, you cannot add or remove columns
Forgot password functionality allows users to reset their password if they have forgotten it. This is accomplished by having the user enter their email address or username associated with the account, then sending them a link or code to reset their password. The link or code is sent via email. Once the user has clicked the link or entered the code, they will be prompted to create a new password. This process is designed to ensure that only the rightful owner of the account can reset the password.
Keep in mind that this feature will only work properly after the mailbox being setup.