youhackme / Toggle

Ever seen a nice website and asked yourself what theme or plugins they are using? This is what this project is all about. Started back in 2014. Re-written from the ground up in 2017 using Laravel 5, MySQL, Redis and Elastic.
1 stars 0 forks source link

Identify rocketchat application and a few more #496

Open youhackme opened 7 years ago

youhackme commented 7 years ago

From env variable, we can identify it through : RocketChat

var environmentVars;
for (i in window) {
            environmentVars += i + ' ';

        }
console.log(environmentVars);
youhackme commented 7 years ago

Identify Yepnop

youhackme commented 7 years ago
"RocketChat": {
            "cats": [
                "52"
            ],
            "env": "^RocketChat$",
            "icon": "RocketChat.svg",
            "website": "https://rocket.chat/"
        },
youhackme commented 7 years ago

https://cdn.worldvectorlogo.com/logos/rocket-chat.svg

youhackme commented 7 years ago

Identify ASP application for example:

https://www.myjob.mu/myprofile/EditProfile

youhackme commented 7 years ago

Identify this one too:

image