Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiabee/ads

Active Defense System for cyber attacks
https://github.com/xiabee/ads

Last synced: about 1 month ago
JSON representation

Active Defense System for cyber attacks

Awesome Lists containing this project

README

        

# ADS
Active Defense System for cyber attacks.

## Basic Informaition

* Author: [xiabee](https://github.com/xiabee), [PingCAP](https://github.com/pingcap) Security Team
* Update time: 2022.12.6

* Version: 1.3

## Usage

### Clone and build

```bash
git clone https://github.com/xiabee/ADS
cd ADS
go build
```

### Execute

```bash
./ads -file to to specify input file
./ads -ssh to detect ssh ports
./ads -https to check tls certificate
./ads -key to scan leaked keys in github repo
```

### Examples

```bash
./ads -ssh -f src_ips.txt
./ads -https -f src_ips.txt
```

## Current Fuction

* Leaked key scan in GitHub
* TLS scan
* SSH scan