
Research
/Security News
11 Malicious Go Packages Distribute Obfuscated Remote Payloads
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
captchahub-slide-captcha
Advanced tools
一个尝试使用opencv识别滑动验证码缺口的python库
pip install captchahub-slide-captcha
```·
## 使用
```python
from slide_captcha import slide_match
with open('background.png', 'rb') as f:
background = f.read()
with open('target.png', 'rb') as f:
target = f.read()
result = slide_match(background, target)
print(result)
# {'target': [192, 111, 272, 191]}
target为缺口的左上角和右下角的坐标
FAQs
Unknown package
We found that captchahub-slide-captcha demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).