Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Wrapper to allow Gnu Go Text Protocol speaking Go engines to connect to Online-Go.com and play games
Gtp2ogs is a tool allows AI Go engines (bots) that support GTP (Go Text Protocol) to communicate with OGS (Online-Go.com Server) and play games with players or other bots.
Before you get started you'll need to setup a bot account on online-go.com. To do that, you'll need to have your human account and create a new separate account for your bot account, then contact a moderator to request that your bot account be flagged as a bot account. Give them both your human account and your bot account. Once that has been done, log in with your human account, search for your bot account to view the bot profile, on that page you'll be able to generate an API key which you'll use to connect the bot.
To get started quickly, you can download a pre-built executable for Windows, Mac, and Linux from the releases page.
If you have node.js installed you can install the gtp2ogs
package
using npm
npm install -g gtp2ogs
To build from source you will need to have node.js
installed on your system.
You will also need to have the yarn
and gulp
npm packages installed. Once
you have the prerequisites you can run yarn
to install the package dependencies,
and
gulp
to run the build process. The resulting compiled javascript file will be located
in dist/gtp2ogs.js
which you can then run with
node dist/gtp2ogs.js
Once you have your API Key and gtp2ogs
installed, you can connect your bot to OGS
like so:
gtp2ogs --apikey YOURKEYHERE -- /path/to/your/bot --arguments --to your bot
Note that everything after the --
will be considered a command used to run your
bot, so any gtp2ogs arguments you use needs to come before the --
.
For more advanced configuration, see the example_config.json5
for a configuration
template, and pass in the --config yourconfig.json5
argument to gtp2ogs
.
If you'd like to connect your bot to the beta.online-go.com site simply follow all of the
previous steps for setting up a bot account on the beta site and use the --beta
command
line argument.
gtp2ogs-dev
discord channel specifically for this project.FAQs
Wrapper to allow Gnu Go Text Protocol speaking Go engines to connect to Online-Go.com and play games
The npm package gtp2ogs receives a total of 25 weekly downloads. As such, gtp2ogs popularity was classified as not popular.
We found that gtp2ogs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.