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.
nekopoi-scraper
Advanced tools
Try it
npm install nekopoi-scraper
or
yarn add nekopoi-scraper
Import packages
const { Search, getRecent, list, getId } = require("nekopoi-scraper");
import { Search, getRecent, list, getId } from 'nekopoi-scraper'
import { Search } from "nekopoi-scraper";
const query = "love";
Search(query).then(async (data) => {
console.log(data);
});
[
{
"id": 23916,
"date": "August 30, 2022",
"title": "SSNI-447 Erotic Love Slope Way Of View Sexual Desire Dada Leak Erotic Past Nuki Rolled Service 170 Minutes VIP Course",
"image": "https://nekopoi.care/wp-content/uploads/2022/08/SSNI-447-Erotic-Love-Slope-Way-Of-View-Sexual-Desire-Dada-Leak-Erotic-Past-Nuki-Rolled-Service-170-Minutes-VIP-Course-Nekopoi-150x150.jpg",
"type": "post"
},
...
]
import { getRecent } from "nekopoi-scraper";
getRecent().then(async (data) => {
console.log(data);
});
[
{
"id": 21910,
"title": "Ero Ishi: Seijun Bishoujo wo Kotoba Takumi ni Hametai Houdai",
"image": "https://nekopoi.care/wp-content/uploads/2022/01/Ero-Ishi1.jpg",
"description": "Menceritakan dokter kelamin yang sekaligus juga penjahat kelamin yang membodoh-bodohi cewek SMA."
},
...
]
import { getId } from "nekopoi-scraper";
getId(21910).then(async (data) => {
console.log(data);
});
{
"id": 21910,
"date": "2022-09-01 00:00:40",
"title": "Ero Ishi: Seijun Bishoujo wo Kotoba Takumi ni Hametai Houdai",
"description": "Menceritakan dokter kelamin yang sekaligus juga penjahat kelamin yang membodoh-bodohi cewek SMA.",
"image": "https://nekopoi.care/wp-content/uploads/2022/01/Ero-Ishi1-150x150.jpg",
"info_meta": {
"aliases": "エロ医師 ~清純美少女を言葉巧みにハメたい放題~",
"episode": "4",
"status": "Completed",
"tayang": "Jan 28, 2022",
"produser": "PoRO",
"genre": [
[Object],
[Object],
[Object],
[Object],
[Object],
[Object],
[Object],
[Object],
[Object]
],
"durasi": "21 min",
"skor": "6.89"
},
"episode": [
{
"id": 21911,
"date": "February 1, 2022",
"title": "Ero Ishi: Seijun Bishoujo wo Kotoba Takumi ni Hametai Houdai Episode 1 Subtitle Indonesia",
"image": "https://nekopoi.care/wp-content/uploads/2022/01/vlcsnap-2022-01-31-23h52m28s333-150x150.png"
},
...
]
}
{
"id": 23239,
"title":
"[JAV SUB INDO] HAVD-875 The Hips That Won't Stop Even Though She Loves Her Husband. The Young Wife Who Is Addicted To The Big Cocks Of The Brothers Next Door",
"content":
"...",
"image": "https://nekopoi.care/wp-content/uploads/2022/07/1havd875pl.jpg",
"stream": [{ "link": "https://dood.pm/xxxx" }],
"download": [
{ "type": "360p", "links": [Array] },
{ "type": "480p", "links": [Array] },
{ "type": "720p", "links": [Array] },
],
}
import { list } from "nekopoi-scraper";
const page = 1;
const type = ["jav", "hentai"];
list(page, type[0]).then(async (data) => {
console.log(data);
});
[
{
"id": 20908,
"date": "October 11, 2021",
"title": "362SCOH-047 [Creampie] Let a carefully selected beautiful girl cosplay and conceive my child [Tokisaki]",
"image": "https://nekopoi.care/wp-content/uploads/2021/10/93644-150x150.jpg",
"type": "post"
}
...
]
David - @david.stefen
FAQs
Simple nekopoi scraper
The npm package nekopoi-scraper receives a total of 25 weekly downloads. As such, nekopoi-scraper popularity was classified as not popular.
We found that nekopoi-scraper 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.