Skip to content
View llllIIIllll's full-sized avatar
Block or Report

Block or report llllIIIllll

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

Hi, I'm llllIIIllll

Security Enthusist and Bugbounty Hunter


I am a Computer Engineer who is currently living in japan, who has a keen interest in Android Application Security and who enjoy doing bug bounties.

Coming to the practical implementation, I love making kotlin in android studio and tools in python to automate processes that take lots of time while pentesting Android applications and kenerl. On the way of doing that made me think to write blogs on the hunting Bugs so that I can share my experience with other enthusiasts

Twitter: llllIIIlll GitHub llllIIIllll


More about me...

package main

type Me struct{
  Pronouns string
  Code string
  BestAndFavoriteSkill string
}

func main() {
  me := &Me{
    Pronouns: "He/Him",
    Code: "kotlin python and C",
    BestAndFavoriteSkill: "Kernel Hacking :D"
  }
  _ = me
}

Pinned Loading

  1. syzkaller syzkaller Public

    Forked from google/syzkaller

    syzkaller is an unsupervised, coverage-guided Linux system call fuzzer

    Go