Code Monkey home page Code Monkey logo

wscan's Introduction

wscan v2.2

A Fast & Simple web site scanner. Base on aiohttp and refer to the dirsearch of multi-threading version.

Can both run in Linux & Windows.

Install

$ pip install wscan

Features

  • Fuzz web site path
  • Mapping a site map
  • Multi-co-routine
  • User-agent randomization
  • Custom extensions
  • Custom maximum of co-routine
  • Friendly interface

Demo

https://i.loli.net/2018/10/21/5bcbf4e2841b4.gif

Usage:

Type -h for help

$ wscan [-u URL] [-f] [-m] [Extend options]
  • -u URL: Target URL.
  • -f: Fuzz target url with dictionary .
  • -m: Crawl all URL on the target to get a map.
  • -b BASE: Base URL of fuzzing e.g -b /cms/app. [ Default: / ]
  • -e EXTEND: Suffix name used for fuzzing. [Default: php]
  • -max NUM: Max num of co-routine. [ Default: 20 ]
  • -404 NOT_FOUND: Customize a 404 identification, it'll be used as a keyword for searching text. e.g. "Not found"
  • -s: Crawl static resources when mapping target.
  • --no-re: Don't redirect when requesting.
  • -v,-vv: Show more detail.
  • -h: Show this help message and exit.

Example

$ wscan -u "http://www.example.com/" -f -m

Requires

  • Python >=3.5
  • aiohttp
  • colorama
  • bs4

wscan's People

Contributors

testzero-wz avatar

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.