MCPcopy Create free account

hub / github.com/Static-Flow/BurpSuiteAutoCompletion / functions

Functions31 in github.com/Static-Flow/BurpSuiteAutoCompletion

↓ 16 callersMethodgetInstance
Get a handle to this state object @return this state object
src/main/java/com/staticflow/ExtensionState.java:64
↓ 5 callersMethodgetSource
()
src/main/java/com/staticflow/AutoCompleter.java:126
↓ 4 callersMethodgetCallbacks
Get the burp callback object @return bur callback object
src/main/java/com/staticflow/ExtensionState.java:48
↓ 3 callersMethodgetKeywords
Get the current list of autocomplete words @return the current list of autocomplete words
src/main/java/com/staticflow/ExtensionState.java:75
↓ 2 callersMethodgetTextReplacementStart
Get's the start of the users text we are replacing @return starting index of the users input
src/main/java/com/staticflow/AutoCompleter.java:107
↓ 1 callersMethodaddKeywordToList
(String keyword)
src/main/java/com/staticflow/AutoCompleterTab.java:24
↓ 1 callersMethodaddListener
Add a new listener to the current list of document listeners
src/main/java/com/staticflow/ExtensionState.java:90
↓ 1 callersMethodcheckForCompletions
Handles changes to the document by getting the recent word entered by the user and searching for completion candidates.
src/main/java/com/staticflow/AutoCompleter.java:192
↓ 1 callersMethoddetachFromSource
()
src/main/java/com/staticflow/AutoCompleter.java:130
↓ 1 callersMethodgetAutoCompleterTab
Get UI object @return our custom UI tab
src/main/java/com/staticflow/ExtensionState.java:56
↓ 1 callersMethodgetListeners
Get the current list of document listeners @return the current list of document listeners
src/main/java/com/staticflow/ExtensionState.java:83
↓ 1 callersMethodinitTab
()
src/main/java/com/staticflow/AutoCompleterTab.java:28
↓ 1 callersMethodprefixSearcher
Searches the autocompletions for candidates. Exact matches are ignored. @param search What to search for @return the results that match, if any
src/main/java/com/staticflow/AutoCompleter.java:143
↓ 1 callersMethodsetCallbacks
Set burp callbacks @param callbacks the callbacks
src/main/java/com/staticflow/ExtensionState.java:40
MethodAutoCompleter
Initializes the suggestion pane and attaches our listeners @param s the source to provide autocompletions for
src/main/java/com/staticflow/AutoCompleter.java:61
MethodAutoCompleterTab
()
src/main/java/com/staticflow/AutoCompleterTab.java:20
MethodCompletionTask
(ArrayList<String> completions)
src/main/java/com/staticflow/AutoCompleter.java:241
MethodExtensionState
Generate the singleton
src/main/java/com/staticflow/ExtensionState.java:29
MethodcaretUpdate
This listener follows the caret and updates where we should draw the suggestions box @param e the carent event
src/main/java/com/staticflow/AutoCompleter.java:43
MethodchangedUpdate
(DocumentEvent e)
src/main/java/com/staticflow/AutoCompleter.java:183
MethodeventDispatched
This hooks keyboard events for the entire application. Only textareas are considered. Practically, this includes Repeater, Intruder, and any extension
src/main/java/com/staticflow/BurpAutoCompleteExtension.java:45
MethodextensionUnloaded
()
src/main/java/com/staticflow/BurpAutoCompleteExtension.java:26
MethodgetTabCaption
()
src/main/java/com/staticflow/BurpAutoCompleteExtension.java:59
MethodgetUiComponent
()
src/main/java/com/staticflow/BurpAutoCompleteExtension.java:64
MethodinsertUpdate
(DocumentEvent e)
src/main/java/com/staticflow/AutoCompleter.java:155
MethodmouseClicked
(MouseEvent e)
src/main/java/com/staticflow/AutoCompleterTab.java:34
MethodmouseClicked
(MouseEvent e)
src/main/java/com/staticflow/AutoCompleter.java:77
MethodregisterExtenderCallbacks
(IBurpExtenderCallbacks iBurpExtenderCallbacks)
src/main/java/com/staticflow/BurpAutoCompleteExtension.java:17
MethodremoveUpdate
(DocumentEvent e)
src/main/java/com/staticflow/AutoCompleter.java:169
Methodrun
()
src/main/java/com/staticflow/AutoCompleter.java:88
Methodrun
()
src/main/java/com/staticflow/AutoCompleter.java:249