Skip to content
View martinsander00's full-sized avatar
  • University of Pennsylvania
  • United States
  • LinkedIn in/msandercr
Block or Report

Block or report martinsander00

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. python-fuzz python-fuzz Public

    Index out of bound fuzzer

    Python

  2. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=undefined&optimize=false&runs=200&gist=
    1
    //SPDX-License-Identifier: Unlicensed
    2
    
    
    3
    pragma solidity ^0.8.7;
    4
    
    
    5
    contract CryptoKids {
  3. email-analyzer email-analyzer Public

    Malware analysis tool

    C

  4. hacking-tools hacking-tools Public

    HTTP server able to respond to recurring GET and POST requests

    Python