Skip to content

Instantly share code, notes, and snippets.

# smi_ibc_init_discovery_BoF.py
import socket
import struct
import argparse
def parse_args():
parser = argparse.ArgumentParser()
parser.add_argument('-t','--target', help='Smart Install Client', action='store', required=True)
parser.add_argument('-p','--port', type=int, help='Port of Client', default=4786 )
@smrx86
smrx86 / httpd-ssl.conf
Last active October 4, 2017 10:47
Strong SSL Security Configuration for old Apache (2.4.18 and below)
#
# This is the Apache server configuration file providing SSL support.
# It contains the configuration directives to instruct the server how to
# serve pages over an https connection. For detailed information about these
# directives see <URL:http://httpd.apache.org/docs/2.4/mod/mod_ssl.html>
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
#