# Security.txt Contact Finder for GitHub

**Use case:** 

Retrieve contact methods and policies from security.txt files for GitHub domains. Get detailed insights on security contacts and their policies.

## Input

```json
{
  "query": "github.com",
  "platforms": [
    "security_txt"
  ],
  "onlyWithBounty": false,
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "target_name": {
    "label": "Target",
    "format": "string"
  },
  "security_txt_domain": {
    "label": "Domain",
    "format": "string"
  },
  "security_txt_contact": {
    "label": "Contact Methods",
    "format": "string"
  },
  "security_txt_policy": {
    "label": "Policy URL",
    "format": "string"
  },
  "security_txt_encryption": {
    "label": "Encryption Key",
    "format": "string"
  },
  "security_txt_expires": {
    "label": "Expires At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bug Bounty Finder: 22-Field Intel from HackerOne & Bugcrowd](https://apify.com/getascraper/bug-bounty-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/bug-bounty-finder) to learn more, explore other use cases, and run it yourself.