Obb api?

Questions or suggestions about the platform
User avatar
atmon3r
Posts:53
Joined:Sun Apr 01, 2018 10:26 am
Contact:
Obb api?

Post by atmon3r » Sat Apr 21, 2018 8:57 am

An api on obb can be really interesting for dev's!

For researchers (with token):
  • the ability to retrieve these statistics
  • see the badges
  • retrieve certificates
  • etc...
For website owner:
  • I'm basically thinking of a website check in the obb database (same results as the search page)
This would allow the website dev to create their own verification system and be even more responsive!

All this is a basic idea, there would be a lot to do around this
Dev & Security researcher - https://twitter.com/atmon3r

User avatar
x1admin
Site Admin
Posts:3102
Joined:Sun Nov 15, 2015 7:04 pm

Re: Obb api?

Post by x1admin » Sat Apr 21, 2018 11:35 am

atmon3r wrote:
Sat Apr 21, 2018 8:57 am
An api on obb can be really interesting for dev's!

For researchers (with token):
  • the ability to retrieve these statistics
  • see the badges
  • retrieve certificates
  • etc...
For website owner:
  • I'm basically thinking of a website check in the obb database (same results as the search page)
This would allow the website dev to create their own verification system and be even more responsive!

All this is a basic idea, there would be a lot to do around this
we already have API

User avatar
atmon3r
Posts:53
Joined:Sun Apr 01, 2018 10:26 am
Contact:

Re: Obb api?

Post by atmon3r » Sun Apr 22, 2018 8:45 am

Nice!! I did not find any information, sorry...
could you tell me more?
Dev & Security researcher - https://twitter.com/atmon3r

User avatar
x1admin
Site Admin
Posts:3102
Joined:Sun Nov 15, 2015 7:04 pm

Re: Obb api?

Post by x1admin » Sun Apr 22, 2018 5:22 pm

atmon3r wrote:
Sun Apr 22, 2018 8:45 am
Nice!! I did not find any information, sorry...
could you tell me more?
https://www.openbugbounty.org/api/1/sea ... google.com

User avatar
atmon3r
Posts:53
Joined:Sun Apr 01, 2018 10:26 am
Contact:

Re: Obb api?

Post by atmon3r » Sun Apr 22, 2018 7:07 pm

Yeah! Perfect...
I suppose there are other endpoints ...
if you need help writing a documentation! it could be really interesting for dev's
Dev & Security researcher - https://twitter.com/atmon3r

User avatar
atmon3r
Posts:53
Joined:Sun Apr 01, 2018 10:26 am
Contact:

Re: Obb api?

Post by atmon3r » Mon Jul 23, 2018 8:33 pm

Bump :roll:

Little idea for an openbugbounty addon firefox.

Image

For the moment, it's just a hardcoded interface...
I'm blocking through the obb server configuration (access-control-allow-origin)

It really should not be much !!
imagine:

Code: Select all

https://www.openbugbounty.org/researchers/atmon3r/?output=json
On researchers detail page:

Code: Select all

if(isset($_GET['output']) && $_GET['output'] === 'json'){
	header('Content-type: application/json');
	echo json_encode($userInfo);
	exit;
}
$userInfo is output of your obb database....
In principle, that the data come out in json, xml .... May it matter !!
The only problem is with the html ....

I do not ask for more !! :mrgreen:
Dev & Security researcher - https://twitter.com/atmon3r

User avatar
x1admin
Site Admin
Posts:3102
Joined:Sun Nov 15, 2015 7:04 pm

Re: Obb api?

Post by x1admin » Wed Jul 25, 2018 8:44 am

Addon will be show only researcher stats? For any researcher?

User avatar
atmon3r
Posts:53
Joined:Sun Apr 01, 2018 10:26 am
Contact:

Re: Obb api?

Post by atmon3r » Wed Jul 25, 2018 9:03 am

x1admin wrote:
Wed Jul 25, 2018 8:44 am
Addon will be show only researcher stats? For any researcher?
Yes only reseacher stats...
It will be necessary to configure a user for the use of the plugin. (either harcoded or a form in the plugin)
Dev & Security researcher - https://twitter.com/atmon3r

secuninja
Posts:508
Joined:Fri Apr 28, 2017 2:34 pm

Re: Obb api?

Post by secuninja » Fri Jul 27, 2018 6:27 pm

is there some more information for api? schema?
i can collect information for specific domain, but not for researcher?
https://www.openbugbounty.org/api/1/sea ... google.com
:?:

User avatar
atmon3r
Posts:53
Joined:Sun Apr 01, 2018 10:26 am
Contact:

Re: Obb api?

Post by atmon3r » Fri Jul 27, 2018 8:11 pm

secuninja wrote:
Fri Jul 27, 2018 6:27 pm
is there some more information for api? schema?

To make a API properly, it would be enough to use the already existing code (html display) and make several out:
- json
- xml
- txt

Endpoint example to retrieve user info:

Code: Select all

https://www.openbugbounty.org/researchers/atmon3r/?output=json
Anyway, the info users are available in html!
The big problem that I encounter comes from the server obb configuration
It would be so interesting to have a functional API
Dev & Security researcher - https://twitter.com/atmon3r

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests