Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny/damn_hotlinkers
Script to use against an HTTP log to find out who points directly towards your files
https://github.com/sunny/damn_hotlinkers
Last synced: about 2 months ago
JSON representation
Script to use against an HTTP log to find out who points directly towards your files
- Host: GitHub
- URL: https://github.com/sunny/damn_hotlinkers
- Owner: sunny
- Created: 2008-03-18T14:18:26.000Z (almost 17 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T10:08:35.000Z (over 4 years ago)
- Last Synced: 2024-10-23T11:53:39.024Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Die, damn hotlinkers!
=====================by Sunny Ripert - sunfox.org
Use it against an HTTP log to find out who points directly towards your files
Usage
------$ ruby damn_hotlinkers.rb [--days=DAYS_AGO] [--html] file.log [file2.log ...]
Examples
--------$ ruby damn_hotlinkers.rb http.log
http://yourdomain.com/images/longcat.jpg
-> http://evil.org/hotlinkingpagebooh.html
-> http://catimages.com/
$ ruby damn_hotlinkers.rb --days=2 --html http.log