GithubHelp home page GithubHelp logo

jeniad / webzir Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 92 KB

Basic web scanner for quick reconnaissance

License: Apache License 2.0

Python 100.00%
penetration-testing red-team webscanner assessment offensive-security recon reconnaissance scanner web

webzir's Introduction

Webzir scanner

A basic web scanner designed for reconnaissance.

WebZir simplifies web findings and combines features of various tools commonly used by pentesters when assessing websites, such as Nikto, Gobuster, and Cewl. Despite providing combined functionality of multiple tools, WebZir minimizes dependencies to ensure a quick scanning process and easy installation.

Installation

git clone https://github.com/JeniaD/WebZir.git
cd WebZir
pip3 install -r requirements.txt

Usage

$ python3 webzir.py -h

usage: webzir.py [-h] [--output OUTPUT] [-r] [-v] [-f] target

Lightweight web scanner for quick recon

positional arguments:
  target              your target URL

optional arguments:
  -h, --help          show this help message and exit
  --output OUTPUT     output directory path
  -r, --random-agent  use random user agent
  -v, --verbose       use extensive output
  -f, --noRedirect    don't allow redirect when bruteforcing entries (faster)

Example

Initiate a scan with a random user-agent and save the results to the ./results directory

$ python3 webzir.py target.com -r --output results
 __      __      ___.   __________.__        
/  \    /  \ ____\_ |__ \____    /|__|______ 
\   \/\/   // __ \| __ \  /     / |  \_  __ \
 \        /\  ___/| \_\ \/     /_ |  ||  | \/
  \__/\  /  \___  >___  /_______ \|__||__|   
       \/       \/    \/        \/ v0.x

[?] Initiating a security scan for http://target.com:80/ (xxx.xx.xxx.xx)...

[+] Server: Apache/2.4.56 (Debian)
[+] Interesting findings
    robots.txt (200); humans.txt (200); sitemap.xml (200); dashboard (403);
[+] Found 1 link(s) in Wayback machine

[?] Time elapsed: 12.1s

webzir's People

Contributors

jeniad avatar

Watchers

 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.