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

Block or report Shivangx01b

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

Hi, I'm Shivang Kumar

Coder|ML|Security Researcher


Just a geek who is try to do something ¯\_(ツ)_/¯ ?.

Love to hack and explore new ML/NN domains.

Twitter: shivangx01b GitHub shivangx01b


More about me...

package main

type Me struct{
  Pronouns string
  Code string
  BestAndFavoriteSkill string
}

func main() {
  me := &Me{
    Pronouns: "He/Him",
    Code: "Python/Golang/Javascript/Powershell/Bash",
    BestAndFavoriteSkill: "Hacking & ML/NN :p"
  }
  _ = me
}

Pinned

  1. CorsMe CorsMe Public

    Cross Origin Resource Sharing MisConfiguration Scanner

    Go 164 31

  2. Machine-Learning-For-WAFs Machine-Learning-For-WAFs Public

    Machine Learning based model for modern wafs based on my research

    Jupyter Notebook

  3. BountyIt BountyIt Public

    A fuzzer made in golang for finding issues like xss, lfi, rce, ssti...that detects issues using change in content length and verify it using signatures

    Go 62 22

  4. GoNN GoNN Public

    A go based neural network framework

    Go 1

  5. Transformer-Based-Chatbot Transformer-Based-Chatbot Public

    Transformer Based Chatbot in pytorch to answer Science based QA

    Python

  6. TransKeys TransKeys Public

    Transformer based model to detect aws keys

    Python