Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
awesome-static-proxy
Advanced tools
前端静态资源代理
底层基于 anyproxy,专注于解决前端开发和调试中资源代理
在线本地调试(日常,预发,线上)
$ tnpm i awesome-static-proxy
在根目录建proxy.config.js
文件
根据rule的正则来匹配对应的静态资源代理到对应的dest
module.exports = {
proxy: {
rewrite: [{
rule: /trip\/titan\/([\d\.]*)\/(.*).js/,
dest: 'https://127.0.0.1:7000/$2.js'
}, {
rule: /trip\/titan\/([\d\.]*)\/(.*)\.css/,
dest: 'https://127.0.0.1:7000/$2.css'
}]
}
};
$ proxy start
执行命令生成证书
$ proxy cert
生成证书后需要手动去信任证书,详情参考 anyproxy 官网
FAQs
The npm package awesome-static-proxy receives a total of 0 weekly downloads. As such, awesome-static-proxy popularity was classified as not popular.
We found that awesome-static-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.