# Cybersecurity Pentest Tools on GitHub

**Use case:** 

Scrape GitHub for penetration testing tools with over 200 stars. Get detailed data on repo stars, topics, and more in a downloadable format.

## Input

```json
{
  "searchQuery": "topic:penetration-testing stars:>200",
  "language": "",
  "sort": "stars",
  "order": "desc",
  "maxRepos": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "owner": {
    "label": "Owner",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "stars": {
    "label": "Stars",
    "format": "integer"
  },
  "forks": {
    "label": "Forks",
    "format": "integer"
  },
  "openIssues": {
    "label": "Open Issues",
    "format": "integer"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Repository Scraper - Stars, Topics, Trending](https://apify.com/logiover/github-repository-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/github-repository-scraper) to learn more, explore other use cases, and run it yourself.