Skip to main content

rpa

成员函数函数描述/介绍
rpa.Bruteforce
rpa.Start
rpa.blackDomain
rpa.bruteButtonElement
rpa.bruteCaptchaElement
rpa.brutePassElement
rpa.brutePassword
rpa.bruteUserElement
rpa.bruteUserPassPath
rpa.bruteUsername
rpa.click
rpa.depth
rpa.headers
rpa.input
rpa.maxUrl
rpa.proxy
rpa.select
rpa.strictUrl
rpa.timeout
rpa.whiteDomain

函数定义#

Bruteforce#

详细描述#

定义#

Bruteforce(url string, opts ...ConfigOpt) (string, string)

参数#

参数名参数类型参数解释
urlstring
opts...ConfigOpt

返回值#

返回值(顺序)返回值类型返回值解释
r1string
r2string

Start#

详细描述#

定义#

Start(url string, opt ...core.ConfigOpt) (chan core.RequestIf, error)

参数#

参数名参数类型参数解释
urlstring
opt...core.ConfigOpt

返回值#

返回值(顺序)返回值类型返回值解释
r1chan core.RequestIf
r2error

blackDomain#

详细描述#

定义#

blackDomain(matchStr string) ConfigOpt

参数#

参数名参数类型参数解释
matchStrstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

bruteButtonElement#

详细描述#

定义#

bruteButtonElement(element string) ConfigOpt

参数#

参数名参数类型参数解释
elementstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

bruteCaptchaElement#

详细描述#

定义#

bruteCaptchaElement(element string, pic string) ConfigOpt

参数#

参数名参数类型参数解释
elementstring
picstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

brutePassElement#

详细描述#

定义#

brutePassElement(element string) ConfigOpt

参数#

参数名参数类型参数解释
elementstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

brutePassword#

详细描述#

定义#

brutePassword(password ...string) ConfigOpt

参数#

参数名参数类型参数解释
password...string

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

bruteUserElement#

详细描述#

定义#

bruteUserElement(element string) ConfigOpt

参数#

参数名参数类型参数解释
elementstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

bruteUserPassPath#

详细描述#

定义#

bruteUserPassPath(filepath ...string) ConfigOpt

参数#

参数名参数类型参数解释
filepath...string

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

bruteUsername#

详细描述#

定义#

bruteUsername(username ...string) ConfigOpt

参数#

参数名参数类型参数解释
username...string

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

click#

详细描述#

定义#

click(selector string) ConfigOpt

参数#

参数名参数类型参数解释
selectorstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

depth#

详细描述#

定义#

depth(depth int) ConfigOpt

参数#

参数名参数类型参数解释
depthint

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

headers#

详细描述#

定义#

headers(s string) ConfigOpt

参数#

参数名参数类型参数解释
sstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

input#

详细描述#

定义#

input(selector string, inputStr string) ConfigOpt

参数#

参数名参数类型参数解释
selectorstring
inputStrstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

maxUrl#

详细描述#

定义#

maxUrl(count int) ConfigOpt

参数#

参数名参数类型参数解释
countint

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

proxy#

详细描述#

定义#

proxy(url string, userinfo ...string) ConfigOpt

参数#

参数名参数类型参数解释
urlstring
userinfo...string

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

select#

详细描述#

定义#

select(selector string, item string) ConfigOpt

参数#

参数名参数类型参数解释
selectorstring
itemstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

strictUrl#

详细描述#

定义#

strictUrl(status bool) ConfigOpt

参数#

参数名参数类型参数解释
statusbool

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

timeout#

详细描述#

定义#

timeout(timeout int) ConfigOpt

参数#

参数名参数类型参数解释
timeoutint

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt

whiteDomain#

详细描述#

定义#

whiteDomain(matchStr string) ConfigOpt

参数#

参数名参数类型参数解释
matchStrstring

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOpt