[nginx/openresty]代理请求修改referer,破解防盗链

/ 191,752评论 / 536038阅读 / 17点赞

有时我们想引用其他网站的资源(图片,视频等),明明在其网站上可用,而我们发送请求时却得到了403错误,访问被拒绝,很可能就是该网站对这些资源文件设置了防盗链,下面我们聊聊其防盗的原理以及破解方法。

名词

防盗链

Referer

Origin

破解防盗链

直接伪造请求

这个方法适用于客户端,而不适用于浏览器中的网页。

const axios = require(`axios`);
const getServer = (in_url, in_data, successFun, errFun) => {
    axios({
        method: "get",
        url:    in_url,
        params: in_data,
        headers: {
            "referer":"https://www.bilibili.com/"

            //"referer":"https://127.0.0.1/"  //你可以尝试使用这一句替换上面那句,请求将被拒绝
        }
    }).then(function (res) {
        console.log(res.data);
        if (typeof (successFun) != 'undefined') {
            successFun(res);
        }
        console.log("--- 请求成功 ---");
    }).catch(function (err) {
        console.log(err);
        if (typeof (errFun) != 'undefined') {
            errFun(err);
        }
        console.log("--- 请求失败 ---");
    })
}

//获取对应id的视频的下载链接
getServer(
    "https://api.bilibili.com/x/player/playurl",
    {
        "fnval": 80,
        "bvid":"BV1pT41157it",
        "cid":"746904707"
    });

代理转发

客户端,网页都适用,但一般客户端不需要由服务器代理,客户端自己可以搞定,就不需要占用服务器的带宽性能

server {
        listen       80;
        server_name  localhost, 127.0.0.1;
	resolver 8.8.8.8;
        location / {
		header_filter_by_lua_file /usr/local/openresty/lua/toBili.lua;
                proxy_set_header referer 'https://www.bilibili.com/';
		proxy_set_header Host $proxy_host;
		proxy_set_header Origin 'https://www.bilibili.com';
		if ($query_string ~* ^(.*)url=(.*)$) {
			proxy_pass $2;
		}
	}
}
ngx.header['Access-Control-Allow-Origin']  =  '*';
ngx.header['Access-Control-Allow-Methods'] = 'get, post, options';
ngx.header['Access-Control-Allow-Headers'] = 'dnt,x-mx-reqtoken,keep-alive,user-agent,x-requested-with,if-modified-since,cache-control,content-type,authorization';

关于空referer

<!DOCTYPE html>
<html lang="zh">
<head>

    <meta name="referrer" content="never">
</head>
<body>
</body>

摸索过程记录

add_header Access-Control-Allow-Origin '*';
add_header Access-Control-Allow-Methods 'POST,OPTIONS,GET';
add_header Access-Control-Allow-Headers 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization';

思考

