Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MariusVinaschi/Auto-Scan
Automate Auxiliary Module in Metasploit
https://github.com/MariusVinaschi/Auto-Scan
auxiliary fastapi flask kali-linux metasploit nmap webapp
Last synced: about 2 months ago
JSON representation
Automate Auxiliary Module in Metasploit
- Host: GitHub
- URL: https://github.com/MariusVinaschi/Auto-Scan
- Owner: MariusVinaschi
- Created: 2020-11-26T13:39:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T19:50:12.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:46:06.909Z (5 months ago)
- Topics: auxiliary, fastapi, flask, kali-linux, metasploit, nmap, webapp
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - MariusVinaschi/Auto-Scan - Automate Auxiliary Module in Metasploit (TypeScript)
README
# Auto Scan
AutoScan is a WebApp that uses Flask API and MongoDB. This app launches a Nmap scan and depending on the open ports, the App will start some Auxiliary Module. The results will be shown on the WebApp.
## Interface :
Start a new scan
![](images/StartScan.png)
See all the scans
![](images/Scans.png)
See the results for one scan
![](images/Result.png)
## Built With :
#### Frontend :
We created the interface with React Typescript and Material-UI.
#### API :
The API was created with Flask :
* flask-restful to encourage best practices
* pymetasploit3 to use Metasploit
* nmap3 to use Nmap
* marshmallow to check the Input
* flask-pymongo to store the result
* flask-jwt-extended to create Token
#### Database :
We use MongoDB to stock the results.## Install
```
git clone https://github.com/MariusVinaschi/Auto-Scan.git
cd Auto-Scan
docker-compose up -d
```Open your browser and search : http://localhost:3000