Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```