Documentation ¶
Index ¶
- Constants
- func Abs(x int) int
- func BulkCheck(filePath string, headers []string, threads int, timeout int, nocolor bool)
- func BulkScan(filePath string, headers []string, threads int, silent bool, timeout int, ...)
- func CheckIfVulnerable(scanURL string, headers []string, timeout int, threads int, checkOnly bool, ...) (result bool, method string)
- func Run(scanURL string, headers []string, threads int, silent bool, timeout int, ...)
- func Scan(url string, headers []string, requestMethod string, threads int, silent bool, ...) (files []string, dirs []string)
- func TrimLastChar(s string) string
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 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 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 TrimLastChar ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.