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

Block or report jon-stewart

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. rekcap-backup rekcap-backup Public

    rekcap:packer

    Assembly

  2. in-memory-elf in-memory-elf Public

    Python

  3. postgres_restore_exploitation postgres_restore_exploitation Public

    Python 1

  4. tarbomb tarbomb Public

    Python

  5. cookieworm.escript cookieworm.escript
    1
    #!/usr/bin/env escript
    2
    %% -*- erlang -*-
    3
    
                  
    4
    main([Target, LocalIP, OldCookie, NewCookie]) ->
    5
        TargetNode = list_to_atom(Target),
  6. memscram memscram Public

    Scramble strings in process memory

    Python