Skip to content
View chrismaddalena's full-sized avatar

Organizations

@GhostPack
Block or Report

Block or report chrismaddalena

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chrismaddalena/README.md

Howdy, I'm Christopher Maddalena! 👋

Director of Internal and Community Products at SpecterOps

Author of Printing Props: A Beginner's Guide to 3D Printing for Cosplay and Replicas (https://printingprops.com)

Twitter: cmaddalena    GitHub ChrisMaddalena    Linkedin: thaianebraga

About Me

class Christopher():
    pronouns = ["he", "him"]
    contacts = {
                    "email": "chris.maddalena@protonmail.com",
                    "twitter": "@cmaddalena",
                    "note": "Send a Twitter DM to discuss projects",
                }
    languages = [
                    "Python",
                    "HTML",
                    "CSS",
                    "C#",
                    "JavaScript",
                    "Ruby",
                ]
    services = ["Docker", "Docker Compose", "AWS",]
    work_output = {
                    "author": [
                                {
                                    "title": "Printing Props",
                                    "subtitle": "A Beginner's Guide to 3D Printing for Cosplay and Replicas",
                                    "url": "https://printingprops.com/",
                                }
                            ],
                    "speaker": [
                        "DerbyCon",
                        "CircleCityCon",
                        "CodeMash",
                        "BSides Detroit",
                        "BlackHat USA",
                    ],
                    "trainer": ["BlackHat USA",],
                    "projects": [
                        {"Ghostwriter": {
                            "development": True,
                            "status": "Active Development"
                        }},
                        {"Goreport": {
                            "development": False,
                            "status": "Maintenance Mode"
                        }},
                        {"Cooper": {
                            "development": False,
                            "status": "Maintenance Mode"
                        }},
                        {"ODIN": {
                            "development": False,
                            "status": "Under Development"
                        }},
                    ]
                }
    extras = {
                "adhd": True,
                "currentGoal": "Learning React",
            }
}

Pinned

  1. GhostManager/Ghostwriter GhostManager/Ghostwriter Public

    The SpecterOps project management and reporting engine

    Python 1.2k 167

  2. Goreport Goreport Public

    A Python script to collect campaign data from Gophish and generate a report

    Python 169 49

  3. ODIN ODIN Public

    Automated network asset, email, and social media profile discovery and cataloguing.

    Python 622 115

  4. Cooper Cooper Public

    A Python tool for ingesting HTML and producing HTML source suitable for phishing campaigns.

    Python 55 19

  5. DocPatch DocPatch Public

    A simple script that edits the XML of a macro-enabled Word document (.docm or Word 97 document) to add a reference to a remote stylesheet.

    Python 11 4