Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
I've composed this CGI shell script as an example of backlink-tracing: [begin] #!/bin/bash echo "Content-type: text/plain" echo # If the linking page isn't in the referers file, add it. grep --quiet $HTTP_REFERER referers || echo $HTTP_REFERER >> referers echo echo "Links to this page have been followed from the following URLs:" echo cat referers [end] Other than filling up my partition with spurious URLs, is there any damage that a malicious outsider could do with this script? -- "Your labour is only worth something to the extent that it saves someone else having to do it." --Paul Foley // seth gordon // sethg at ropine.com // http://ropine.com/sethg/cv.html //
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |