svn-scanner

command module
v0.0.0-...-5c4eca9 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2021 License: MIT Imports: 18 Imported by: 0

README

Svn-Scanner

Svn-Scanner is a Golang library 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 get to install the latest version of the library.

go get "github.com/AbdurrahmanA/svn-scanner"

Usage

Options:
  -h --help     Show this screen.
  --version     Show version.
  --ip     	IP with subnetmask.
  --ports     	Ports to scan.
  --threads 	How many threads will be used [default: Actual processor count ]
  --timeout 	Scanner timeout for ip [default: 1000 ].
  --wcdb 	Check .svn/wc.db [default: true].
  --entries 	Check .svn/entries [default: false].
  --ssl 	Check https version [default: false].
  --verbose 	You will see all result not just http code 200 [default: false].
go run svn-scanner.go --ip 127.0.0.1/24 --port 80,443 --timeout 100 --verbose true

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

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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