Skip to content

Instantly share code, notes, and snippets.

View DeadPackets's full-sized avatar
💻
Hacking away

DeadPackets DeadPackets

💻
Hacking away
View GitHub Profile
@DeadPackets
DeadPackets / script.js
Created August 2, 2019 15:41
A script I wrote to solve a telephone CTF challenge.
/*
Challenge Description:
Have you ever used an old-keypad mobile phone?
(Check out the image file)
7 -----> 7
E -----> 333
T -----> 88

Keybase proof

I hereby claim:

  • I am deadpackets on github.
  • I am deadpackets (https://keybase.io/deadpackets) on keybase.
  • I have a public key ASAMr4L5udACyxfxePjg7PLuusoAvfTnTjCJACf65t7A4go

To claim this, I am signing this object:

@DeadPackets
DeadPackets / hosts2privoxy.py
Created June 18, 2017 09:11 — forked from chew-z/hosts2privoxy.py
Converts hosts file to privoxy action
#!/usr/bin/env python
# Takes amalgamated hosts file and converts to privoxy action file
# so you could block malicious hosts via proxy rather then /etc/hosts file
# See http://www.privoxy.org/faq/misc.html#HOSTSFILE
#
import re
import os
badguys_pattern = re.compile(
'^0.0.0.0(\s*|\t*)(.*)\n|^127.0.0.1(\s*|\t*)(.*)\n')
@DeadPackets
DeadPackets / Best_Quotes_Of_Pixel.txt
Created April 17, 2017 17:44
Best quotes coming from none other than Pixel3000Nerd himself
> suck at the same time as the orgasm dies down
> a little bit of a smile and a few other things
> https://cdn.discordapp.com/attachments/259736233486450688/288329119987531776/unknown.png
> Sexual Cuddles are the best
> This is legit arousing me
> I would f*** everypony
> wa da fuk dud
> FLUFFY!!
@DeadPackets
DeadPackets / bgchanger.ps
Last active March 18, 2017 09:34
Background changer for powershell (for the USB rubber ducky)
powershell -NoP -NonI -W Hidden -Exec Bypass "IEX (New-Object System.Net.WebClient).DownloadFile('http://pre10.deviantart.net/f080/th/pre/i/2012/171/e/2/mlp_fim___mane_six_by_galaxyart-d53o02k.png',\"$env:temp\bg.png\");"