allanauri / Zeebsploit

web scanner - exploitation - information gathering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeebsploit|framework python|3.x

Installation

$ apt-get install git python
$ git clone https://github.com/jaxBCD/Zeebsploit.git
$ cd Zeebsploit
$ python -m pip install -r requirements.txt
$ python zsf.py
$ * and follow instruction
  • exploits 17
  • scanners 11
  • footprinting 10

Docker Build

$ docker build -t xshuden/zeebsploit .

Docker Usage

$ docker run --rm -it xshuden/zeebsploit
$ docker run --rm -it -v '$(pwd):/tmp/' xshuden/zeebsploit
requirements:

required:

  • requests
  • asyncio
  • aiohttp
  • python-whois
  • bs4
  • dirhunt
  • colorlog

last update:


wed, 28 apr 2019
new:

  • update version to 1.1
  • fix error
  • add new modules

About

web scanner - exploitation - information gathering

License:Apache License 2.0


Languages

Language:Python 99.1%Language:Dockerfile 0.9%