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
- Host: GitHub
- URL: https://github.com/krishpranav/vuln-scanner-flask
- Owner: krishpranav
- Created: 2021-04-06T07:05:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T13:07:16.000Z (over 2 years ago)
- Last Synced: 2025-04-15T02:45:17.650Z (about 2 months ago)
- Topics: flask, network, network-exploitation, python, python3, reconnaissance, reconnaissance-framework, vulnerability, vulnerability-scanner, vulnerability-scanners
- Language: Python
- Homepage:
- Size: 15.7 MB
- Stars: 29
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuln-scanner-flask
A flask web app made for scanning vulnerabilites on a website, network exploitation, reconnaissance[](https://forthebadge.com)
[](https://forthebadge.com)
[](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)