ARPSyndicate / puncia

The Panthera(P.)uncia of Cybersecurity - Official CLI utility for Subdomain Center & Exploit Observer.

Home Page:https://pypi.org/project/puncia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Panthera(P.)uncia of Cybersecurity

Official CLI utility for Subdomain Center & Exploit Observer

Downloads GitHub stars

Puncia utilizes two of our intelligent APIs to gather the results -

Please note that although these results can sometimes be pretty inaccurate & unreliable, they can greatly differ from time to time due to their self-improvement capabilities.

Aggressive rate-limits can be avoided with an API key: https://arpsyndicate.io/pricing.html

Installation

  1. From PyPi - pip3 install puncia
  2. From Source - pip3 install .

Usage

  1. Query Domains - puncia subdomain <domain> <output-file>
  2. Query Exploit & Vulnerability Identifiers - puncia exploit <eoidentifier> <output-file>
  3. Bulk Queries - puncia exploit <json-file> <output-directory>
  4. Store an API key - puncia storekey <api-key>

Bulk Input JSON Format

{
    "subdomain": [
        "domainA.com",
        "domainB.com"
    ],
    "exploit": [
        "eoidentifierA",
        "eoidentifierB"
    ]
}

Noteworthy Mentions

About

The Panthera(P.)uncia of Cybersecurity - Official CLI utility for Subdomain Center & Exploit Observer.

https://pypi.org/project/puncia/

License:MIT License


Languages

Language:Python 100.0%