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.
askfm-node-api
Advanced tools
ASK.FM Unofficial Nodejs API Website Name : ASK.FM Description : Ask and answer. Find out what people want to know about you! Type : API (UnOfficial)
npm i -S askfm-node-api
const askFM=require('askfm-node-api')
let cookie="<cookie string>"
let ask=new askFM()
ask.registerAccount("45.875.874.11:8080", true); //proxy , forceCookies
ask.login(cookie)
ask.ask("FamusaCowoy", "Oi!", 1) //username, question, anonymity
ask.likeOne("FamusaCowoy", "139457224382") //username, answerId
ask.likeALl("FamusaCowoy") //username, answerId
ask.fetchQuestions() //will return array of questions ids to use ask.answer() to answer tthem
ask.answer(questionId,answer) //see example above for questionId
ask.logout()
All above examples return a promise to with .then()
This is an open source code and language conversion from the the php also open source unoffical api for askFm youll find it's github repo here [Kom3] AskFM Unofficial API
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by ASK.FM or any of its affiliates or subsidiaries. Use at your own risk.
FAQs
ASK.FM Unofficial Nodejs API
The npm package askfm-node-api receives a total of 1 weekly downloads. As such, askfm-node-api popularity was classified as not popular.
We found that askfm-node-api 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
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.