Skip to content

Instantly share code, notes, and snippets.

View zheli's full-sized avatar
:shipit:

Zhe Li zheli

:shipit:
View GitHub Profile
@zheli
zheli / metadata.json
Last active February 7, 2024 10:45
eigenlay-goerli-metadata.json
{
"name": "Gateway.FM",
"website": "https://gateway.fm",
"description": "Gateway.fm is a global distributed multi-chain architecture decentralized blockchain infrastructure node.",
"logo": "https://dka575ofm4ao0.cloudfront.net/pages-transactional_logos/retina/275174/A8E07811-53D9-4FB1-9572-F440628BB20A.png",
"twitter": "https://twitter.com/gateway_eth"
}
0x304d4FbEFc80CB10fb3e8B5a8dFeA4CC02cb62D8

Keybase proof

I hereby claim:

  • I am zheli on github.
  • I am zheli (https://keybase.io/zheli) on keybase.
  • I have a public key ASDFzIVTJYLufu2GPZrrkn_HClw6nYz_4sJV6pUtS659sAo

To claim this, I am signing this object:

@zheli
zheli / dirty_passwd_adjust_cow.c
Created October 27, 2016 12:35 — forked from ngaro/dirty_passwd_adjust_cow.c
A dirty cow exploit that automatically finds the current user in passwd and changes it's uid to 0
#include <stdio.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <pthread.h>
#include <unistd.h>
#include <sys/stat.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>
@zheli
zheli / README.md
Created October 14, 2014 07:55
xkcd fetcher
  • create a new virtual environment
  • pip install -r requirements.txt
  • python fetcher.py to fetch the image
  • python tests.py to run the unittest