
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@soymaycol/mayreplit
Advanced tools
Mantén tu Replit activo 24/7 sin necesidad de APIs o servidores Express. Simple, eficiente y fácil de usar.
Creado por: SoyMaycol
GitHub: SoySapo6
npm install @soymaycol/mayreplit
cookies.json
)import MayReplit from '@soymaycol/mayreplit'
const mayReplit = new MayReplit()
// Configurar tu Replit
mayReplit
.setReplitUrl('https://replit.com/@tuusuario/TuProyecto')
.setCookiesPath('./mis-cookies.json')
.setScreenshotInterval(5 * 60 * 1000) // 5 minutos
// Iniciar el mantener activo
mayReplit.start().catch(console.error)
import MayReplit from '@soymaycol/mayreplit'
const mayReplit = new MayReplit({
replitUrl: 'https://replit.com/@tuusuario/TuProyecto',
cookiesPath: './cookies.json',
screenshotInterval: 3 * 60 * 1000, // 3 minutos
headless: true // false para ver el navegador
})
mayReplit.start().catch(console.error)
// Después de iniciar
setTimeout(() => {
const screenshot = mayReplit.getScreenshot()
if (screenshot) {
console.log('📸 Screenshot disponible:', screenshot.length, 'bytes')
}
}, 10000) // Esperar 10 segundos
// Para detener correctamente
process.on('SIGINT', async () => {
await mayReplit.stop()
process.exit(0)
})
[
{
"name": "nombre_cookie",
"value": "valor_cookie",
"domain": ".replit.com",
"path": "/",
"expires": 1234567890,
"httpOnly": false,
"secure": true,
"sameSite": "Lax"
}
]
new MayReplit(options)
Opciones:
replitUrl
(string): URL de tu ReplitcookiesPath
(string): Ruta al archivo de cookies (default: './cookies.json'
)screenshotInterval
(number): Intervalo de screenshots en ms (default: 5 * 60 * 1000
)headless
(boolean): Ejecutar navegador sin interfaz (default: true
)setReplitUrl(url)
: Establece la URL del ReplitsetCookiesPath(path)
: Establece la ruta de las cookiessetScreenshotInterval(ms)
: Establece el intervalo de screenshotssetHeadless(boolean)
: Configura modo headlessstart()
: Inicia el serviciogetScreenshot()
: Obtiene el último screenshotstop()
: Detiene el servicioCreado con ❤️ por SoyMaycol
FAQs
Mantén tu Replit activo 24/7 sin APIs - Creado por SoyMaycol
We found that @soymaycol/mayreplit 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.