Documentation ¶
Index ¶
- func CheckVulnEndpoint(urls string, requestProxy string, requestHeaders []string) ([]string, string)
- func GetAuraContext(response []byte) (string, string, string)
- func GetDump(ResponseGET []byte, url string, foundEndPoint []string, requestProxy string, ...) string
- func GetObjectItems(ResponseGET []byte, url string, foundEndPoint []string, objectName string, ...) string
- func GetObjectList(ResponseGET []byte, url string, foundEndPoint []string, requestProxy string, ...) []string
- func GetObjectRecord(ResponseGET []byte, url string, foundEndPoint []string, recodeId string, ...) string
- func GetSearchObjectGetSearchObject(ResponseGET []byte, url string, foundEndPoint []string, objectName string, ...) string
- func GetWritableObject(ResponseGET []byte, url string, foundEndPoint []string, objectname string, ...) string
- func PayloadGeneratorAuraContext(fwuid string, app string, markup string) []byte
- func PayloadGeneratorDump() []byte
- func PayloadGeneratorGetItems(objectName string, page_size int, page int) []byte
- func PayloadGeneratorGetRecord(recodeId string) []byte
- func PayloadGeneratorObjectList() []byte
- func PayloadGeneratorSearchObj(objectName string, page_size int, page int) []byte
- func PayloadGeneratorWritableOBJ(objectName string) []byte
- func RequestSalesforceGET(requestURL string, requestMethod string, requestProxy string, ...) []byte
- func RequestSalesforcePOST(requestURL string, requestMethod string, requestProxy string, ...) []byte
- func SalesforceGetURLFromBody(requestURL string, requestMethod string, requestProxy string, ...) []byte
- func SalesforceGetURLFromHeader(requestURL string, requestMethod string, requestProxy string, ...) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckVulnEndpoint ¶
func GetAuraContext ¶
this func get fwuid and markup from (func requestSalesforceGET) then return AuraContext for Generator payload <link data.*?>([\s\S]*?)<\/.*> backup regex
func GetObjectItems ¶
func GetObjectList ¶
func GetObjectRecord ¶
func GetWritableObject ¶
func PayloadGeneratorDump ¶
func PayloadGeneratorDump() []byte
func PayloadGeneratorObjectList ¶
func PayloadGeneratorObjectList() []byte
func RequestSalesforceGET ¶
func RequestSalesforceGET(requestURL string, requestMethod string, requestProxy string, requestHeaders []string, requestParameter map[string]string) []byte
this func return response (fwuid and markup for salseforce)
func RequestSalesforcePOST ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.