Giter Site home page Giter Site logo

luna's Introduction

Luna —Sscan for Security

Name Python 2.6|2.7 Author Sec

Luna 是一款开源的自动化web漏洞扫描工具,利用最轻量的代码构建被动式扫描框架。主要用途是实现对漏洞扫描策略的快速验证,验证源来自burpsuite中收集的httplog,扫描策略来自独立的python插件。

郑重声明:Luna仅供网络安全爱好者学习和探讨使用,一切利用本工具和基于本工具二次开发的工具进行非法攻击的行为与Luna无关。

Luna is an open-source web security scanner which is based on reduced-code passive scanning framework. You can write a simple python plugin to prove your 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

logo

structure

luna_arch

running

report

Installation

下载 Luna 源码包

或直接使用git下载安装

git clone  https://github.com/toyakula/luna.git

Luna运行在python 2.6.x2.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

  1. 使用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'.

    b2ff4819-b6df-44eb-879b-7d2f728d9000

  2. 修改'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.
  1. python luna.py

Contact

Gmail[email protected]

Bloghttps://tokula.com

Support

赞助Luna : 使用微信扫描下方的小程序码。

Donate to Luna: Scan the under picture by Wechat.

admiration

luna's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.