内容简介:luna: Luna 是一款开源的自动化web漏洞扫描工具
Luna —Sscan for Security
Luna 是一款开源的自动化web漏洞扫描工具,利用最轻量的代码构建被动式扫描框架。主要用途是实现对漏洞扫描策略的快速验证,验证源来自burpsuite中收集的httplog,扫描策略来自独立的 python 插件。
郑重声明:Luna仅供网络安全爱好者学习和探讨使用,一切利用本工具和基于本工具二次开发的 工具 进行非法攻击的行为与Luna无关。
Luna is an open-source web security scanner which is based on reduced-code passive scanning framework. We can write a simple python plugin to prove our great ideas with Luna. The format of httplog is the plaintext saved by Burpsuite, and thanks to PortSwigger Ltd.
Disclaimer: Luna is a study demo for web security fans. Anyone who attacks website through Luna(or rewrite by Luna) which breaks the law will take the full responsibility by himself.
Screenshots
Installation
下载 Luna 源码包
或直接使用git下载安装
git clone https://github.com/toyakula/luna.git
Luna运行在python 2.6.x 和 2.7.x 环境下。
Download Luna package
Preferably, you can download Luna by using git
git clone https://github.com/toyakula/luna.git
Luna works out of the box with Python version 2.6.x and 2.7.x on any platform.
Usage
-
使用burpsuite 收集httplog ,或将其他格式的httplog 转为burpsuite httplog格式。 保存在 'lunahttplog.txt' 中。
Save httplog from burp suite or you can also convert other httplog to burpsuite-requestlog format. Save it in the 'lunahttplog.txt'.
-
修改'conf/lunaconf.py'
host_port=[['127.0.0.1','80'],]http_log = 'lunahttplog.txt'设置扫描目标的域名和端口,指定存放httplog的文件。
Modify 'conf/lunaconf.py'
host_port=[['127.0.0.1','80'],]` `http_log = 'lunahttplog.txt'` Set the target(['host','port']) and set the file which httplog saved in.
- python luna.py
Contact
Gmail: luna.pyc@gmail.com
Blog: https://tokula.com
Support
赞助Luna: 使用微信扫描下方的小程序码。
Donate to Luna: Scan the under picture by Wechat.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- fscan:一键自动化、全方位漏洞扫描的开源工具
- 漏洞扫描
- 胡侃 | 漫漫漏洞扫描之路
- Windows主机漏洞扫描工具
- 漏洞扫描的一些运营常识
- 漏洞扫描“全覆盖”法则 | 被动扫描如何在资产发现中发挥作用?
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
别怕,Excel VBA其实很简单(第2版)
Excel Home / 北京大学出版社 / 2016-7 / 59.00元
对于大部分没有编程基础的职场人士来说,在学习VBA时往往会有很大的畏难情绪。本书正是针对这样的人群,用浅显易懂的语言和生动形象的比喻,并配合大量插画,对Excel中看似复杂的概念和代码,从简单的宏录制、VBA编程环境和基础语法的介绍,到常用对象的操作与控制、执行程序的自动开关—对象的事件、设计自定义的操作界面、调试与优化编写的代码,都进行了形象的介绍。 本书适合那些希望提高工作效率的职场人士......一起来看看 《别怕,Excel VBA其实很简单(第2版)》 这本书的介绍吧!