svn-scanner

command module
v0.0.0-...-2d0c1a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Svn-Scanner

Svn-Scanner is a Golang tool that scans for .svn vulnerabilities. Svn-Scanner offers you the opportunity to scan through the ip range and different ports.

Installation

Using Svn-Scanner is easy. First, use go install to install the latest version of the tool.

go install github.com/AbdurrahmanA/svn-scanner@latest
mv $GOPATH/bin/svn-scanner /usr/bin/
svn-scanner scan --ip 192.168.1.1/24 --ports 80,443

Usage

Examples:
svn-scanner scan --ip 192.168.1.1/24 --ports 80,443

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  scan        Scan for .svn vulnerabilities

Flags:
      --config string   config file (default is $HOME/.svn-scanner.yaml)
      --entries         Check .svn/entries
  -h, --help            help for svn-scanner
      --ip string       IP with subnetmask
      --ports strings   Ports to scan
      --ssl             Check https version
      --threads int     How many threads will be used (default 12)
      --timeout int     Scanner timeout for ip (default 10)
  -t, --toggle          Help message for toggle
      --verbose         You will see all result not just http code 200
  -v, --version         version for svn-scanner
      --wcdb            Check .svn/wc.db (default true)

All result save in the output.txt. (Doesn't matter whether the scan is finished or not)

Documentation

Overview

Copyright © 2022

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL