
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.
kalabox-bill
Advanced tools
Simple http server and client for executing shell for testing over http.
Woah! It's a simple REST server to run scripts on a machine!
Grab a pre-compiled binary from the releases page, make executable and add to your PATH.
Or install with NPM
npm install -g kalabox-bill
bill.js -d
or for a custom port...
bill.js -d -p 1991
curl -sL https://raw.githubusercontent.com/kalabox/kalabox-bill/master/scripts/startup_osx.sh | sudo bash
Download the latest Windows release here, rename it bill.exe
and put it
someplace safe like %USERPROFILE%\Desktop\.bin\bill.exe
Open up cmd.exe
as Administrator and run
schtasks.exe /create /tn "Bill" /ru SYSTEM /sc ONSTART /rl HIGHEST /tr "%USERPROFILE%\Desktop\.bin\bill.exe -d"
You will also need to make sure that Bill is allowed through the Windows Firewall.
curl -sL https://raw.githubusercontent.com/kalabox/kalabox-bill/master/scripts/startup_linux.sh | sudo bash
You need grunt-cli
and jxcore
installed.
git clone https://github.com/kalabox/kalabox-bill.git
cd kalabox-bill
npm install
grunt build
Your Bill binary will live in dist/
FAQs
Simple http server and client for executing shell for testing over http.
The npm package kalabox-bill receives a total of 4 weekly downloads. As such, kalabox-bill popularity was classified as not popular.
We found that kalabox-bill demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.