wolfstyle 发表于 2013-5-21 11:29:30

怎么最快速的知道一个网站是用什么程序做的?

如题,怎么最快速的知道一个网站是用什么程序做的?

心若无尘 发表于 2013-5-21 11:37:16

源代码,看标签

月光飞燕 发表于 2013-5-21 11:52:50

对各种网站程序熟悉的人,就可以很快知道,程序知识差一些的,有一定难度

一般是看网站结构,形式,看网页源代码里面的标志

但是有很多网页源代码标志被去除了的,这个时候就要凭经验了
比如看路径,css,js文件引入的路径等

wolfstyle 发表于 2013-5-21 12:28:20

月光飞燕 发表于 2013-5-21 11:52 static/image/common/back.gif
对各种网站程序熟悉的人,就可以很快知道,程序知识差一些的,有一定难度

一般是看网站结构,形式,看网页 ...

css的引入路径是个好的辨别方法,

12寸黑白大彩电 发表于 2013-5-21 13:06:12

看源代码的结构,看是不是jspasp或者php

riskstar 发表于 2013-5-21 14:11:34

CMS Explorer is designed to reveal the the specific modules, plugins, components and themes that various CMS driven web sites are running.

Additionally, CMS Explorer can be used to aid in security testing. While it performs no direct security checks, the "explore" option can be used to reveal hidden/library files which are not typically accessed by web clients but are nonetheless accessible. This is done by retrieving the module's current source tree and then requesting those file names from the target system. These requests can be sent through a distinct proxy to help "bootstrap" security testing tools like Burp, Paros, Webinspect, etc.

CMS Explorer can also search OSVDB for vulnerabilities with the installed components.

CMS Explorer currently supports module/theme discovery with the following products:

Drupal
Wordpress
Joomla!
Mambo
And exploration of the following products:

Drupal
Wordpress
See the wiki for more details and usage information.

项目地址:http://code.google.com/p/cms-explorer/

wolfstyle 发表于 2013-5-21 14:19:30

riskstar 发表于 2013-5-21 14:11 static/image/common/back.gif
CMS Explorer is designed to reveal the the specific modules, plugins, components and themes that var ...

英语小白,有压力

pootor 发表于 2013-5-21 14:33:41

源代码!!
或者放网址,让大家帮你看看

foxce 发表于 2013-5-21 14:43:57

css的引入路径是个好的辨别方法,我基本是靠这个看人家用什么主题。确认是那款程序,还得靠经验啊

btlzzdl 发表于 2013-5-21 15:39:49

又有长进

gant 发表于 2013-5-22 17:36:53

好像这几天,有个朋友分享了,是builtwith.com可以查询的?

wolfstyle 发表于 2013-5-23 10:30:17

gant 发表于 2013-5-22 17:36 static/image/common/back.gif
好像这几天,有个朋友分享了,是builtwith.com可以查询的?

谢谢了,我去试试

gxlm2001 发表于 2013-5-23 15:15:50

主要还是通过源代码,看的多了就会有经验

妙吉祥 发表于 2013-5-25 22:43:06

谢谢分析

羽林郎 发表于 2013-5-26 12:20:57

开始会有很多不熟悉 看的多了 就很快能分析出来了!
页: [1]
查看完整版本: 怎么最快速的知道一个网站是用什么程序做的?