MCPcopy Create free account

hub / github.com/ethicalhackingplayground/ssrf-king / functions

Functions285 in github.com/ethicalhackingplayground/ssrf-king

MethodgetHighlight
This method is used to retrieve the user-annotated highlight for this item, if applicable. @return The user-annotated highlight for this item, or nul
Plugin/src/burp/IHttpRequestResponse.java:72
MethodgetHost
This method returns the hostname or IP address for the service. @return The hostname or IP address for the service.
Plugin/src/burp/IHttpService.java:23
MethodgetHost
()
Plugin/src/burp/BurpExtender.java:766
MethodgetHttpListeners
This method is used to retrieve the HTTP listeners that are registered by the extension. @return A list of HTTP listeners that are currently register
Plugin/src/burp/IBurpExtenderCallbacks.java:175
MethodgetHttpMessages
()
Plugin/src/burp/BurpExtender.java:756
MethodgetHttpMessages
This method returns the HTTP messages on the basis of which the issue was generated. @return The HTTP messages on the basis of which the issue was ge
Plugin/src/burp/IScanIssue.java:114
MethodgetHttpService
This method is used to retrieve the HTTP service for the attack. @return The HTTP service for the attack.
Plugin/src/burp/IIntruderAttack.java:22
MethodgetHttpService
()
Plugin/src/burp/BurpExtender.java:761
MethodgetHttpService
This method is used to retrieve the HTTP service for the current message. @return The HTTP service for the current message.
Plugin/src/burp/IMessageEditorController.java:32
MethodgetHttpService
This method is used to retrieve the HTTP service for this request / response. @return An <code>IHttpService</code> object containing details of the H
Plugin/src/burp/IHttpRequestResponse.java:90
MethodgetInferredMimeType
This method is used to obtain the MIME type of the response, as inferred from the contents of the HTTP message body. @return A textual label for the
Plugin/src/burp/IResponseInfo.java:72
MethodgetInputEvent
This method can be used to retrieve the native Java input event that was the trigger for the context menu invocation. @return The <code>InputEvent</c
Plugin/src/burp/IContextMenuInvocation.java:86
MethodgetInsertionPointName
This method returns the name of the insertion point. @return The name of the insertion point (for example, a description of a particular request para
Plugin/src/burp/IScannerInsertionPoint.java:121
MethodgetInsertionPointType
This method returns the type of the insertion point. @return The type of the insertion point. Available types are defined in this interface.
Plugin/src/burp/IScannerInsertionPoint.java:173
MethodgetInsertionPoints
When a request is actively scanned, the Scanner will invoke this method, and the provider should provide a list of custom insertion points that will b
Plugin/src/burp/IScannerInsertionPointProvider.java:36
MethodgetInterceptAction
This method retrieves the currently defined interception action. The default action is <code>ACTION_FOLLOW_RULES</code>. If multiple proxy listeners a
Plugin/src/burp/IInterceptedProxyMessage.java:88
MethodgetIntruderPayloadGeneratorFactories
This method is used to retrieve the Intruder payload generator factories that are registered by the extension. @return A list of Intruder payload gen
Plugin/src/burp/IBurpExtenderCallbacks.java:402
MethodgetIntruderPayloadProcessors
This method is used to retrieve the Intruder payload processors that are registered by the extension. @return A list of Intruder payload processors t
Plugin/src/burp/IBurpExtenderCallbacks.java:431
MethodgetInvariantAttributes
This method is used to obtain the list of attributes that do not vary between the analyzed responses. @return The attributes that do not vary between
Plugin/src/burp/IResponseVariations.java:35
MethodgetInvariantKeywords
This method is used to obtain the list of keywords whose counts do not vary between the analyzed responses. @return The keywords whose counts do not
Plugin/src/burp/IResponseKeywords.java:36
MethodgetInvocationContext
This method can be used to retrieve the context within which the menu was invoked. @return An index indicating the context within which the menu was
Plugin/src/burp/IContextMenuInvocation.java:105
MethodgetIssueBackground
()
Plugin/src/burp/BurpExtender.java:736
MethodgetIssueBackground
This method returns a background description for this type of issue. @return A background description for this type of issue, or <code>null</code> if
Plugin/src/burp/IScanIssue.java:72
MethodgetIssueDetail
()
Plugin/src/burp/BurpExtender.java:746
MethodgetIssueDetail
This method returns detailed information about this specific instance of the issue. @return Detailed information about this specific instance of the
Plugin/src/burp/IScanIssue.java:92
MethodgetIssueName
()
Plugin/src/burp/BurpExtender.java:716
MethodgetIssueName
This method returns the name of the issue type. @return The name of the issue type (e.g. "SQL injection").
Plugin/src/burp/IScanIssue.java:38
MethodgetIssueType
()
Plugin/src/burp/BurpExtender.java:721
MethodgetIssueType
This method returns a numeric identifier of the issue type. See the Burp Scanner documentation for a listing of all the issue types. @return A numeri
Plugin/src/burp/IScanIssue.java:46
MethodgetIssues
This method returns details of the issues generated for the scan queue item. <b>Note:</b> different items within the scan queue may contain duplicated
Plugin/src/burp/IScanQueueItem.java:80
MethodgetKeywordCount
This method is used to obtain the number of occurrences of an individual keyword in a response. @param keyword The keyword whose count will be retrie
Plugin/src/burp/IResponseKeywords.java:50
MethodgetListenerInterface
This method retrieves the name of the Burp Proxy listener that is processing the intercepted message. @return The name of the Burp Proxy listener tha
Plugin/src/burp/IInterceptedProxyMessage.java:106
MethodgetMessage
This method is used to retrieve the currently displayed message, which may have been modified by the user. @return The currently displayed HTTP messa
Plugin/src/burp/IMessageEditor.java:46
MethodgetMessage
This method returns the currently displayed message. @return The currently displayed message.
Plugin/src/burp/IMessageEditorTab.java:80
MethodgetMessageEditorTabFactories
This method is used to retrieve the message editor tab factories that are registered by the extension. @return A list of message editor tab factories
Plugin/src/burp/IBurpExtenderCallbacks.java:314
MethodgetMessageInfo
This method retrieves details of the intercepted message. @return An <code>IHttpRequestResponse</code> object containing details of the intercepted m
Plugin/src/burp/IInterceptedProxyMessage.java:75
MethodgetMessageReference
This method retrieves a unique reference number for this request/response. @return An identifier that is unique to a single request/response pair. Ex
Plugin/src/burp/IInterceptedProxyMessage.java:67
MethodgetName
This method is used to retrieve the name of the cookie. @return The name of the cookie.
Plugin/src/burp/ICookie.java:54
MethodgetNameEnd
This method is used to retrieve the end offset of the parameter name within the HTTP request. @return The end offset of the parameter name within the
Plugin/src/burp/IParameter.java:85
MethodgetNameStart
This method is used to retrieve the start offset of the parameter name within the HTTP request. @return The start offset of the parameter name within
Plugin/src/burp/IParameter.java:76
MethodgetNextPayload
This method is used by Burp to obtain the value of the next payload. @param baseValue The base value of the current payload position. This value may
Plugin/src/burp/IIntruderPayloadGenerator.java:40
MethodgetNumErrors
This method returns the number of network errors that have occurred for the scan queue item. @return The number of network errors that have occurred
Plugin/src/burp/IScanQueueItem.java:53
MethodgetNumInsertionPoints
This method returns the number of attack insertion points being used for the scan queue item. @return The number of attack insertion points being use
Plugin/src/burp/IScanQueueItem.java:62
MethodgetNumRequests
This method returns the number of requests that have been made for the scan queue item. @return The number of requests that have been made for the sc
Plugin/src/burp/IScanQueueItem.java:44
MethodgetParameters
This method parses the specified request and returns details of each request parameter. @param request The request to be parsed. @return An array of:
Plugin/src/burp/IBurpExtenderCallbacks.java:1059
MethodgetPath
This method is used to retrieve the path for which the cookie is in scope. @return The path for which the cookie is in scope or null if none is set.
Plugin/src/burp/ICookie.java:38
MethodgetPayloadOffsets
This method is used to determine the offsets of the payload value within the request, when it is placed into the insertion point. Scan checks may invo
Plugin/src/burp/IScannerInsertionPoint.java:165
MethodgetPercentageComplete
This method returns an indication of the percentage completed for the scan queue item. @return An indication of the percentage completed for the scan
Plugin/src/burp/IScanQueueItem.java:34
MethodgetPort
This method returns the port number for the service. @return The port number for the service.
Plugin/src/burp/IHttpService.java:30
MethodgetPort
()
Plugin/src/burp/BurpExtender.java:770
MethodgetProcessorName
This method is used by Burp to obtain the name of the payload processor. This will be displayed as an option within the Intruder UI when the user sele
Plugin/src/burp/IIntruderPayloadProcessor.java:26
MethodgetProperties
This method is used to retrieve a map containing all properties of the interaction. @return A map containing all properties of the interaction.
Plugin/src/burp/IBurpCollaboratorInteraction.java:40
MethodgetProtocol
This method returns the protocol for the service. @return The protocol for the service. Expected values are "http" or "https".
Plugin/src/burp/IHttpService.java:38
MethodgetProtocol
()
Plugin/src/burp/BurpExtender.java:774
MethodgetProxyHistory
This method returns details of all items in the Proxy history. @return The contents of the Proxy history.
Plugin/src/burp/IBurpExtenderCallbacks.java:765
MethodgetProxyListeners
This method is used to retrieve the Proxy listeners that are registered by the extension. @return A list of Proxy listeners that are currently regist
Plugin/src/burp/IBurpExtenderCallbacks.java:203
MethodgetRemediationBackground
()
Plugin/src/burp/BurpExtender.java:741
MethodgetRemediationBackground
This method returns a background description of the remediation for this type of issue. @return A background description of the remediation for this
Plugin/src/burp/IScanIssue.java:82
MethodgetRemediationDetail
()
Plugin/src/burp/BurpExtender.java:751
MethodgetRemediationDetail
This method returns detailed information about the remediation for this specific instance of the issue. @return Detailed information about the remedi
Plugin/src/burp/IScanIssue.java:102
MethodgetRequest
This method is used to retrieve the HTTP request associated with the current message (which may itself be a response). @return The HTTP request assoc
Plugin/src/burp/IMessageEditorController.java:40
MethodgetRequestMarkers
This method returns the details of the request markers. @return A list of index pairs representing the offsets of markers for the request message. Ea
Plugin/src/burp/IHttpRequestResponseWithMarkers.java:33
MethodgetRequestParameter
This method can be used to retrieve details of a specified parameter within an HTTP request. <b>Note:</b> Use <code>analyzeRequest()</code> to obtain
Plugin/src/burp/IExtensionHelpers.java:82
MethodgetRequestTemplate
This method is used to retrieve the request template for the attack. @return The request template for the attack.
Plugin/src/burp/IIntruderAttack.java:29
MethodgetResponse
This method is used to retrieve the HTTP response associated with the current message (which may itself be a request). @return The HTTP response asso
Plugin/src/burp/IMessageEditorController.java:48
MethodgetResponse
This method is used to retrieve the response message. @return The response message.
Plugin/src/burp/IHttpRequestResponse.java:41
MethodgetResponseMarkers
This method returns the details of the response markers. @return A list of index pairs representing the offsets of markers for the response message.
Plugin/src/burp/IHttpRequestResponseWithMarkers.java:43
MethodgetScanIssues
This method returns all of the current scan issues for URLs matching the specified literal prefix. @param urlPrefix This parameter can be used to spe
Plugin/src/burp/IBurpExtenderCallbacks.java:791
MethodgetScannerChecks
This method is used to retrieve the Scanner checks that are registered by the extension. @return A list of Scanner checks that are currently register
Plugin/src/burp/IBurpExtenderCallbacks.java:371
MethodgetScannerInsertionPointProviders
This method is used to retrieve the Scanner insertion point providers that are registered by the extension. @return A list of Scanner insertion point
Plugin/src/burp/IBurpExtenderCallbacks.java:343
MethodgetScannerListeners
This method is used to retrieve the Scanner listeners that are registered by the extension. @return A list of Scanner listeners that are currently re
Plugin/src/burp/IBurpExtenderCallbacks.java:231
MethodgetScopeChangeListeners
This method is used to retrieve the scope change listeners that are registered by the extension. @return A list of scope change listeners that are cu
Plugin/src/burp/IBurpExtenderCallbacks.java:257
MethodgetSelectedData
This method returns the data that is currently selected by the user. @return The data that is currently selected by the user, or <code>null</code> if
Plugin/src/burp/IMessageEditor.java:63
MethodgetSelectedData
This method is used to retrieve the data that is currently selected by the user. @return The data that is currently selected by the user. This may be
Plugin/src/burp/IMessageEditorTab.java:102
MethodgetSelectedIssues
This method can be used to retrieve details of the Scanner issues that were selected by the user when the context menu was invoked. @return An array
Plugin/src/burp/IContextMenuInvocation.java:155
MethodgetSelectedMessages
This method can be used to retrieve details of the HTTP requests / responses that were shown or selected by the user when the context menu was invoked
Plugin/src/burp/IContextMenuInvocation.java:144
MethodgetSelectedText
This method is used to obtain the currently selected text. @return The currently selected text, or <code>null</code> if the user has not made any sel
Plugin/src/burp/ITextEditor.java:69
MethodgetSelectionBounds
This method can be used to retrieve the bounds of the user's selection into the displayed text, if applicable. @return An int[2] array containing the
Plugin/src/burp/ITextEditor.java:80
MethodgetSelectionBounds
This method can be used to retrieve the bounds of the user's selection into the displayed message, if applicable. @return An int[2] array containing
Plugin/src/burp/IMessageEditor.java:76
MethodgetSelectionBounds
This method can be used to retrieve the bounds of the user's selection into the current message, if applicable. @return An int[2] array containing th
Plugin/src/burp/IContextMenuInvocation.java:117
MethodgetSessionHandlingActions
This method is used to retrieve the session handling actions that are registered by the extension. @return A list of session handling actions that ar
Plugin/src/burp/IBurpExtenderCallbacks.java:459
MethodgetSeverity
()
Plugin/src/burp/BurpExtender.java:726
MethodgetSeverity
This method returns the issue severity level. @return The issue severity level. Expected values are "High", "Medium", "Low", "Information" or "False
Plugin/src/burp/IScanIssue.java:55
MethodgetSiteMap
This method returns details of items in the site map. @param urlPrefix This parameter can be used to specify a URL prefix, in order to extract a spec
Plugin/src/burp/IBurpExtenderCallbacks.java:778
MethodgetStatedMimeType
This method is used to obtain the MIME type of the response, as stated in the HTTP headers. @return A textual label for the stated MIME type, or an e
Plugin/src/burp/IResponseInfo.java:62
MethodgetStatus
This method returns a description of the status of the scan queue item. @return A description of the status of the scan queue item.
Plugin/src/burp/IScanQueueItem.java:25
MethodgetStatusCode
This method is used to obtain the HTTP status code contained in the response. @return The HTTP status code contained in the response.
Plugin/src/burp/IResponseInfo.java:43
MethodgetStderr
This method is used to obtain the current extension's standard error stream. Extensions should write all error messages to this stream, allowing the B
Plugin/src/burp/IBurpExtenderCallbacks.java:110
MethodgetTabCaption
Burp uses this method to obtain the caption that should appear on the custom tab when it is displayed. @return The caption that should appear on the
Plugin/src/burp/ITab.java:28
MethodgetTabCaption
()
Plugin/src/burp/BurpExtender.java:789
MethodgetTabCaption
This method returns the caption that should appear on the custom tab when it is displayed. <b>Note:</b> Burp invokes this method once when the tab is
Plugin/src/burp/IMessageEditorTab.java:31
MethodgetToolFlag
This method can be used to retrieve the Burp tool within which the context menu was invoked. @return A flag indicating the Burp tool within which the
Plugin/src/burp/IContextMenuInvocation.java:96
MethodgetToolName
This method is used to obtain the descriptive name for the Burp tool identified by the tool flag provided. @param toolFlag A flag identifying a Burp
Plugin/src/burp/IBurpExtenderCallbacks.java:1022
MethodgetUiComponent
Burp uses this method to obtain the component that should be used as the contents of the custom tab when it is displayed. @return The component that
Plugin/src/burp/ITab.java:37
MethodgetUiComponent
()
Plugin/src/burp/BurpExtender.java:796
MethodgetUiComponent
This method returns the component that should be used as the contents of the custom tab when it is displayed. <b>Note:</b> Burp invokes this method on
Plugin/src/burp/IMessageEditorTab.java:42
MethodgetUrl
()
Plugin/src/burp/BurpExtender.java:711
MethodgetUrl
This method is used to obtain the URL in the request. @return The URL in the request.
Plugin/src/burp/IRequestInfo.java:64
MethodgetValue
This method is used to retrieve the parameter value. @return The parameter value.
Plugin/src/burp/IParameter.java:67
MethodgetValue
This method is used to retrieve the value of the cookie. @return The value of the cookie.
Plugin/src/burp/ICookie.java:60
← previousnext →101–200 of 285, ranked by callers