Skip to content

Instantly share code, notes, and snippets.

@SkyBulk
Created September 21, 2019 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SkyBulk/16c2c5bfc07b55aa66b5b1da2e5f38f0 to your computer and use it in GitHub Desktop.
Save SkyBulk/16c2c5bfc07b55aa66b5b1da2e5f38f0 to your computer and use it in GitHub Desktop.
AutoComplete
class AutoComplete() :3
def __init__() :5
def complete() :8
def complete() :20
commands
class CommandHandler() :21
class C2Command() :25
def __init__() :88
def __call__() :88
def back_fn():
def wrapper(): :88
def walk_command_path():
class GlobalC2Command() :62
def __init__() :152
def __call__() :88
def bind_to_all():
def wrap_func():
class ChoiceC2Command() :88
def __init__() :152
def __call__():
def wrapper():
def wrap_update_prompt():
class RegExC2Command() :113
def __init__():
def __call__():
def wrapper():
class RegExChoiceActionC2Command()
def __init__():
def __call__():
def wrapper():
:132
def __init__() :152
def bots() :161
def start_http() :165
def slave_choices() :172
def mass_command() :186
def help() :194
def back() :199
def interface_footer() :205
def interface_footer() :209
def unknown_command() :212
def get_into() :215
def number_of_bots() :219
def number_of_beacons() :222
def active_bots() :225
def handle_command() :234
config
class ServerConfig() :1
def ui_bot_identifier() :22
helpers
def help_option() :3
def version() :11
interface
class ExtendedListBox() :21
def set_auto_scroll() :30
def __init__() :40
def switch_body() :45
def keypress() :55
def print_text() :66
class MainWindow() :112
def __init__() :143
def main() :148
def run() :158
def quit() :205
def build_interface() :217
def draw_interface() :254
def change_prompt_text() :257
def print_text() :260
def keypress() :264
def get_time() :307
def except_hook() :314
def setup_logging() :333
def create_interface() :364
listeners
class Listeners() :8
def __init__() :11
def function() :17
def shell() :24
def modules_get_list() :61
logger
def get_logger() :8
Server
class ServerThread() :18
def __init__() :23
def run() :33
def listen() :36
class ResponseHandler() :83
def __init__() :89
def get_slave_by_mac() :95
def run() :98
def handle_response() :112
serverconnection
class ServerConnectionThread() :14
def __init__() :15
def connection_closed() :27
def cleanup_state() :32
def run() :41
sessions
def sessions() :10
settings
def help_option() :29
def print_help_option() :37
def tests_pyver() :48
shell
class Shell() :14
def __init__() :17
def shell() :25
utils
def wrap_response() :15
def randomString() :18
def print_status() :22
def print_warning() :25
def print_good() :28
def print_error()
stager
class Stager() :5
def __init__() :6
def generate() :11
beacon
class Beacon() :17
def __init__() :18
def start() :26
class ServerProxyThread() :53
def __init__() :54
def number_of_bots() :62
def run() :65
class SlaveThread() :100
def __init__() :101
def run() :113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment