Skip to content

ucgJhe/dirScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

use channel concept with multi-thread

Setup

git clone https://github.com/ucgJhe/dirScanner

pip install -r requirements

Usage

dirScanner.py <URL> <WORDLIST> -p <PROXY> -o <path_to_file> -t <timeout> -n <threads>

  1. default timeout is 2 seconds

  2. default threads value is double cpu counts

  3. log will be stored in current directory automatically by default.

Example:

dirScanner.py http://localhost/ DICT.txt -p socks5://127.0.0.1:8080 -o log -t 3 -n 20

Requirements

  1. python version 3.6+

    • requests
    • requests[socks]
  2. your own wordlist

About

kinda direcotry buster coded by python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages