#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class ManagerSecurityOperations:
def __init__(self):
self.name = "fishnotphish"
self.role = "Manager, Security Operations"
self.focus = ["threat analysis", "strategic intelligence",
"detection engineering"]
self.language_spoken = ["en_US"]
self.stack = ["Python", "Django", "Go", "TypeScript", "React"]
def greet(self):
print("Thanks for dropping by — stay alert, stay informed.")
me = ManagerSecurityOperations()
me.greet()
💻
Coding...
Manager, Security Operations
Knowledgeable in both Java and Python.
- Chicago, IL
Popular repositories Loading
-
open-vbrowser
open-vbrowser PublicvBrowser is a secure, containerized browser platform designed for covert web investigations. Originally created to support deep and dark web analysis by cybersecurity professionals, it enables user…
-
-
-
pixurebyte
pixurebyte PublicPixurebyte is an open source, self-hostable platform for capturing and analyzing websites with ease. It takes screenshots, full HTML source, request/response data, and metadata — all within minutes…
TypeScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

