zoukankan      html  css  js  c++  java
  • 渗透测试平台bwapp简单介绍及安装

    先来介绍一下bwapp

    bwapp是一款非常好用的漏洞演示平台,包含有100多个漏洞

    •  SQL, HTML, iFrame, SSI, OS Command, XML, XPath, LDAP,

      PHP Code, Host Header and SMTP injections

    • Authentication, authorization and session management issues
    • Malicious, unrestricted file uploads and backdoor files
    • Arbitrary file access and directory traversals
    • Heartbleed and Shellshock vulnerability
    • Local and remote file inclusions (LFI/RFI)
    • Server Side Request Forgery (SSRF)
    • Configuration issues: Man-in-the-Middle, Cross-Domain policy file,
      FTP, SNMP, WebDAV, information disclosures,...
    • HTTP parameter pollution and HTTP response splitting
    • XML External Entity attacks (XXE)
    • HTML5 ClickJacking, Cross-Origin Resource Sharing (CORS)
      and web storage issues
    • Drupal, phpMyAdmin and SQLite issues
    • Unvalidated redirects and forwards
    • Denial-of-Service (DoS) attacks
    • Cross-Site Scripting (XSS), Cross-Site Tracing (XST) and
      Cross-Site Request Forgery (CSRF)
    • AJAX and Web Services issues (JSON/XML/SOAP)
    • Parameter tampering and cookie poisoning
    • Buffer overflows and local privilege escalations
    • PHP-CGI remote code execution
    • HTTP verb tampering
    • And much more

    特点:

    • 开源的php应用
    • 后台Mysql数据库
    • 可运行在Linux/Windows Apache/IIS
    • 支持WAMP或者XAMPP

     安装:

    bwapp可以单独下载,也可以下载一个虚拟机版本,解压后直接打开虚拟机就可以访问。

    单独下载的话需要部署到apache+mysql+php的环境中

    • 单独安装:

    浏览器访问你的bwapp:http://x.x.x.x/bwapp/install

     点开here

    • 虚拟机方式:

    下载之后解压,用vmware打开即可

    默认账号密码为:bee/bug

    但使用用虚拟机的方式的话存在一个键盘乱序的问题,需要做如下设置:

    System -> preferences -> keyboard -> layouts -> +add【layouts:China】

    keyboard -> A4Tech KB-21 

    附下载地址:

    虚拟机下载地址:https://sourceforge.net/projects/bwapp/files/bee-box/

    安装包下载地址:https://sourceforge.net/projects/bwapp/files/bWAPP/

    其他参考:https://www.freebuf.com/sectool/76885.html

    本文转载自链接:http://www.cnblogs.com/hell0w/p/7523114.html 

    逆风的方向更适合飞翔,不怕千万人阻挡,只怕自己投降!
  • 相关阅读:
    操作系统---学习笔记00
    操作系统---学习笔记0
    2015/07/16入园啦!
    1-1 console的用法
    2.3 js基础--DOM
    1.2 js基础
    1.1 js基础
    信息收集(1)
    Android概述
    从一次失败的比赛经历引发的思考
  • 原文地址:https://www.cnblogs.com/jackzz/p/9943222.html
Copyright © 2011-2022 走看看