The main kb_contributors function maps 1:1 to the API. Leave values NULL that you do not want included in the search parameters.

kb_contributors(
  contributor_id = NULL,
  username = NULL,
  avatar = NULL,
  created = NULL,
  score = NULL,
  q = NULL,
  api_key = attackerkb_api_key()
)

kd_contributor(contributor_id, api_key = attackerkb_api_key())

Arguments

contributor_id

UUID of a specific contributror to return

username

Return contributors with the matching username.

avatar

Return all contributors where avatar matches the given value

created

Return all contributors that were created on the given date.

score

Return all contributors with this score.

q

Return all contributors that have usernames that match the query string.

api_key

See attackerkb_api_key()

References

https://api.attackerkb.com/api-docs/docs