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
UID PID TTY TIME CMD | |
0 1 ?? 0:01.72 /sbin/launchd | |
0 19 ?? 0:00.30 /usr/sbin/syslogd | |
0 20 ?? 0:00.37 /usr/libexec/UserEventAgent (System) | |
0 22 ?? 0:00.38 /usr/libexec/kextd | |
0 23 ?? 0:00.97 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd | |
0 25 ?? 0:00.03 /usr/libexec/thermald | |
0 28 ?? 0:00.30 /usr/libexec/configd | |
0 29 ?? 0:00.09 /System/Library/CoreServices/powerd.bundle/powerd | |
0 32 ?? 0:00.04 /usr/libexec/airportd |
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
UID PID TTY TIME CMD | |
0 1 ?? 0:00.56 /sbin/launchd | |
0 11 ?? 0:00.35 /usr/libexec/UserEventAgent (System) | |
0 12 ?? 0:00.76 /usr/libexec/kextd | |
0 13 ?? 0:00.46 /usr/libexec/taskgated -s | |
0 14 ?? 0:00.31 /usr/sbin/notifyd | |
0 15 ?? 0:00.29 /usr/sbin/securityd -i | |
0 16 ?? 0:00.09 /usr/libexec/diskarbitrationd | |
0 17 ?? 0:00.47 /usr/libexec/configd | |
0 18 ?? 0:00.13 /System/Library/CoreServices/powerd.bundle/powerd |
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
#!/user/bin/python | |
import os | |
import socket | |
import logging | |
import time | |
#edit the paths below with your username. this script was not build for public useage. | |
#given a list of paths | |
#path each of these then launch a port to listen for a connection |
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 python | |
import sys | |
import os | |
import shutil | |
import time | |
if os.uname()[1] == 'MyHostName': # Change This to YOUR MASTER HOSTNAME | |
print 'NOPE NOPE NOPE' | |
sys.exit() |
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 python | |
import sys | |
import os | |
import shutil | |
import time | |
if os.uname()[1] == 'HostName': # Change This TO YOUR MASTER HOST | |
print 'NOPE NOPE NOPE' | |
sys.exit() |
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
import os | |
import struct | |
import shutil | |
import subprocess | |
class macho_intel32_shellcode(): | |
""" | |
Mach-O Intel x32 shellcode class | |
""" |
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
### Keybase proof | |
I hereby claim: | |
* I am secretsquirrel on github. | |
* I am jp (https://keybase.io/jp) on keybase. | |
* I have a public key whose fingerprint is 5039 053E F583 0C25 08E3 F343 BBA7 0B6A 10B5 F675 | |
To claim this, I am signing this object: |
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
import random | |
import time | |
import wx | |
import sys | |
######################################################################## | |
class MyPanel(wx.Panel): | |
"""""" | |
#---------------------------------------------------------------------- |
NewerOlder