Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
fca-aliiya-remake
Advanced tools
Note! This Is The Main Chat Api Product By Facebook-Chat-Api Lead Author: Anup Kumar, Current Author Not Responsible! ), If Yes Error Try Using Another Product !
Facebook Already Has And For Users To Create Api For Chatbots At Dey => Here.
Note ! If You Want To Use This Api Please See The Document At Here.
If You Want To Use It, Download It By:
npm i fca-aliiya
or
npm install fca-aliiya
It Will Load Into node_modules (Your Lib) - Note Replit Won't Show Where to Find
If You Want To Use The Latest Version Or Update Then Go To Terminal Or Command Prompt Enter :
npm install fca-aliiya@latest
Or
npm i fca-aliiya@latest
Benefits For This You Will Not Spend Time Paying Acc And Have Acc Use it with a Demo Account => Facebook Whitehat Accounts.
const login = require("fca-aliiya-remake"); // get it from the lib
// log in
login({email: "Gmail Account", password: "Your Facebook Password"}, (err, api) => {
if(err) return console.error(err); // error case
// tạo bot tự động nhái theo bạn:
api.listenMqtt((err, message) => {
api.sendMessage(message.body, message.threadID);
});
});
As a result, it will copy you as shown below:
If You Want Advanced Use Then Use Bot Types Listed Above !
You Can Read Full Api At => here.
You need to go to file Anup.js, Then Find Line
var login = require('fca-aliiya-remake');
/* Maybe :
var login = require('fca-aliiya');
var login = require('fca-aliiya-remake');
var login = require('aliya-anup');
...
*/
And Replace It With:
var login = require('fca-aliiya-remake')
Then Run As Normal!
To Save You Need 1 Apstate Type (Cookie, etc,..) To Save Or Use Login Code As Above To Login !
And This Mode Is Available In Some Bots In Vietnam So You Can Rest assured!
Guide With Appstate
const fs = require("fs");
const login = require("fca-aliiya-remake");
var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // tk information
login(credentials, (err, api) => {
if(err) return console.error(err);
// log in
fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState(), null,'\t')); //create appstate
});
Or Easier (Professional) You Can Use => c3c-fbstate To Get Fbstate And Rename It To Apstate Is Also ! (appstate.json)
FAQS => Link
FAQs
security holding package
The npm package fca-aliiya-remake receives a total of 1 weekly downloads. As such, fca-aliiya-remake popularity was classified as not popular.
We found that fca-aliiya-remake demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.