class Naku:
def __init__(self):
self.name = "Naku Tenshi"
self.age = 19
self.friends = None
self.pronouns = "he/Him"
self.role = "Programmer & hacker"
self.languages = ["Python", "Bash", "JavaScript", "C++"]
self.hobbies = ["Hacking", "Programming", "Listening to Music", "Coffee", "Gaming"]
self.favoriteProjects = ["wbf", "JSHound", "RoboBack", "AnimeAlly", "and my stupids websites"]
self.socials = {
"Github" : "https://github.com/nakutenshi",
"Telegram": "https://t.me/nakutenshi",
"Telegram's Channel": "https://t.me/nakutenshii"
}
def message(self):
return "Fuck This People"
me = Naku()
me.message()
🚬
Pinned Loading
-
JWTKeyCracker
JWTKeyCracker PublicA Python script for discovering weak JWT (JSON Web Token) secret keys through brute-force attacks using a provided wordlist. This tool is designed for security researchers and developers to test th…
Python 1
-
cert2android
cert2android PublicA Bash tool to automatically install BurpSuite certificates into Android system stores (e.g. Genymotion) via ADB
Shell 1
-
wordListHub
wordListHub PublicA secure Django-based web interface for browsing, navigating, and viewing wordlists stored on a server, with safe path handling and directory traversal protection.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.