
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.
nauth-client
Advanced tools
Tool for NAuth System.
const nauthClient = new NAuthClient({
rsaPublicKey: `-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsL9tgXW40rSPMZbl9WAm
NsIAuZSA5GrYP3Kuq285OqpAmc2lF7m8tchT7WtAlYx8Y5F2SF8yfIyflB4UEfC9
EaU/B4Gfsgt3Z5CZFKLjhrJWn+Z9DjXr496NJg+6fgp9yZC4R0XwaGnUkkkeAdb7
57eoGkvy2UJkTOieYNkY4nVF2hNQnouX2uPx82G9sXlATPkKnqV7l1M26kh1JI7+
lgXikFb37bq4dnQsekx8EL4V7VcWfdcVVHHqzgHt6F3WrhpnGJ+LT/UlzFmGeYM0
KL3NBlzn51blxsxjvw4Qxm0RzBB4pSzigDbWYCHKZrSPDEN8P2HeCv4avF4rvDhw
gQIDAQAB
-----END PUBLIC KEY-----`,
privateKeyID: "f649acf1-093a-4e18-8482-828db6c9ae59",
privateKey: "$2b$16$CVayVrz4KlK/QFV0K15E7O1dgJqN6evHVB3uu2yElzgKR6aO7Nzn2",
appID: "90355078-9d5d-4796-8af5-518677e04b53"
});
setTimeout(async () => {
///*
await nauthClient.login({
mail: "fab@nibgat.com",
password: "142536Asdf_"
}).then((res) => {
console.log("res:", res);
}).catch((err) => {
console.log("err:", err);
});
//*/
/*
nauthClient.startMailVerify({
mail: "fab@nibgat.com"
}).then((res) => {
console.log("res:", res);
}).catch((err) => {
console.log("err:", err);
});
*/
nauthClient.validateToken().then((res) => {
console.log("res:", res);
}).catch((err) => {
console.log("err:", err);
});
}, 1000);
FAQs
Tool for NAuth.
The npm package nauth-client receives a total of 14 weekly downloads. As such, nauth-client popularity was classified as not popular.
We found that nauth-client 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.