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

https://github.com/krishpranav/vuln-scanner-flask

A flask web app made for scanning vulnerabilites on a website, network exploitation, reconnaissance
https://github.com/krishpranav/vuln-scanner-flask

flask network network-exploitation python python3 reconnaissance reconnaissance-framework vulnerability vulnerability-scanner vulnerability-scanners

Last synced: about 2 months ago
JSON representation

A flask web app made for scanning vulnerabilites on a website, network exploitation, reconnaissance

Awesome Lists containing this project

README

        

# vuln-scanner-flask
A flask web app made for scanning vulnerabilites on a website, network exploitation, reconnaissance

[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-crayons.svg)](https://forthebadge.com)

## About vuln-scanner-flask
- A fast web app mainly build for scanning vulnerabilities on a particular web, network exploitation, reconnaissance, etc...
- 100% Secure 🔒
- Fast 🚀
- Easy to use 🙂

# Cloning
- git clone https://github.com/krishpranav/vuln-scanner-flask

# Installation
## macOS:
- make sure you have python latest version and brew
- brew install redis

## linux:
- sudo apt-get update && sudo apt-get install python3 python3-pip
- for installing redis visit the official redis [docs](https://redis.io/docs/getting-started/installation/install-redis-on-linux/)

## windows
- make sure you have latest python and redis

## Steps to run vuln-scanner-flask
- python3 -m venv env
- source env/bin/activate
- bash start.sh

- now head to http://0.0.0.0:8080 and start your scan

## Credentials:
```
username: admin
password: admin
```

## Screenshots of the app:
### Login Page:

- First Login Page

- Login Page With Credentials

- Dashboard Page:

- Quick Network Scan Page:

- Planned / Assigned Scanning Page

- Target Adding Page

- Dictionary Attack Page

- Network Scanning Assessment

- Schedule Assessment:

- Get Notification After Assessment Completed Page:

- Output Page

- Console Output Page

- Report Page

## Tool Author:
- vuln-scanner-flask is developed by [krishpranav](https://github.com/krishpranav)