Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/frozenkp/go-mcpi-api
中文版本README: 用go語言翻轉Minecraft - go-mcpi-api
This is a library forked from ancientlore.
It can enable you to use the Minecraft PI Edition API with Go.
What is MCPI ?
MCPI is a API which can let you control Minecraft with code.
It's original edition was written with python, you can learn it here.
Can I using it at a normal edition Minecraft ?
Yes, you can. You can refer to this project.
What's difference between this project with the original one ?
The original project can only be used in single-player mode.
However, my edition can be used in both single-player mode and multiple-players mode.
What's difference when using this project ?
The only difference is Open().
You have to add the player name when using Open().
Example :
c.Open("140.113.195.200","Frozen")
Installation
go get github.com/FrozenKP/go-mcpi-api
FAQs
Unknown package
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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.