scanner

package
v0.0.0-...-345ff62 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	COLOR_RESET  = "\033[0m"
	COLOR_RED    = "\033[31m"
	COLOR_GREEN  = "\033[32m"
	COLOR_YELLOW = "\033[33m"
	COLOR_BLUE   = "\033[34m"
	COLOR_PURPLE = "\033[35m"
	COLOR_CYAN   = "\033[36m"
	COLOR_GRAY   = "\033[37m"
	COLOR_WHITE  = "\033[97m"
)

Colors

Variables

This section is empty.

Functions

func Abs

func Abs(x int) int

func BulkCheck

func BulkCheck(filePath string, headers []string, threads int, timeout int, nocolor bool)

func BulkScan

func BulkScan(filePath string, headers []string, threads int, silent bool, timeout int, nocolor bool, proxy string)

BulkScan prints the output of a bulk scan

func CheckIfVulnerable

func CheckIfVulnerable(scanURL string, headers []string, timeout int, threads int, checkOnly bool, bulkCheck bool) (result bool, method string)

func Run

func Run(scanURL string, headers []string, threads int, silent bool, timeout int, nocolor bool, proxy string)

Run prints the output of a scan

func Scan

func Scan(url string, headers []string, requestMethod string, threads int, silent bool, nocolor bool) (files []string, dirs []string)

func TrimLastChar

func TrimLastChar(s string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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