Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethicalhackingplayground/ssrf-king
/ functions
Functions
285 in github.com/ethicalhackingplayground/ssrf-king
⨍
Functions
285
◇
Types & classes
44
Method
getHighlight
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
Method
getHost
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
Method
getHost
()
Plugin/src/burp/BurpExtender.java:766
Method
getHttpListeners
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
Method
getHttpMessages
()
Plugin/src/burp/BurpExtender.java:756
Method
getHttpMessages
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
Method
getHttpService
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
Method
getHttpService
()
Plugin/src/burp/BurpExtender.java:761
Method
getHttpService
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
Method
getHttpService
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
Method
getInferredMimeType
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
Method
getInputEvent
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
Method
getInsertionPointName
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
Method
getInsertionPointType
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
Method
getInsertionPoints
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
Method
getInterceptAction
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
Method
getIntruderPayloadGeneratorFactories
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
Method
getIntruderPayloadProcessors
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
Method
getInvariantAttributes
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
Method
getInvariantKeywords
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
Method
getInvocationContext
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
Method
getIssueBackground
()
Plugin/src/burp/BurpExtender.java:736
Method
getIssueBackground
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
Method
getIssueDetail
()
Plugin/src/burp/BurpExtender.java:746
Method
getIssueDetail
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
Method
getIssueName
()
Plugin/src/burp/BurpExtender.java:716
Method
getIssueName
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
Method
getIssueType
()
Plugin/src/burp/BurpExtender.java:721
Method
getIssueType
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
Method
getIssues
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
Method
getKeywordCount
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
Method
getListenerInterface
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
Method
getMessage
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
Method
getMessage
This method returns the currently displayed message. @return The currently displayed message.
Plugin/src/burp/IMessageEditorTab.java:80
Method
getMessageEditorTabFactories
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
Method
getMessageInfo
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
Method
getMessageReference
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
Method
getName
This method is used to retrieve the name of the cookie. @return The name of the cookie.
Plugin/src/burp/ICookie.java:54
Method
getNameEnd
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
Method
getNameStart
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
Method
getNextPayload
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
Method
getNumErrors
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
Method
getNumInsertionPoints
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
Method
getNumRequests
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
Method
getParameters
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
Method
getPath
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
Method
getPayloadOffsets
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
Method
getPercentageComplete
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
Method
getPort
This method returns the port number for the service. @return The port number for the service.
Plugin/src/burp/IHttpService.java:30
Method
getPort
()
Plugin/src/burp/BurpExtender.java:770
Method
getProcessorName
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
Method
getProperties
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
Method
getProtocol
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
Method
getProtocol
()
Plugin/src/burp/BurpExtender.java:774
Method
getProxyHistory
This method returns details of all items in the Proxy history. @return The contents of the Proxy history.
Plugin/src/burp/IBurpExtenderCallbacks.java:765
Method
getProxyListeners
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
Method
getRemediationBackground
()
Plugin/src/burp/BurpExtender.java:741
Method
getRemediationBackground
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
Method
getRemediationDetail
()
Plugin/src/burp/BurpExtender.java:751
Method
getRemediationDetail
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
Method
getRequest
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
Method
getRequestMarkers
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
Method
getRequestParameter
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
Method
getRequestTemplate
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
Method
getResponse
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
Method
getResponse
This method is used to retrieve the response message. @return The response message.
Plugin/src/burp/IHttpRequestResponse.java:41
Method
getResponseMarkers
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
Method
getScanIssues
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
Method
getScannerChecks
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
Method
getScannerInsertionPointProviders
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
Method
getScannerListeners
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
Method
getScopeChangeListeners
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
Method
getSelectedData
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
Method
getSelectedData
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
Method
getSelectedIssues
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
Method
getSelectedMessages
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
Method
getSelectedText
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
Method
getSelectionBounds
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
Method
getSelectionBounds
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
Method
getSelectionBounds
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
Method
getSessionHandlingActions
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
Method
getSeverity
()
Plugin/src/burp/BurpExtender.java:726
Method
getSeverity
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
Method
getSiteMap
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
Method
getStatedMimeType
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
Method
getStatus
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
Method
getStatusCode
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
Method
getStderr
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
Method
getTabCaption
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
Method
getTabCaption
()
Plugin/src/burp/BurpExtender.java:789
Method
getTabCaption
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
Method
getToolFlag
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
Method
getToolName
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
Method
getUiComponent
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
Method
getUiComponent
()
Plugin/src/burp/BurpExtender.java:796
Method
getUiComponent
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
Method
getUrl
()
Plugin/src/burp/BurpExtender.java:711
Method
getUrl
This method is used to obtain the URL in the request. @return The URL in the request.
Plugin/src/burp/IRequestInfo.java:64
Method
getValue
This method is used to retrieve the parameter value. @return The parameter value.
Plugin/src/burp/IParameter.java:67
Method
getValue
This method is used to retrieve the value of the cookie. @return The value of the cookie.
Plugin/src/burp/ICookie.java:60
← previous
next →
101–200 of 285, ranked by callers