
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.
kubitdbonline
Advanced tools
const password = "password123"
const requestLimit = "1mb"
const databaseFileName = "kubitdbonline"
const port = 80
const kubitdb = require('kubitdb')
const db = new kubitdb(databaseFileName)
const express = require('express')
const app = express()
app.listen(port)
const bodyParser = require("body-parser")
app.use(bodyParser.json({ limit: requestLimit }))
app.use(bodyParser.urlencoded({ limit: requestLimit, extended: true }))
app.get('/kubitdbonlineall/' + password, function (req, res) {
res.json(db.hepsi())
})
app.post('/kubitdbonline', function (req, res) {
if (password === req.body.parola) {
if (req.body.yapilcak === "set") { db.ayarla(req.body.deger1, req.body.deger2) }
if (req.body.yapilcak === "add") { db.ekle(req.body.deger1, req.body.deger2) }
if (req.body.yapilcak === "delete") { db.sil(req.body.deger1) }
if (req.body.yapilcak === "subtract") { db.cıkar(req.body.deger1, req.body.deger2) }
if (req.body.yapilcak === "push") { db.it(req.body.deger1, req.body.deger2) }
if (req.body.yapilcak === "clear") { db.temizle() }
res.end()
}
})
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.al()
db.bak()
db.get()
db.fetch()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.al().then(kubitdb => {
console.log(kubitdb) // get all data
console.log(kubitdb["elma"]) // you can change "elma"
}
db.al()
db.bak()
db.get()
db.fetch()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.al().then(kubitdb => {
var has;
if (kubitdb["elma"]) {
has = true
} else {
has = false
}
console.log(has)
})
db.ayarla()
db.set()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.ayarla("elma", "yok")
{
"elma": "yok"
}
db.sil()
db.delete()
db.del()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.sil("elma")
{}
db.temizle()
db.clear()
db.deleteAll()
db.clearAll()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.temizle()
{}
db.cıkar()
db.subtract()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.cıkar("elma", 1)
{
"elma": "9"
}
db.it()
db.push()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.it("elma", "deneme")
{
"elma": {
"deneme",
{
deneme: "3",
"aa": "c"
}
}
}
db.ekle()
db.add()
const kubitdbonline = require('kubitdbonline')
const db = new kubitdbonline("https://slyhterindashboard.cf", "password123")
db.ekle("elma", 1)
{
"elma": 2
}
npm i kubitdb
npm i axios express kubitdb body-parser
npm i kubitdbonline
FAQs
Online Database Available in Both Turkish and English - KubitDBonline
The npm package kubitdbonline receives a total of 16 weekly downloads. As such, kubitdbonline popularity was classified as not popular.
We found that kubitdbonline demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.