上面的示例中,我们在使用时,只能也必须传入一个参数 url,那有没有办法传递更多参数呢?

  1. DominicHOr说道:

    mexico drug stores pharmacies: mexico drug stores pharmacies – best online pharmacies in mexico

  2. Waynetar说道:

    purple pharmacy mexico price list: mexican mail order pharmacies – mexico drug stores pharmacies

  3. MichaelReece说道:

    Свежие новости https://diesel.kyiv.ua автомобильного рынка, новинки автопрома

  4. WilberBrume说道:

    The fascinating story of Ja Morant’s https://grizzlies-de-memphis.ja-morant-fr.com meteoric rise, from status from rookie to leader of the Memphis Grizzlies and rising NBA superstar.

  5. Mariobremo说道:

    Авто статті https://road.kyiv.ua з порадами з ремонту та обслуговування. Авто блог з професійними порадами.

  6. DominicHOr说道:

    medicine in mexico pharmacies: reputable mexican pharmacies online – mexico pharmacies prescription drugs

  7. Waynetar说道:

    mexico drug stores pharmacies: mexican drugstore online – buying from online mexican pharmacy

  8. RichardMonge说道:

    https://mexicandeliverypharma.com/# п»їbest mexican online pharmacies

  9. DominicHOr说道:

    mexican mail order pharmacies: mexican pharmaceuticals online – mexico drug stores pharmacies

  10. Waynetar说道:

    mexican mail order pharmacies: mexico drug stores pharmacies – medicine in mexico pharmacies

  11. RichardMonge说道:

    https://mexicandeliverypharma.online/# medication from mexico pharmacy

  12. RonaldExero说道:

    Автомобільні новини https://sedan.kyiv.ua України та світу, тест-драйви автомобілів, автоспорт

  13. Arnoldscava说道:

    reputable mexican pharmacies online mexican border pharmacies shipping to usa buying prescription drugs in mexico

  14. RichardMonge说道:

    https://mexicandeliverypharma.com/# buying prescription drugs in mexico

  15. RichardMonge说道:

    https://mexicandeliverypharma.online/# buying prescription drugs in mexico online

  16. DominicHOr说道:

    pharmacies in mexico that ship to usa: mexican mail order pharmacies – buying prescription drugs in mexico

  17. Waynetar说道:

    mexican mail order pharmacies: mexican online pharmacies prescription drugs – purple pharmacy mexico price list

  18. DominicHOr说道:

    п»їbest mexican online pharmacies: mexican drugstore online – mexican drugstore online

  19. Waynetar说道:

    mexican online pharmacies prescription drugs: pharmacies in mexico that ship to usa – mexican mail order pharmacies

  20. Reliable说道:

    This is actually a good information for those people who wanted to gain some important insights for them to apply on their programming techniques. It would surely be a perfect strategy for someone who can use this as a tool for their work.

  21. RichardMonge说道:

    http://mexicandeliverypharma.com/# п»їbest mexican online pharmacies

  22. RobertHIP说道:

    PrestigeAvto https://prestige-avto.com.ua України автомобільний журнал

  23. Billyassic说道:

    Найбільший автомобільний портал https://mirauto.kyiv.ua України

  24. Promokod_goOl说道:

    Специальные предложения по промокодам только для вас. Специальные предложения по промокодам только для вас. .

  25. Promokod_mzOl说道:

    Специальные предложения по промокодам только для вас. Специальные предложения по промокодам только для вас. .

  26. ThomasNup说道:

    Щоденні новини https://k-moto.com.ua із автомобільного середовища. Поради автоаматорам. Тест-драйви автомобілів з пробігом та огляди новинок

  27. Promokodi_awoi说道:

    Экономьте с промокодами на любимые бренды Экономьте с промокодами на любимые бренды .

  28. Promokodi_keoi说道:

    Эксклюзивные промокоды для Вас! Эксклюзивные промокоды для Вас! .

  29. LarryStary说道:

    Undress AI & Bulk Nude AI Generator nudify online. Make AI nudes and bulk generate undress AI photos of any girl for almost free!

  30. Jamesalkab说道:

    DMV Test на русском языке https://papadmv.com тесты с ответами ПДД США 2024. Тренировочные dmv test на русском для сдачи на права, изучите правила дорожного движения США для разных штатов.

  31. Jameswooma说道:

    Авто статті https://black-star.com.ua з порадами з ремонту та обслуговування

  32. Great blog you have here but I was wanting to know if you knew of any community forums that
    cover the same topics discussed here? I’d really like to be a part of
    group where I can get advice from other experienced individuals that share the
    same interest. If you have any recommendations, please let me know.
    Cheers!

  33. Thomasbah说道:

    Автомобільні новини https://avtonews.kyiv.ua України. Все для автовласника.

  34. Philliphib说道:

    Автоновини України https://avtomobilist.kyiv.ua огляди машин та новини для автомобілістів

  35. Bernardalozy说道:

    Автомобільні новини https://autonovosti.kyiv.ua України та світу, тест-драйви нових авто, поради експертів

  36. Trentonbouck说道:

    Авто статті https://bestauto.kyiv.ua з порадами з ремонту та обслуговування, авто блог з професійними порадами, огляди новинок

  37. Herbertempof说道:

    Авто статті https://automobile.kyiv.ua з порадами з ремонту та обслуговування, авто блог з професійними порадами, огляди новинок

  38. slot88说道:

    I think the admin of this web site is in fact working hard for his web site,
    for the reason that here every material is quality based data.

  39. Gerardoneego说道:

    Щоденні новини https://autoinfo.kyiv.ua із автомобільного середовища. Поради автоаматорам. Тест-драйви

  40. Jamesten说道:

    Сериал “911: Служба спасения” рассказывает о работе сотрудников экстренных служб Лос-Анджелеса, включая пожарных, медиков и операторов 911. Они ежедневно сталкиваются с опасными ситуациями, спасая жизни и решая сложные личные проблемы. Смотрите онлайн в хорошем качестве HD, бесплатно, все сезоны.

  41. CecilJaf说道:

    В нашем интернет магазине https://shop-uggs.ru представлен широкий ассортимент оригинальных женских, мужских и детских UGG Australia. Вы можете купить угги у нас в Москве, а так же с доставкой по России без предоплаты. Мы привозим 2 пары обуви на примерку, вы сможете сначала примерить уги и только потом оплачивать те угги которые вам подошли.

  42. Rogerrip说道:

    coindarwin price analysis
    The Hidden Account About Solana Originator Toly’s Triumph
    Subsequent to A Pair of Servings of Espresso and a Pint
    Yakovenko, the brainchild behind Solana, commenced his quest with a routine practice – two cups of coffee and a beer. Unbeknownst to him, these occasions would set the cogs of his journey. Nowadays, Solana exists as a significant contender in the blockchain sphere, with a market value of billions.

    Ethereum ETF Debut
    The Ethereum ETF recently made its debut with a huge trading volume. This historic event saw various spot Ethereum ETFs from multiple issuers begin trading in the U.S., bringing unseen activity into the generally calm ETF trading market.

    SEC Approved Ethereum ETF
    The Securities and Exchange Commission has formally approved the Ethereum exchange-traded fund to be listed. As a cryptographic asset that includes smart contracts, Ethereum is anticipated to majorly affect on the cryptocurrency industry thanks to this approval.

    Trump’s Bitcoin Tactics
    As the election draws near, Trump frames himself as the “President of Crypto,” frequently displaying his backing of the digital currency sector to gain voters. His strategy differs from Biden’s method, aiming to capture the attention of the crypto community.

    Elon Musk’s Impact
    Elon Musk, a prominent figure in the crypto community and a proponent of the Trump camp, shook things up once again, boosting a meme coin connected to his actions. His participation continues to shape the market landscape.

    Binance Updates
    Binance’s unit, BAM, has been permitted to use customer funds into U.S. Treasury instruments. Additionally, Binance observed its seventh anniversary, underscoring its path and securing numerous regulatory approvals. At the same time, the company also made plans to delist several important cryptocurrency pairs, affecting different market players.

    Artificial Intelligence and Economic Outlook
    A top stock analyst from Goldman Sachs recently stated that AI is unlikely to cause an economic transformation

  43. Robertron说道:

    Официальный сайт по продаже оригинальных кроссовок изи буст https://yeezy-boost-shop.ru в Москве. Мы продаем yeezy boost оригинал с доставкой по всей России. В нашей линейке есть такие модели Adidas yeezy 350, yeezy 500, yeezy slide.

  44. Douglasjat说道:

    Слимофор https://slymofor.ru инновационное средство для быстрого похудения.

  45. Satta King说道:

    best site for satta king result, leak number all game record charts. We provide 100% fix number.

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注