Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Rewrite 是前端调试工具,根据配置把指定的线上静态文件指向到本地。
git clone git://github.com/tudouui/rewrite.git
修改浏览器代理设置,IP: 127.0.0.1
,端口: 2222
。
创建配置文件 ./config/my.js
,添加跳转规则。
var root = 'D:\\Projects\\static-trunk';
exports.map = [
['http://js.tudouui.com/js/lib/tuilib2.js', root + '/js/lib/tuilib2_combo.js']
];
在命令行输入 rewrite
,启动HTTP服务。
rewrite --config=./config/my.js
rewrite --config=./config/my.js --port=8080
rewrite --config=./config/my.js --debug=true
FAQs
HTTP Rewrite Tool
The npm package hrt receives a total of 71 weekly downloads. As such, hrt popularity was classified as not popular.
We found that hrt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.