
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Example of use
⌛Youtube
const { ytdl } = require('jer-api')
import { ytdl } from 'jer-api'
const url = 'https://youtu.be/xxxxx'
let data = await ytdl(url)
console.log(data)
const { pindl } = require('jer-api')
import { pindl } from 'jer-api'
const url = 'https://pin.it/xxxxx'
let data = await pindl(url)
console.log(data)
⌛ Capcut
const { capcut } = require('jer-api')
import { capcut } from 'jer-api'
const url = 'https://www.capcut.com/t/xxxxx'
let data = await capcut(url)
console.log(data)
⌛Tiktok
const { tiktok } = require('jer-api')
import { tiktok } from 'jer-api'
const url = 'https://vt.tiktok.com/xxxxx'
let data = await tiktok(url)
console.log(data)
const { fbdl } = require('jer-api')
import { fbdl } from 'jer-api'
const url = 'https://www.facebook.com/share/r/xxxxx'
let data = await fbdl(url)
console.log(data)
⌛Soundcloud
const { soundcloud } = require('jer-api')
import { soundcloud } from 'jer-api'
const url = 'https://soundcloud.com/xxxxx'
let data = await soundcloud(url)
console.log(data)
const { igdl } = require('jer-api')
import { igdl } from 'jer-api'
const url = 'https://www.instagram.com/reel/xxxxx'
let data = await igdl(url)
console.log(data)
⌛Likee
const { likee } = require('jer-api')
import { likee } from 'jer-api'
const url = 'https://likee.video/xxxxx'
let data = await likee(url)
console.log(data)
Example of use
⌛Instagram stalk
const { igstalk } = require('jer-api')
import { igstalk } from 'jer-api'
const username = 'jerx_2'
let data = await igstalk(username)
console.log(data)
FAQs
Scraper social media downloader & stalk
The npm package jer-api receives a total of 1,264 weekly downloads. As such, jer-api popularity was classified as popular.
We found that jer-api demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.