
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
github.com/Thatskat/southpark-quotes-api
A pretty simple API to let you retrieve some of the best quotes from South Park, mmkay!
🌐 https://southparkquotes.up.railway.app/
GET /v1/quotes
Get a random quote:
[
{
"quote": "Don’t you dare call me a Cartman!",
"character": "Stan"
}
]
GET /v1/quotes/{number}
Returns an array of {number}
South Park quotes. E.g. GET /v1/quotes/3
[
{
"quote": "I'm not fat, I'm festively plump.",
"character": "Cartman"
},
{
"quote": "But what does being Hawaiian have to do with me being like an emo chick on her period?",
"character": "Butters"
},
{
"quote": "Cartman doesn’t know a rainforest from a Pop-Tart.",
"character": "Stan"
}
]
GET /v1/quotes/search/{searchTerm}
Returns an array that is either said by or includes the {searchTerm}
from South Park quotes. E.g. GET /v1/quotes/search/randy
https://southparkquotes.up.railway.app/v1/quotes/search/randy
[
{
"quote": "as you get older, boobs will start becoming a major part of your life. but you can’t let them get in the way of your friends. there are a lot of boobs out there. but they’re just boobs. your friends are forever.",
"character": "randy"
},
{
"quote": "we must stop frivolous spending! instead of paying for cable, let us watch clouds! instead of buying clothes, wear but sheets from thine beds! cut spending to only the bare essentials! water and bread and margaritas!",
"character": "randy"
},
{
"quote": "oh, i forgot to tell you that part. i'm lorde.",
"character": "randy"
},
{
"quote": "i ammm lorde. lawdy lawdy lorde!",
"character": "randy"
},
{
"quote": "winter's coming, sharon, and i'm a busy little bee. buzz! buzz!",
"character": "randy"
},
{
"quote": "oh, i’m sorry! i thought this was america!",
"character": "randy"
},
{
"quote": "i’m not having a glass of wine, i’m having six. it’s called a tasting, and it’s classy.",
"character": "randy"
}
]
Want to add some South Park quotes? All you need to do is simply add them in the quotes.js
file and then create a pull request.
This quotes API was greatly inspired by Breaking Bad Quotes and Ron Swnson Quotes.
FAQs
Unknown package
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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.