D
D
Damir Makhmutov2013-12-05 23:03:49
Toaster
Damir Makhmutov, 2013-12-05 23:03:49

What is toster.ru written on?

Maybe somewhere in the announcements it was written? I could have missed it, but I'm just wondering what technologies you think are involved in this wonderful service.
I heard somewhere that brainstorage is on rubies (on rails maybe). I can be wrong.
Searching for questions with the toster.ru tag also seems to hint that this is RoR. But still I would like to read your opinion.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vit, 2013-12-05
@doodoo

We look at the server response headers in the firebug and see *drumroll* there ...
So in PHP.

V
VovanZ, 2013-12-06
@VovanZ

There is a great extension for Chrome/Firefox - Wappalyzer
edc03f952a0e704a1ac7915f538a9568.jpg

E
egor_nullptr, 2013-12-06
@egor_nullptr

nginx.conf

server {
    server_name toster.ru;
    ...
    add_header X-Powered-By PHP/5.5.5;
    ...
}

Yes, it's in PHP :)

K
Kirill Kublyakov, 2013-12-06
@Kublyakov

For such cases, I have a chrome plugin https://chrome.google.com/webstore/detail/chrome-s... - "Detect web applications and javascript libraries run on browsing website."

M
marataziat, 2018-10-25
@marataziat

When I pentest this site, I get explode() trim() and stuff from PHP in 500 errors. So yes - in PHP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question