Skip to content
View ChoiSG's full-sized avatar
Block or Report

Block or report ChoiSG

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

  1. UuidShellcodeExec UuidShellcodeExec Public

    PoC for UUID shellcode execution using DInvoke

    C# 149 26

  2. OneDriveUpdaterSideloading OneDriveUpdaterSideloading Public

    Payload for DLL sideloading of the OneDriveUpdater.exe, based on the PaloAltoNetwork Unit42's blog post

    C++ 82 19

  3. kr-redteam-playbook kr-redteam-playbook Public

    오펜시브 시큐리티 TTP, 정보, 그리고 대응 방안을 분석하고 공유하는 프로젝트입니다. 정보보안 업계 종사자들과 학생들에게 도움이 되었으면 좋겠습니다.

    43 13

  4. GwisinMsi GwisinMsi Public

    PoC MSI payload based on ASEC/AhnLab's blog post

    C++ 21 6

  5. sNanoDumpInject sNanoDumpInject Public

    NanoDumpInject from https://s3cur3th1ssh1t.github.io/Reflective-Dump-Tools/ , minor edits with a few syscalls

    C# 10 4

  6. embed .net, decrypt, load and execut... embed .net, decrypt, load and execute in nim poc
    1
    import nimcrypto
    2
    import winim/clr except `[]`  # https://s3cur3th1ssh1t.github.io/Playing-with-OffensiveNim/  <-- thank you so much, 2 hours googling I almost went crazy 
    3
    
                  
    4
    #[
    5
        All credit goes to @byt3bl33d3r (OffensiveNim) and @s3cur3th1ssh1t