Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chunzhennn/separa
https://github.com/chunzhennn/separa
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chunzhennn/separa
- Owner: chunzhennn
- Created: 2023-07-04T15:13:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T09:16:24.000Z (about 1 year ago)
- Last Synced: 2024-08-02T15:17:37.245Z (3 months ago)
- Language: Go
- Size: 2.14 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parascan
一个疯狂抄袭的扫描器(x
separa 使用go编写,集成了kscan、潮汐、gogo的指纹库,基于kscan提供的底层协程调度架构开发,引入了pool来进行并行扫描。
```text
Usage: separaA simple scanner for Web Security
Flags:
-h, --help Show context-sensitive help.
--debug Debug mode to get more detail output.
-t, --target=STRING Target to scan, supports CIDR.
-f, --target-file=STRING Target file to scan, split each target line by
line with '\n'.
-c, --config-file="config.yaml"
Config file to load, default is config.yaml in
current dir.
-o, --output-file="output.txt"
Output file to save, default is output.txt in
current dir.
-p, --port=STRING Port to scan, default is TOP 1000. you can use
',' to split or '-' to range, like '80,443,22' or
'1-65535'
```## Dev
1. install go v1.20
2. `go mod download`
3. `go build`
4. `./separa.exe --help`## Example
```sh
./separa.exe -t 16.163.13.0
```