Finding platform or programming language used in web application by file extension

0 votes
Hi. Is there a way to find out the programming language used to build a web page or the platform that the web application is built on based on the file extension of the web page?
Aug 22, 2019 in Cyber Security & Ethical Hacking by Tina
814 views

1 answer to this question.

0 votes

Yes. It is possible to understand the programming/language or platform by file extension. For example:

  • asp — Microsoft Active Server Pages
  • aspx — Microsoft ASP.NET
  • pl — Perl language
  • py — Python language
  • jsp — Java Server Pages
  • php — PHP language

But in most cases, you don't see the extension of the file, you only see the file name. In such cases, you can manually append the extensions and check which works. 

For example, if the web page url is www.abc.com/xyz and the page is written in php, the appending a .py extension 

www.abc.com/xyz.py

will give a page not found error. But adding .php as the extension

www.abc.com/xyz.py

will work fine. This means the the page is written in php language

answered Aug 22, 2019 by Will

Related Questions In Cyber Security & Ethical Hacking

0 votes
1 answer
0 votes
0 answers

I do not have a real result about encryption file use AES mode CFB in pycrptodome on python

I'm using Ubuntu win. on python I ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Ahmed
• 310 points

closed Aug 23, 2019 by Ahmed 679 views
0 votes
2 answers

What programming language should I learn for cyber security?

Python is a language that is making ...READ MORE

answered Jul 5, 2020 in Cyber Security & Ethical Hacking by South
• 140 points

edited Oct 6, 2021 by Sarfaraz 4,097 views
–1 vote
1 answer
0 votes
1 answer

Is it possible to find technolgy name of a web application using session tokens?

If the web application uses web servers that ...READ MORE

answered Aug 22, 2019 in Cyber Security & Ethical Hacking by Kumar

edited Oct 7, 2021 by Sarfaraz 576 views
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP