Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 737 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 737 Bytes

CURRYFINGER

CURRYFINGER measures a vanilla request for a particular URL against requests directed to specific IP addresses with forced TLS SNI and HTTP Host headers. The tool takes a string edit distance, and emits matches according to a rough similarity metric threshold.

Use it to find the real origin server behind popular CDNs.

Kudos to christophetd/CloudFlair for the inspiration.

Check out the corresponding post for details and example usage.

REQUIREMENTS

go get -u github.com/corpix/uarand
go get -u github.com/texttheater/golang-levenshtein/levenshtein

BUILDING

go build

COMPLAINTS

Yes.

LICENSE

MIT.