Skip to content
View ihamburglar's full-sized avatar
✔️
Verified
✔️
Verified
Block or Report

Block or report ihamburglar

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

Pinned Loading

  1. redaemm redaemm Public

    Go

  2. Redboto Redboto Public

    Red Team Scripts for AWS.

    Python 164 19

  3. go-aws-escalate go-aws-escalate Public

    Go

  4. federateme federateme Public

    Python 1

  5. go-pre-signed-list-objects-v2 go-pre-signed-list-objects-v2 Public

    This is an example of pre-signing something other than a URL with the AWS SDK for Go

    Go 1

  6. MiniDumpWriteDump.ipy.py MiniDumpWriteDump.ipy.py
    1
    #   This is an example of how to run MiniDumpWriteDump functionality
    2
    #   natively in IronPython without a C# wrapper. 
    3
    
                  
    4
    from System.Runtime.InteropServices import DllImportAttribute, PreserveSigAttribute
    5
    from System.Diagnostics import Process