How to determine what language site is written in?

Discussion in 'Programming' started by mudanoman, Dec 27, 2006.

  1. #1
    Hey guys,

    I am curious if there is anyway to figure out what language a site is written in, php, python, ruby etc...

    Just curious what a site like technorati.com / feedburner.com would be written in.

    Thanks!
     
    mudanoman, Dec 27, 2006 IP
  2. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #2
    You can't.

    You can look at the file extensions, but again some might not have file extensions or remoded file extensions.

    Peace,
     
    Barti1987, Dec 27, 2006 IP
  3. ednit

    ednit Peon

    Messages:
    152
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, it could be pretty hard to tell.

    On some sites I:

    - remove the extension all together
    - create a uniquie extension
    - force the extension to be .htm though in reality it's a cgi or php script
     
    ednit, Dec 27, 2006 IP
  4. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #4
    mostly the file extensions

    but some times u can come to know if its php seeing the site
     
    koolasia, Dec 27, 2006 IP
  5. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Looking at response headers can help sometimes as well, especially if it's between PHP and ASP, as those are in most cases exclusive.
     
    crazybjörn, Dec 28, 2006 IP
  6. phd

    phd Active Member

    Messages:
    496
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #6
    generally u can identify by file name extension.
    but some people love to hide that extensions...and making directory of that.. or creating their own MIME types... or even they do url rewriting
     
    phd, Dec 28, 2006 IP