Skip to content
View fe1w0's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report fe1w0

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

About me

An undergraduate from CUMT.🈚⛰️ 2018 - 2022

A graduate student of Xidian University 2022 - 2025

fe1w0's github stats

More about me

package main

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

func main() {
  me := &Me{
    Email: "xzasliuxinrong@gmail.com",
    Job: "Graduate student from NCNIPC Lab",
    Code: "PHP, Java, Souffle and Python...",
    Blog: "xzaslxr.xyz or  fe1w0.github.io",
    BestAndFavoriteSkill: "Sleep😴, Take photos📷 and Play💦",
    CVE: "CVE-2024-22871, CVE-2024-31501, CVE-2017-20189"
  }
  _ = me
}

Pinned

  1. DeSerSniffer DeSerSniffer Public

    DeSerSniffer

    Shell 4

  2. FuzzChains FuzzChains Public

    Java

  3. assetMap assetMap Public

    处于原型阶段

    Go 19 4

  4. ScanWebShell ScanWebShell Public

    基于机器学习的ScanWebShell识别项目

    Python 15 2

  5. utools-vmware utools-vmware Public

    utools插件: 快速开启虚拟机

    JavaScript 16 2

  6. VulnInfoSearch VulnInfoSearch Public

    根据CEW编号查找CVE漏洞及其GitHub上的pacth commit,同时含有函数切片功能(支持 C++、C、Python、Java),以快速生成程序漏洞数据集(NoVuln/Vuln),同类型项目及其数据集见 VulnInfoCrytpo。

    C++ 5