V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
yhf
V2EX  ›  Python

有什么办法可以知道网站后端用的是什么语言和数据库

  •  
  •   yhf · 2014-04-30 19:24:00 +08:00 via iPad · 6286 次点击
    这是一个创建于 3648 天前的主题,其中的信息可能已经有所发展或是发生改变。
    11 条回复    2014-05-02 13:05:21 +08:00
    ejin
        1
    ejin  
       2014-04-30 20:53:37 +08:00   ❤️ 1
    1。联系站长或者维护人员咨询。
    2。如果不知道联系方式。攻陷这个网站,然后在服务器上找到站长的联系方式
    yhf
        2
    yhf  
    OP
       2014-04-30 21:06:57 +08:00
    @ejin 好吧~
    dongnanyanhai
        3
    dongnanyanhai  
       2014-04-30 23:49:51 +08:00
    chrome 下安装这个插件 Wappalyzer https://wappalyzer.com

    可以分析一部分。
    ljcarsenal
        4
    ljcarsenal  
       2014-05-01 00:07:02 +08:00
    @ejin 很大一部分情况是知道数据库才是贡献网站的第一步吧
    dndx
        5
    dndx  
       2014-05-01 01:59:06 +08:00 via iPhone
    如果是公司,看招聘信息经常有惊喜。
    andyhu
        6
    andyhu  
       2014-05-01 07:35:35 +08:00
    http://builtwith.com 比wappalyzer更全面点
    lerry
        7
    lerry  
       2014-05-01 09:14:02 +08:00 via Android
    看返回的header,有些能看到sever 或者 x powerd by
    包含语言或者框架信息
    fengliu222
        8
    fengliu222  
       2014-05-01 21:35:49 +08:00
    一是看返回的header。
    二可以看看sessionID的命名。。
    至于数据库,貌似就得问了。
    sandtears
        9
    sandtears  
       2014-05-01 22:37:25 +08:00
    主要是看 Header 里面的 Server 吧...

    不过有时候错误页面会有惊喜。。
    sandtears
        10
    sandtears  
       2014-05-01 22:42:20 +08:00
    @sandtears 比如说 v2ex ,虽然普通的页面 Header 里面的 Server 是 Galaxy/3.3.1 ,而访问某个 404 页面,比如 http://www.v2ex.com/sa 就会发现 Server 是 TornadoServer/3.1.1
    wangxiaomu
        11
    wangxiaomu  
       2014-05-02 13:05:21 +08:00
    只有我一个人用Sqlmap么。。。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2779 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 15:45 · PVG 23:45 · LAX 08:45 · JFK 11:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.