Share
## https://sploitus.com/exploit?id=2625CF1A-F577-544D-B008-4EBF3711F84B
# WS-PoC-Search

> Lightning-fast CVE and PoC intelligence search powered by WatchStack's advanced vulnerability database.

WS-PoC-Search is an open-source command-line tool that helps security researchers, penetration testers, bug bounty hunters, and SOC teams quickly discover vulnerabilities, Proof-of-Concepts (PoCs), and AI-enriched security intelligence directly from the terminal.

Instead of manually searching across multiple sources, WS-PoC-Search gives you instant access to WatchStack's intelligence database with powerful filtering and clean terminal output.

---

## Features

* Fast CVE and vulnerability search
* Search by CVE ID, keyword, product, or description
* Verified PoC discovery
* AI-enriched vulnerability analysis
* CVSS-based sorting
* Severity highlighting
* CISA KEV detection
* Interactive pagination
* Colorized terminal output
* Lightweight and dependency-free

---

## Installation

```bash
git clone https://github.com/watchstack/WS-PoC-Search.git
cd WS-PoC-Search

go build -o WS-PoC-Search
```

---

## Configuration

Save your WatchStack API key:

```bash
./WS-PoC-Search -auth YOUR_API_KEY
```

Your API key will be stored locally in:

```text
~/.watchstack.json
```

---

## Usage

### Basic Search

```bash
./WS-PoC-Search -q "fortinet"
```

### Search by CVE

```bash
./WS-PoC-Search -q "CVE-2025-12345"
```

### Show Only Vulnerabilities With PoCs

```bash
./WS-PoC-Search -q "apache" -poc
```

### Show Only AI-Enriched Results

```bash
./WS-PoC-Search -q "wordpress" -ai
```

### Sort by CVSS Score

```bash
./WS-PoC-Search -q "nginx" -sort cvss
```

or

```bash
./WS-PoC-Search -q "nginx" -sort-score
```

### Detailed Output

```bash
./WS-PoC-Search -q "fortinet" -desc
```

### Limit Results

```bash
./WS-PoC-Search -q "linux" -limit 25
```

---

## Example

```bash
./WS-PoC-Search -q "fortinet" -poc -desc
```

Output:

```text
#01 [CVE-2025-XXXX] CRITICAL

Title: Remote Code Execution vulnerability in Fortinet ...

CVSS: 9.8
Published: 2025-02-14
Age: 3mo

Flags: PoC x3 | AI | KEV
```

---

## Why WS-PoC-Search?

Security teams waste valuable time jumping between:

* NVD
* GitHub
* Exploit repositories
* Vendor advisories
* Security blogs

WS-PoC-Search centralizes vulnerability intelligence and PoC discovery into a single fast CLI workflow.

Whether you're:

* Hunting for new attack vectors
* Tracking emerging threats
* Performing vulnerability research
* Building detection rules
* Conducting red team operations

WS-PoC-Search helps you find relevant intelligence in seconds.

---

## Powered By

WS-PoC-Search uses the WatchStack Intelligence API to provide:

* Vulnerability intelligence
* Verified PoCs
* AI-assisted analysis
* CISA KEV enrichment
* Risk prioritization insights

---

## Disclaimer

This project is intended for security research, defensive security operations, and educational purposes only. Users are responsible for complying with all applicable laws and regulations.

---

## License

MIT License