
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
phantombot-node-connector
Advanced tools
This is a NodeJS Connector for Phantombot, made to immitate (mostly) their own PHP Connector.
###Prerequisites:###
###Installation:###
npm install phantombot-node-connector
###Usage:###
#Adding the Connector
var phantombot = require('phantombot-node-connector');
#Setting Options
phantombot.options = {
'host': 'localhost', // Server where bot is hosted
'port': 25000 // Port where bot is hosted
'oauth': 'oauth' // The oauth code excluding the "oauth:" bit.
}
#Get from inistore
phantombot.getTable('points', function(data) { // Replace points with the file you need
console.log(data);
});
#Get from Logs
phantombot.getLogFile('chat/date.txt', function(data) {
console.log(data);
});
#Get from Addons
phantombot.getAddonFile('followHandler/latestFollower.txt', function(data) {
console.log(data);
});
#Get from Web Folder
phantombot.getWebFile('style.css', function(data) {
console.log(data);
});
[{variable: val, value: val2}]
[{line: val}]
FAQs
A node connector for PhantomBot
We found that phantombot-node-connector 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.