Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/V1n1v131r4/webdiscover

The purpose of this script is to automate the web enumeration process and search for exploits
https://github.com/V1n1v131r4/webdiscover

Last synced: 3 months ago
JSON representation

The purpose of this script is to automate the web enumeration process and search for exploits

Awesome Lists containing this project

README

        

```
__ __ _ ___ _
/ / /\ \ \___| |__ / (_)___ ___ _____ _____ _ __
\ \/ \/ / _ \ '_ \ / /\ / / __|/ __/ _ \ \ / / _ \ '__|
\ /\ / __/ |_) | / /_//| \__ \ (_| (_) \ V / __/ |
\/ \/ \___|_.__/ /___,' |_|___/\___\___/ \_/ \___|_|
```

The purpose of this script is to automate the web enumeration process and search for exploits and vulns for your target attack surface.

Added Tools (dependencies are installed during script execution):

- seclist
- ffuf
- namelist
- dnsrecon
- subfinder
- whatweb
- gospider
- nuclei
- searchsploit
- aquatone

It creates a directory with the scan outputs, as shown in the example below.

![Capture](https://user-images.githubusercontent.com/1153876/163877184-47726be9-893b-4ce8-8a28-304d1df39a98.PNG)

# Usage

Prerequisites
* Docker service installed

If you want to build the container yourself manually, git clone the repo:

```
git clone [email protected]:V1n1v131r4/webdiscover.git
```

Then build your docker container

```
docker build -t webdiscover .
```

After building the container, run the following:

```
docker run --rm -it -v /path/to/local/directory:/webdiscoverData webdiscover
```