Skip to content
View NakuTenshi's full-sized avatar
🚬
🚬

Block or report NakuTenshi

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
NakuTenshi/README.md

Get The Fuck Out

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

  1. JSHound JSHound Public

    JSHound is a recon tool designed for bug bounty hunters and pentesters. It helps you extract JavaScript files of a target domain from multiple sources (Wayback Machine, Common Crawl, urlscan.io), a…

    Python 3

  2. wbf wbf Public

    waybackFinder (wbf) – Extract domains, URLs, and parameters from the Wayback Machine for bug bounty and security research.

    Python 1

  3. RoboBack RoboBack Public

    RoboBack is a command-line tool that allows you to travel back in time and extract historical robots.txt files of a target domain from archive.org

    Python 1

  4. JWTKeyCracker JWTKeyCracker Public

    A 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

  5. cert2android cert2android Public

    A Bash tool to automatically install BurpSuite certificates into Android system stores (e.g. Genymotion) via ADB

    Shell 1

  6. wordListHub wordListHub Public

    A secure Django-based web interface for browsing, navigating, and viewing wordlists stored on a server, with safe path handling and directory traversal protection.

    Python