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
- Host: GitHub
- URL: https://github.com/hahwul/vunlink
- Owner: hahwul
- Created: 2015-12-24T15:35:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T12:53:25.000Z (over 9 years ago)
- Last Synced: 2025-04-01T04:32:41.871Z (6 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.git2. Install 3rd Packages
> apt-get install sqlite3
> apt-get install ruby-sqlite3
> gem install webrick
> gem install sqlite3