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
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
}