项目作者: tg21

项目描述 :
A Website enumerator that can tackle wild card response
高级语言: Python
项目地址: git://github.com/tg21/wibuster.git
创建时间: 2018-12-28T12:59:33Z
项目社区:https://github.com/tg21/wibuster

开源协议:Apache License 2.0

下载


WiBuster

A Website enumerator that can tackle wild card response. \

It is programmed in python3

It can enumerate web servers that send response code 200 even when the file is not present.

whats new ?

  • Enabled Multi Threading
  • Now file extenstions are accepted for enumeration
  • host, extentions, dictionary and thread count are accepted as Command line arguments

usage

  1. python3 wibuster.py <host> <extentions> <path_to_dictionary> <thread_count>
  2. # for help use
  3. python3 wibuster.py -h

example

  1. python3 wibuster.py http://localhost ".html .php" dictionary-list-1.0.txt 10

TODOs

  • Add multithreading for faster process. ✅ done
  • Add features to enumerate with file extentions. ✅ done
  • add command line arguments options. ✅ done

Development

Want to contribute? Great!
Help is always welcome.

License

Apache 2.0

Free Software, yeah enjoy!