
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
bluebox-ng
Advanced tools
#Â Bluebox-ng
Pentesting framework using Node.js powers. Specially focused in VoIP/UC.


##Â Features
##Â Install
Install the last Node.js stable version.
A better alternative for developers is to use nvm, to test different versions.
Get a copy of the code and install Node dependencies.
npm i -g bluebox-ng
###Â Kali GNU/Linux
curl -sL https://raw.githubusercontent.com/jesusprubio/bluebox-ng/master/artifacts/installScripts/kali2.sh | sudo bash -##Â Use
bluebox-ngconst Bluebox = require('bluebox-ng');
const bluebox = new Bluebox({});
const moduleOptions = { target: '8.8.8.8' };
console.log('Modules info:');
console.log(JSON.stringify(bluebox.help(), null, 2));
bluebox.runModule('geolocation', moduleOptions, (err, result) => {
if (err) {
console.log('Error:');
console.log(err);
} else {
console.log('Result:');
console.log(result);
}
});
npm run-script cont-int
We use the visionmedia module, so you have to use this environment variable:
DEBUG=bluebox* npm start
Jesús Pérez
jesusprubio gmail com
Sergio GarcĂa
s3rgio.gr gmail com
##Â Thanks to
##Â License This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
Pentesting framework using Node.js powers. Specially focused in VoIP/UC.
The npm package bluebox-ng receives a total of 47 weekly downloads. As such, bluebox-ng popularity was classified as not popular.
We found that bluebox-ng demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.