Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/way29/onefinger
Simple website fingerprinting tool
https://github.com/way29/onefinger
Last synced: about 2 months ago
JSON representation
Simple website fingerprinting tool
- Host: GitHub
- URL: https://github.com/way29/onefinger
- Owner: WAY29
- Created: 2021-09-29T03:27:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T16:24:46.000Z (about 3 years ago)
- Last Synced: 2024-06-21T06:22:22.951Z (6 months ago)
- Language: Go
- Size: 626 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# onefinger
一个简单的指纹识别工具,规则提取自goby并稍作修改,某个知识星球的作业
## Usage
```
Usage: onefinger [-v] | (-t= | --tf=)... [--threads=] [--timeout=]Simple website fingerprinting tool
Options:
-t, --target Target url
--tf Target url file
--threads Thread number (default 10)
--timeout Request timeout (default 20)
-v, --version Show the version and exit
```
## install## build
```
go build cmd/onefinger/main.go
```
## example
```
onefinger -t http://106.12.46.49/ --threads 10
onefinger --tf ./targets.txt --threads 10
```