
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
github.com/jkuri/party-face-detection
Experiment of face detection algorithm MTCNN ported to Golang on party people highly on drugs.
First, make sure you have all dependencies installed with running
brew install opencv go libtensorflow
Then, get the code
go -u -v github.com/jkuri/party-face-detection
...then, cd $GOPATH/src/github.com/jkuri/party-face-detection
and build the app
make
At last, run ./build/party-face-detection
to process the video.
Usage: party-face-detection [<flags>]
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-f, --file="./data/videos/ag.mp4"
Input video file.
-m, --model="./data/models/mtcnn.pb"
MTCNN TF model file
Sample video is downloaded from YouTube here and is from parties in Ambasada Gavioli, Slovenia that lasted in 2009.
MIT
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.