
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
ssn-generator
Advanced tools
First You Have To Install It Using
npm i ssn-generator
Note: This Is An Async function you can use await with it you can require it using
const ssn_generator = require("ssn-generator");
Then you can run this using
ssn_generator();
Here Is An Example Of Await With It For Example I Am Using IIFE
(
async() => {
await ssn_generator()
}
)()
It Should Return JSON Data Here Is A Example NOTE: I Used Information That I Got From My Package
[
{
name: 'Sanford Carolyne',
ssn: '509-74-3282',
gender: 'Female',
birthday: '21/09/1984',
birth_year: '1984',
birth_month: '09',
birth_day: '21',
age: '39',
address: '1468 Upton Isle Suite 759 Daijabury, KS 61598',
state:"Kansas"
},
{
name: 'Rolfson Jermain',
ssn: '668-05-0694',
gender: 'Male',
birthday: '20/03/1989',
birth_year: '1989',
birth_month: '03',
birth_day: '20',
age: '34',
address: "45970 O'Reilly Forge Suite 952 East Kristaville, GA 93343-9244",
state:"Georgia"
}
]
I Have Shown 2 Here But It Normally Return 20 SSN And Details I Scrape From This Website -- https://www.myfakeinfo.com/nationalidno/get-us-security-number-with-name.php
FAQs
Hi This Package Scrape SSN From Websites
The npm package ssn-generator receives a total of 2 weekly downloads. As such, ssn-generator popularity was classified as not popular.
We found that ssn-generator 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.