Giter VIP home page Giter VIP logo

ssrf-testing's Introduction

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









































































































































































































ssrf-testing's People

Contributors

cujanovic avatar tarunkant avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.