Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Anteste/WebMap

A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing
https://github.com/Anteste/WebMap

automation bruteforce dirb dirbuster dirsearch execution generation gobuster hacking hacking-tool nikto nmap penetration-testing pentesting python report scanner-web webmap wordlist

Last synced: about 2 months ago
JSON representation

A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing

Awesome Lists containing this project

README

        

# 📡 WebMap
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing
* Perform A Network Scan using Nmap
* Perform A Vulnerabity Scan Using Nikto
* Perform A Directory Busting using Using Dirsearch
* Generate Reports
* Automate Web Penetration Using WebMap
* Tested on Linux and Unix with Python 3
------------------------------------


Webmap-Home

## 🛠 Installation
### Linux & Unix
```
$ git clone https://github.com/Anteste/WebMap.git
$ cd WebMap
$ ./install.sh
$ webmap
```

# ✨ Other
* This project is free and open source, under the [MIT](./LICENSE).
* You can contribute to this project by proposing pull requests.