Skip to content
View cyber-niz's full-sized avatar
🪲
">'><bug>
🪲
">'><bug>

Block or report cyber-niz

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
cyber-niz/README.md
<?php

//Hi there 👋
/***************************************************************************************************************************
I'm fun to work with, I always like to learn new things from others as much as helping others solve their problems. 
You know what else is fun! Learning code is. Let's work for a better opensource, decentralized future. 
A world where everything is free and everyone is free to experement, learn, survive and thrive. Let's code for good.
***************************************************************************************************************************/
namespace N1Z4M;

class About extends Me
{
    public function getMySkills($type)
    {
        if($type === "Hacking"){
            return [
                XSS::class,
                CSRF::class,
                SQLI::class,
                SSRF::class,
                XXE::class,
                TypeJuggling::class,
                RCE::class,
                ROOTING::class
            ];
        }
        elseif($type === "Frond-End"){
            return [
                HTML::class,
                CSS::class,
                JS::class,
            ];
        }
        elseif($type === "Back-End"){
            return [
                PHP::class,
                MySQL::class,
                PostgreSQL::class,
                NodeJs::class,
                Python::class,
                ASP::class,
            ];
        }
        elseif($type === "Tools"){
            return [
                BurpSuite::class,
                Metasploit::class,
                Wireshark::class,
                Netcat::class,
                Nmap::class,
                Nessus::class
            ];
        }
        if($type === "Languages"){
            return [
                Malayalam::class,
                English::class,
                Arabic::class,
                Tamil::class,
                Kannada::class,
                Hindi::class
            ];
        }       
        else{
            return [
                Python::class,
                Dart::class,
                Lua::class,
                C::class,
                C++::class,
                PHP::class,
                ASP::class,
                java::class,
            ];
        }
    }
    public function getFullName()
    {
        return base64_decode("TklaQU1VREhFRU4gQUs=");
    }
}

GitHub followers Twitter Follow Linkedin Badge Instagram Badge Facebook Badge Medium Badge Telegram Badge Website Badge

Try Hack MeHACK THE BOXBuy Me A Coffee

N1Z4M









































































































































































































Popular repositories Loading

  1. blackeye blackeye Public

    The ultimate phishing tool with 38 websites available!

    HTML 8 1

  2. bugbounty-cheatsheet bugbounty-cheatsheet Public

    Forked from EdOverflow/bugbounty-cheatsheet

    A list of interesting payloads, tips and tricks for bug bounty hunters.

    4 1

  3. PayloadsAllTheThings PayloadsAllTheThings Public

    Forked from swisskyrepo/PayloadsAllTheThings

    A list of useful payloads and bypass for Web Application Security and Pentest/CTF

    Python 3 2

  4. hackthebox-writeups hackthebox-writeups Public

    Forked from Hackplayers/hackthebox-writeups

    Writeups for HacktheBox 'boot2root' machines

    2

  5. can-i-take-over-xyz can-i-take-over-xyz Public

    Forked from EdOverflow/can-i-take-over-xyz

    "Can I take over XYZ?" — a list of services and how to claim (sub)domains with dangling DNS records.

    1

  6. subbrute subbrute Public

    Forked from TheRook/subbrute

    A DNS meta-query spider that enumerates DNS records, and subdomains.

    Python 1