Skip to content
View 3rsh1's full-sized avatar

Block or report 3rsh1

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
3rsh1/README.md

About Me

3rsh1's GitHub stats\

More About Me

package main

type Me struct{
  Email string
  Job string
  Code string
  Blog string
  Learning string
}

func main() {
  me := &Me{
    Email: "*****",
    Job: "Undergraduate",
    Code: "Python,PHP,Go,Java ...",
    Blog: "https://www.3rsh1.cool",
    Learning: "内网渗透,web安全 ..."
  }
  _ = me
}

Popular repositories Loading

  1. code-breaking code-breaking Public

    Forked from phith0n/code-breaking

    Code-Breaking Puzzles

    JavaScript

  2. Generate_Char_By_Xor Generate_Char_By_Xor Public

    Forked from EddieIvan01/Generate_Char_By_Xor

    CTF中过滤指定字符的webshell,php中由字符异或生成新字符

    Python

  3. Web-CTF-Cheatsheet Web-CTF-Cheatsheet Public

    Forked from w181496/Web-CTF-Cheatsheet

    Web CTF CheatSheet 🐈

    Ruby

  4. 3rsh1 3rsh1 Public

  5. Doge-Gabh Doge-Gabh Public

    Forked from timwhitez/Doge-Gabh

    GetProcAddressByHash/remap/full dll unhooking/Tartaru's Gate/Spoofing Gate/universal/Perun's Fart/Spoofing-Gate/EGG/RecycledGate/syswhisper/RefleXXion golang implementation

    Go

  6. test test Public