
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
github.com/dinoschristou/goff
goff is a library for communicating with the Yahoo Fantasy Sports APIs.
This application is written using the Go programming language and is licensed under the New BSD license.
$ go get https://github.com/Forestmb/goff
$ cd $GOPATH/src/github.com/Forestmb/goff
$ ./build.sh
To make sure this build runs before every commit, use:
$ ln -s "$(pwd)/build.sh" .git/hooks/pre-commit
The goff/debug
package can be used to help with developing goff
. It uses
the OAuth 2.0 configuraiton provided by goff
to make arbitrary GET
request
to the Yahoo Fantasy Sports APIs and outputs the string XML response. To run:
$ cd $GOPATH/src/github.com/Forestmb/goff
$ go run debug/debug.go --clientKey=<key> --clientSecret=<secret> --redirectURL=<redirect-url>
The values key
and secret
can be obtained after registering your own
applicaiton: http://developer.yahoo.com/fantasysports/guide/GettingStarted.html
The redirect-url
must match the callback domain given when registering the
application with Yahoo. For development, using 127.0.0.1
for the domain and
http://127.0.0.1
as the redirect URL should suffice.
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.