Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xiabee/ads
- Owner: xiabee
- Created: 2022-10-27T02:25:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T02:37:44.000Z (about 2 years ago)
- Last Synced: 2023-03-07T13:22:05.605Z (almost 2 years ago)
- Language: Go
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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