• Kali Linux Web 渗透测试— 第十二课-websploit


    Kali Linux Web 渗透测试—
    第十二课-websploit

    /玄魂

    目录

    Kali Linux Web 渗透测试— 第十二课-websploit............................................... 1

    Websploit 简介........................................................................................... 2

    主要功能....................................................................................................... 2

    启动............................................................................................................... 3

    show modules................................................................................................ 4

    基本使用流程............................................................................................... 4

    demo1-web/pma 模块使用......................................................................... 5

    demo2-exploit/java applet 示例.................................................................. 5

    demo-3 network/ mitm................................................................................. 5

      教程地址:http://edu.51cto.com/course/course_id-1887.html

    Websploit 简介

    l   一个综合性的,高级的中间人漏洞攻击框架。

    l   python编写的开源项目。

    l   源代码:https://github.com/websploit/websploit

    l   项目地址:http://sourceforge.net/projects/websploit/

    主要功能

    l   #     [+]Autopwn - Used From Metasploit For Scan and Exploit Target Service

    l   #     [+]Browser AutoPWN - Exploit Victim Browser

    l   #     [+]wmap - Scan,Crawler Target Used From Metasploit wmap plugin

    l   #     [+]format infector - inject reverse & bind payload into file format

    l   #     [+]MLITM,XSS Phishing - Man Left In The Middle Attack

    l   #     [+]MITM - Man In The Middle Attack

    l   #     [+]USB Infection Attack - Create Executable Backdoor For Windows

    l   #     [+]Java Applet Attack Vector

    l   #     [+]ARP DOS - ARP Cache Denial Of Service Attack With Random MAC

    l   #     [+]Directory Scanner - Scan Target Directorys

    l   #     [+]Apache US - Scan Apache users

    l   #     [+]PHPMyAdmin - Scan PHPMyAdmin Login Page

    l   #     [+]Web Killer - Using From The TCPKill For Down Your WebSite On Network

    l   #     [+]Fake AP - Fake Access Point

    l   #     [+]FakeUpdate - Fake update attack

    l   #   [+]Wifi Jammer - Wifi Jammer Attack

    l   #   [+]Wifi Dos - Wifi Dos RQ Attack

    l   #   [+]Wifi Mass De-authentication attack

    启动

    show modules

    l   web

    l   network

    l   exploit

    l   wireless /bluetooth

    基本使用流程

    l   1.确定攻击目标

    l   2.查找可用模块

    l   3.use  使用模块

    l   4. show options 显示配置项

    l   5.set  配置选项

    l   6.run  开始执行

    l   7.如果成功,权限获取

    demo1-web/pma 模块使用

    demo2-exploit/java applet 示例

    demo-3 network/ mitm

    l   中间人攻击

    ps:对此文章感兴趣的读者,可以加qq群:Hacking:303242737;Hacking-2群:147098303Hacking-3群:31371755hacking-4:201891680;Hacking-5群:316885176

  • 相关阅读:
    git 合并多个commit
    git 修改 Commit Message
    git rebase 命令介绍
    git 忘记切换分支,误将代码commit到了别的分支的解决方法
    会话层的会话和传输层中的连接的区别
    Goland 安装 k8s 源码 的步骤
    Linux export 命令的作用
    Linux 执行脚本时 source 和 . 和 sh 和 ./ 的区别
    the connection to the server 6443 was refused
    Kubernetes 创建 Pod 时,背后到底发生了什么?
  • 原文地址:https://www.cnblogs.com/xuanhun/p/4082501.html
Copyright © 2020-2023  润新知