Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 15 hours ago
JSON representation

Script to use against an HTTP log to find out who points directly towards your files

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