
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
nayan-api-servers
Advanced tools
> npm i nayan-api-servers
• gpt
• spotify
• img2text
• pintarest
• textpro
• photoxy
• ephoto
• ip2lucation
• removebg
• upscale
• tokencookie (fb)
• fbinfo
• GDLink
• google web search
• text to voice
• faceswap
• bdnews
const { gpt } = require("nayan-api-servers");
gpt({
messages: [
{
role: "assistant",
content: "Hello! How are you today?"
},
{
role: "user",
content: "Hello, my name is Nayan."//your name
},
{
role: "assitant",
content: "Hello, Nayan! How are you today?"
}
],
prompt: "Can you repeat my name?",
model: "GPT-4",
markdown: false
}, (err, data) => {
if(err != null){
console.log(err);
} else {
console.log(data);
}
});
const { spotify } = require("nayan-api-servers");
const name = "ghum" //song name
spotify(name).then(data => {
console.log(data)
});
const { pintarest } = require("nayan-api-servers");
const search = "Neymar pic"
pintarest(search).then(data => {
console.log(data)
});
const { img2text } = require("nayan-api-servers");
img2text("https://i.imgur.com/2TTyRTo.jpeg").then(data => {
console.log(data)
});
const {photoxy} = require("nayan-api-servers");
const url = "url" // photoxy url
const text = "nayan" // your text
photoxy(url, [text])
.then((data) => console.log(data))
.catch((err) => console.log(err));
const {photoxy} = require("nayan-api-servers");
const url = "url" // photoxy 2 text input url
const text = "Mohammad" // your text
const text2 = "nayan" // your text
photoxy(url, [text, text2])
.then((data) => console.log(data))
.catch((err) => console.log(err));
const {textpro} = require("nayan-api-servers");
const url = "url" // textpro url
const text = "nayan" // your text
textpro(url, [text])
.then((data) => console.log(data))
.catch((err) => console.log(err));
const {textpro} = require("nayan-api-servers");
const url = "url" // textpro 2 text input url
const text = "Mohammad"//your text
const text2 = "nayan"// your text
textpro(url, [text, text2])
.then((data) => console.log(data))
.catch((err) => console.log(err))
const {ephoto} = require("nayan-api-servers");
const url = "url" // ephoto url
const text = "nayan" // your text
ephoto(url, [text])
.then((data) => console.log(data))
.catch((err) => console.log(err));
const {ephoto} = require("nayan-api-servers");
const url = "url" // ephoto 2 text input url
const text = "Mohammad"//your text
const text2 = "nayan"// your text
ephoto(url, [text, text2])
.then((data) => console.log(data))
.catch((err) => console.log(err))
const { ip } = require("nayan-api-servers");
const address = "ip" //ip address
ip(address).then(data => {
console.log(data)
});
const { removebg } = require("nayan-api-servers");
const url = "url" //pic url
removebg(url).then(data => {
console.log(data)
});
const { upscale } = require("nayan-api-servers");
const link = "link" //past pic link
const model = "1"// model 1 or 2
upscale(link, model).then(data => {
console.log(data)
});
const { tokencookie } = require("nayan-api-servers");
const user = "username" // your fb username
const pass = "password" // your fb password
tokencookie(user, pass).then(data => {
console.log(data)
});
const { fbinfo } = require("nayan-api-servers");
const token = "token" // your fb access token
const uid = "uid" // fb user uid
fbinfo(token, uid).then(data => {
console.log(data)
});
const {GDLink} = require("nayan-api-servers");
const url = 'url' // Public Google Drive Url
GDLink(url).then(data => {
console.log(data)
});
const { gwsearch } = require("nayan-api-servers");
const name = "nayan-api-servers" // Name of the website
const limit = "5" // limit of results (total limit 1-20)
gwsearch(name, limit).then(data => {
console.log(data)
});
const { imagine } = require("nayan-api-servers");
const promt = "cat, 4k" // your promt
imagine(promt).then(data => {
console.log(data)
});
Name
Male: Bashkar, Pradeep
Female: Nabanita, Tanisha
const { text2voice } = require('nayan-api-servers')
const text = 'আমার নাম নয়ন';
const name = 'Tanisha';
const file = "nayan.mp3"
text2voice(text, name, file).then(data => {
console.log(data)
})
const { faceswap } = require("nayan-api-servers");
const sourceUrl = "link" //past source pic link
const targetUrl = "link"// past target pic link
faceswap(sourceUrl, targetUrl).then(data => {
console.log(data)
});
const { bdnews } = require('nayan-api-servers');
async function main() {
try {
const news = await bdnews();
console.log(news);
} catch (error) {
console.error("Error fetching news news:", error);
}
}
main();
CONTACT ME🐱
FAQs
Simple create api(Mohammad Nayan)
The npm package nayan-api-servers receives a total of 531 weekly downloads. As such, nayan-api-servers popularity was classified as not popular.
We found that nayan-api-servers demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.