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

https://github.com/hahwul/vunlink

Auto Web Vulnerability Scanning Framework
https://github.com/hahwul/vunlink

Last synced: 5 months ago
JSON representation

Auto Web Vulnerability Scanning Framework

Awesome Lists containing this project

README

          

# VunLink
###Auto Web Vulnerability Scanning Framework

VunLink is Auto Web Vulnerability Scanning Framework


> Code by HaHwul [www.hahwul.com]

> Include Program / Project

> 1. google skipfish

> [ apt-get install skipfish ]

> 2. ruby WEBrick

##Usage
Usage: # [options]

-s # Run Web Server

+ -s [port]

+ -s 10046

-a # Add Target

+ -a [name][url][type]

+ -a test http://127.0.0.1 remote

-l # View Scan List

-d # Delete Scan List

-c # Check Run

##Install
1. Download VunLink
> git clone https://github.com/hahwul/VunLink.git

2. Install 3rd Packages
> apt-get install sqlite3

> apt-get install ruby-sqlite3

> gem install webrick

> gem install sqlite3