Code Monkey home page Code Monkey logo

littlescan's Introduction

littlescan

一个逻辑简单的web目录扫描脚本,后续会不断修正添加,也会考虑用golang写一个效率更高的scanner,或者用协程来实现scan

笔者水平有限,各位大佬轻点🐎,提出的各种建议我都会积极考量,感谢各位

项目介绍

本项目是基于python的多线程目录扫描脚本

开发环境

python --version python 3.9.13

参数

-h

显示帮助信息

python scan.py DOMAIN -h

-q

可设置是否永远不停止扫描

python scan.py DOMAIN -q

-d

更换字典,默认字典为php.txt,使用时取出放与scan.py同级目录即可

python scan.py DOMAIN -d asp.txt

-i

更换请求头,格式如给出的header.txt

python scan.py DOMAIN -i header.txt

-o

输出到指定文件

python scan.py DOMAIN -o target.txt

-s

指定除了200之外的其他状态码

python scan.py DOMAIN -s 403

That's All

littlescan's People

Contributors

zhuoyudeng 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.