aalfiann/img-spoof
Composer 安装命令:
composer require aalfiann/img-spoof
包简介
This is a very simple and fast to get an image with spoofing referer.
README 文档
README
This is a very simple and fast to get an image with spoofing referer.
Features
- Spoofing Image Referer
You are able to get a protected remote image by spoofing it. - Shared Proxy Cache
A remote image is not downloaded but will be saved on client browser or proxy cache. - Firewall Request
You are able to set this service to work on spesific domain only (protected from direct access).
Installation
-
Install this package via Composer.
composer create-project aalfiann/img-spoof [my-app-name] -
Upload to your server
-
Done
Note:
- See
config.phpto set firewall and adjust max-age for cache.
Query Parameter
- url : URL Image target.
- referer : Set the referer image. [
optional] - mime : Set the mime type of image (ex: png). [
optional] - v : Set the version to refresh cache. [
optional]
Note:
- Mime type will detect automatically if the url included extension.
- jQuery Ajax
cache: falsewill detected automatically.
Example
This will GET image with spoofing referer.
See example.html.
<html> <head> </head> <body> <img src="./index.php?referer=https://manganelo.com&url=https://s7.mkklcdnv7.com/mangakakalot/l2/love_parameter/chapter_112_qa/1.jpg"> </body> </html>
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-17