Skip to content
View GorillaInTheStack's full-sized avatar
  • Norway

Highlights

  • Pro

Block or report GorillaInTheStack

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. Get the address and offset of an env... Get the address and offset of an environment variable if injected into a program with a specific name
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <string.h>
    4
    
                  
    5
    int main(int argc, char *argv[]) 
  2. MitM two targets using ARP cache poi... MitM two targets using ARP cache poisoning and inject arbitrary packets to the conversation (requires privileges)
    1
    #!/usr/bin/env python3
    2
    import time
    3
    import argparse
    4
    from threading import Thread
    5
    from scapy.layers.l2 import getmacbyip, get_if_hwaddr, get_if_addr
  3. simple-file-database simple-file-database Public

    This is a simple file-based database application that allows you to create, store, retrieve, update, and delete employee records.

    C

  4. ROPemporium-challenges-writeups ROPemporium-challenges-writeups Public

    https://ropemporium.com/

    Python

  5. white-boarding-protocol/server white-boarding-protocol/server Public

    A protocol to handle your virtual whiteboard for a smooth online illustration experience.

    Python

  6. cs-e4300_IPsec_VPN cs-e4300_IPsec_VPN Public

    Forked from tuomaura/cs-e4300_testbed

    Testbed network setup for student projects

    Shell