Skip to content
View Marshall-Hallenbeck's full-sized avatar

Organizations

@globalcptc
Block or Report

Block or report Marshall-Hallenbeck

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. Pennyw0rth/NetExec Pennyw0rth/NetExec Public

    The Network Execution Tool

    Python 2.1k 221

  2. red_team_attack_lab red_team_attack_lab Public

    Red Team Attack Lab for TTP testing & research

    PowerShell 528 75

  3. dot_files dot_files Public

    my personal dot files

    Shell 1 1

  4. OpenTrade Dom-Based XSS Disclosure OpenTrade Dom-Based XSS Disclosure
    1
    [Vulnerability Description]
    2
    OpenTrade through version 0.2.0 has a Dom-based XSS vulnerability that is executed when an administrator attempts to delete a message that contains Javascript.
    3
    
                  
    4
    [Application Description]
    5
    OpenTrade is an open source crypto currency exchange that can support over a dozen cryptocurrencies. Its live version can be found at https://trade.multicoins.org.
  5. Capture HTTP Request to file Capture HTTP Request to file
    1
    #!/bin/bash
    2
    curl -m 0.1 -s -I localhost:1337 & nc -l -p 1337 > /tmp/http_request.txt && cat /tmp/http_request.txt
  6. Prevent Automatic Shutdown for Expir... Prevent Automatic Shutdown for Expired Windows Evaluation VMs
    1
    # Create PS folder on C: drive
    2
    New-Item -ItemType Directory -Force -Path "C:\PS"
    3
    # Set TLS versions for download (it will error otherwise)
    4
    [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
    5
    # Download PsTools