Skip to content
View Purp1eW0lf's full-sized avatar

Block or report Purp1eW0lf

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. Blue-Team-Notes Blue-Team-Notes Public

    You didn't think I'd go and leave the blue team out, right?

    1.6k 232

  2. HackTheBoxWriteups HackTheBoxWriteups Public

    Writeups for the machines on ethical hacking site Hack the Box

    238 41

  3. Sysmon_Lab.ps1 Sysmon_Lab.ps1
    1
    <#
    2
    Meta
    3
        Date: 2022 March 28th
    4
        Updated: 2023 October 6th
    5
        Authors: Dray Agha (Twitter @purp1ew0lf), Dipo Rodipe (Twitter @dipotwb)
  4. Pull_logs_and_zip.ps1 Pull_logs_and_zip.ps1
    1
    #Ensure errors don't ruin anything for us
    2
    $ErrorActionPreference = "SilentlyContinue"
    3
    
                  
    4
    
                  
    5
    # Set variables
  5. AidensHoneyPot AidensHoneyPot Public

    Aiden's honeypot!

    PowerShell 3

  6. Masscan_to_Nmap Masscan_to_Nmap Public

    Python script that runs Masscan against an IP to collect open ports, feed those ports to Nmap, which finds service versions and runs default scripts. Built with CTFs in mind.

    Python 23 7