Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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
- Host: GitHub
- URL: https://github.com/Anteste/WebMap
- Owner: Anteste
- License: mit
- Created: 2020-12-29T13:28:16.000Z (almost 4 years ago)
- Default Branch: 1.x
- Last Pushed: 2022-06-03T09:43:08.000Z (over 2 years ago)
- Last Synced: 2024-02-14T21:19:06.444Z (9 months ago)
- Topics: automation, bruteforce, dirb, dirbuster, dirsearch, execution, generation, gobuster, hacking, hacking-tool, nikto, nmap, penetration-testing, pentesting, python, report, scanner-web, webmap, wordlist
- Language: Python
- Homepage: https://anteste.yo.fr/
- Size: 48.8 KB
- Stars: 286
- Watchers: 15
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
------------------------------------
## 🛠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.