This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; | |
;; Token stealing shellcode for Windows 8.1 x64 | |
;; | |
;; Save the current context on the stack | |
push rax | |
push rbx | |
push rcx | |
;; Get the current process |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abandoned | |
able | |
absolute | |
adorable | |
adventurous | |
academic | |
acceptable | |
acclaimed | |
accomplished | |
accurate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# | |
# enligthenment - defcon 2017 | |
# | |
# @_hugsy_ | |
# | |
# "One script to bind them all" | |
# | |
# The flag is: you got no fear of the underdog Keekviv3 | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# | |
# occult - defcon 2017 | |
# | |
# @_hugsy_ | |
# | |
# The flag is: xenoanthropology UtFafEigBu | |
# | |
import string, threading, sys, os, base64, telnetlib, time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* occult - defcon 2017 | |
* | |
* functions hijacking script: some functions were showing broken on my patch, | |
* so I hot-patched them to make it work :) | |
* | |
* gcc -shared -fPIC preload.c -o preload.so | |
* export LD_PRELOAD=preload.so | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# | |
# occult - defcon 2017 | |
# | |
# @_hugsy_ | |
# | |
import string, threading, sys, os, base64, telnetlib, time | |
from subprocess import * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# | |
# witchcraft - defcon 2017 | |
# | |
# @_hugsy_ | |
# | |
# PS: took 20min on a 8-core | |
# | |
# The flag is: bustin makes me feel good scengoybEm | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# | |
# alchemy - defcon 2017 | |
# | |
# @_hugsy_ | |
# | |
# | |
# The flag is: The flag is: end of the world sun clyigujheo | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# | |
# magic - defcon 2017 | |
# | |
# @_hugsy_ | |
# | |
# The flag is: a color map of the sun sokemsUbif | |
# | |
import os, base64, telnetlib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
# | |
# leo - defcon 2017 | |
# | |
# Leo es Pequeno | |
# You boys like Mexico?! | |
# leo_33e299c29ed3f0113f3955a4c6b08500.quals.shallweplayaga.me 61111 | |
# | |
# The flag is: 2c641a4386ec64280ca77d1beae6d372 | |
# |