Open Bug Bounty WordPress Plugin

I started working on a WordPress plugin for Open Bug Bounty Project.
The current status can be seen on the right.

I want to display a small section from the researcher’s statistics page.
The Open Bug Bounty Project does not provide an API to get this Information.

So I’m currently playing with wp_remote_get from the WordPress HTTP API.

wp_remote_get( string $url, array $args = array() )

I use wp_remote_get to get the full researcher’s profile page. Than filter out all unrelated stuff und beautify the output.

If you are interested or run into issues, feel free to get on touch.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert