Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
This repo is a fork from the main repo and will usually have new features integrated faster than the main repo (and may also include certain bugs)
Repo Này Là Một Nhánh Rẽ Từ Repo Chính Và Thường Sẽ Có Các Tính Năng Mới Được Tích Hợp Nhanh Hơn So Với Repo Chính (Và Cũng Có Thể Kèm Theo Một Số Lỗi). Xem Repo Chính here.
Facebook Hiện Có API Chính Thức Cho Trò Chuyện Bot here.
API Này Là Cách Duy Nhất Để Tự Động Hóa Các Chức Năng Trò Chuyện Trên Tài Khoản Người Dùng. Chúng Tôi Làm Điều Này Bằng Cách Giả Lập Trình Duyệt. Điều Này Có Nghĩa Là Thực Hiện Chính Xác Các Yêu Cầu GET/POST Và Lừa Facebook Suy Nghĩ
Chúng Tôi Không Chịu Trách Nhiệm Nếu Tài Khoản Của Bạn Bị Cấm Vì Các Hoạt Động Spam Như Gửi Nhiều Tin Nhắn Cho Những Người Bạn Không Biết, Gửi Tin Nhắn Rất Nhanh, Gửi Các URL Có Vẻ Spam, Đăng Nhập Và Đăng Xuất Rất Nhanh... Hãy Là Công Dân Có Trách Nhiệm Của Facebook.
Nếu Bạn Muốn Sử Dụng, Hãy Vô Terminal Hoặc Command Promt Nhập:
npm install chat-asuna
Nó Sẽ Tải Xuống Từ Kho NPM
Nếu Bạn Muốn Sử Dụng Phiên Bản Mới Nhất Hay Cập Nhật Thì Hãy Vô Terminal Hoặc Command Promt Nhập:
npm install chat-asuna@latest
Lợi Ích Cho Việc Này Thì Bạn Sẽ Không Tốn Thời Gian Pay Acc Và Có Acc. Hãy Sử Dụng Với Tài Khoản Thử Nghiệm Facebook Whitehat Accounts.
const login = require("chat-asuna");
// Create simple echo bot
login({email: "FB_EMAIL", password: "FB_PASSWORD"}, (err, api) => {
if(err) return console.error(err);
api.listen((err, message) => {
api.sendMessage(message.body, message.threadID);
});
});
Kết quả:
Bạn Có Thể Đọc Các Api Tại: here.
Để Lưu Lại Thì Bạn Cần 1 Apstate Kiểu (Cookie, etc,..) Để Lưu Lại Hoặc Là Sử Dụng Mã Login Như Trên Để Đăng Nhập !
Và Chế Độ Này Đã Có Sẵn Trong 1 Số Bot Việt Nam Nên Bạn Cứ Yên Tâm Nhé !
const fs = require("fs");
const login = require("chat-asuna");
var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // thông tin tk
login(credentials, (err, api) => {
if(err) return console.error(err);
// đăng nhập
fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState())); //tạo appstate
});
Hoặc Dễ Dàng Hơn ( Chuyên Nghiệp ) Bạn Có Thể Dùng => Bạn Có Thể Đọc Các Api Tại: c3c-fbstate Để Lấy Fbstate Và Đổi Tên Nó Thành Apstate
FAQs
This repo is a fork from the main repo and will usually have new features integrated faster than the main repo (and may also include certain bugs)
The npm package chat-asuna receives a total of 0 weekly downloads. As such, chat-asuna popularity was classified as not popular.
We found that chat-asuna 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.