Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
github.com/gazed/bampf
Bampf is a simple 3D arcade style game. Collect energy cores in order to finish a level. Teleport (bampf) to safety or use cloaking abilities to avoid sentinels.
Bampf was created primarily to test the vu 3D engine. Its levels are used to benchmark the engine by substantially increasing the number of triangles rendered each level. As such the game isn't really meant to be winnable given the large number of AI's in the later levels.
go get github.com/gazed/vu
.src
directory of a Go workspace which is
any directory in the $GOPATH
. Using just go get github.com/gazed/bampf
places bampf in $GOPATH/src/github.com/gazed/bampf
and works for producing
developer builds, but not production builds.go build
from the bampf
directory.
Run the game ./bampf
.build.py
from bampf/admin
.
All build output is located in the bampf/admin/target
directory. Eg:
OS X:
./build.py src
open target/Bampf.app
Windows:
python build.py src
target/bampf.exe
Developer Build Dependencies
Production Build Dependencies
Runtime Dependencies
Transitive dependencies from the vu
engine.
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.