Gallery/ReturnRefererList最終更新: 2014-12-01 (月) 06:28:29 (3702d) |
[HTTP headers] In = FALSE Out = FALSE Key = "Referer: change (out)" Match = "$LST(return_referer)" Replace = "\0"
In = FALSE Out = TRUE Key = "Referer: change (out) $URL" Match = "$URL(http(s|)://$LST(return_referer))" Replace = "\0"
[Blocklists] List.return_referer = "..\Lists\return_referer.txt"
↓ご自由に追加してください ※Referer:ヘッダ自体を消す場合は、DeleteRefererListを使用してください
# # return_referer.txt $LST(return_referer) # http://local.ptron/.pinfo/lists/return_referer # # マッチ欄:Referer: (out) の $URL(http(s|)://) 内 # 戻り値:\0=Referer: # # 用途:$URL の http(s|):// 以降か $OHDR などを見て、Referer:を書き換える # =Referer:によってアクセスを拒否されたり、漏れると困るReferer:を消したりするのに使う # ※Referer:ヘッダ自体を消す場合は、別のフィルタを使用する必要がある(Proxomitronの仕様) # ややこしくなるので出来る限りこのリスト一つで処理した方がよさげ ### アドレスをそのまま返すもの ([^/]++.|)takehost.com/$SET(0=\u) upload.cgi-web.com/up/src/$SET(0=\u) (isweb[^.]+|[^.]+.hp).infoseek.co.jp/$SET(0=http://isweb.infoseek.co.jp/) www.geocities.jp/$SET(0=http://www.geocities.jp/) #www.burnttoastmedia.com/cgi-bin/links/jump.cgi\?ID=$SET(0=http://www.freecartoonsex.com/j_mangas/index.html) ([^/]++.|)btmcontent.com/$SET(0=http://\h/) ([^/]++.|)angelfire.com/[^?#]++.jpg((^?)|\?|#)$SET(0=http://www.angelfire.com/) ([^/]++.|)amateurfree(home|host)\1.com/$SET(0=http://www.amateurfree\1.com/) www2.makani.to/akutoku/upload/$SET(0=http://www2.makani.to/akutoku/upload/) ([^/]++.|)amateurfreeho(me|st)\1.com/$SET(0=http://www.amateurfreeho\1.com/) # tripod.comはcookieも書き換える必要がある? (members|[^/]++)\1.tripod.com/$SET(0=http://\1.tripod.com/) image.i-bbs.sijex.net/bbs/([^/]+)\1/\2$SET(0=http://i-bbs.sijex.net/imageDisp.jsp?id=\1&file=\2) ([^/]++.|)x-beat.com/[^?#]++.(jp[eg]|jpeg|gif|png|j2k|bmp|ico)$SET(0=http://jump.x-beat.com/?\u) ### アップローダー ([^/]++.|)2ch-library.com/ $SET(0=\u) ## 閉鎖/消滅? #www.mc6800.org/UP_LOADER/UPFTP/RD.PHP\?get=$SET(0=http://www.mc6800.org/UP_LOADER/UPFTP/UPFTP.PHP) #ribon.puppy.st/upload/src/$SET(0=\u.html) # 参考:http://mxxi.hamachiya.com/2006/02/mixi_2.html # 元々のフィルタ:http://proxo.hp.infoseek.co.jp/cgi-bin/sn_uploader/src/pr0007.txt ([^/]++.|)mixi.jp[/:] (^$OHDR(Referer:http(s|)://([^/]++.|)mixi.jp[/:])) $CONFIRM( !!Caution Mixi Ashiato!! Proxomitron Kill this access. OK?) $SET(0=\k) $ALERT(Proxomitron Killed access to Mixi.) $LOG(RRESP $DTM(c) - Killed Mixi Ashiato Access) # Hide Command & Prefix $OHDR(Referer: (*:/+)\#[^/]++(src..|dbug..|bypass..|bout..|bin..|bweb..|https..)+{1,*}\#) $SET(0=\@) $LOG(RHided Command & Prefix (Mustn't Use bypass.. & bout.. url-command)) # Refererから ID:PW@ 部分を削除(元々どのブラウザも送らない模様) #$OHDR(Referer: (*:/+)\#[^@/]+@\#) $SET(0=\@) $LOG(wHided ID:PW@)