package
3.2.7-fix1
Repository: https://github.com/explorer1092/nuclei.git
Documentation: pkg.go.dev

# Functions

FetchContinueRequest continue request.
FetchGetResponseBody get request body.
No description provided by the author
GetSupportedActionTypes returns list of supported types.
MustDisableSandbox determines if the current os and user needs sandbox mode disabled.
New creates a new nuclei headless browser module.
NewHijack create hijack from page.

# Constants

ActionAddHeader adds a header to the request name:addheader.
ActionClick performs the left-click action on an Element.
ActionDebug debug slows down headless and adds a sleep to each page.
ActionDeleteHeader deletes a header from the request name:deleteheader.
ActionExtract performs an extraction on an element name:extract.
ActionFilesInput performs an action on a file input.
ActionGetResource performs a get resource action on an element name:getresource.
ActionKeyboard performs a keyboard action event on a page.
ActionNavigate performs a navigation to the specified URL name:navigate.
ActionRightClick performs the right-click action on an Element.
ActionScreenshot performs the screenshot action writing to a file.
ActionScript executes a JS snippet on the page.
ActionSelectInput performs an action on a select input.
ActionSetBody sets the value of the request body name:setbody.
ActionSetHeader sets a header in the request name:setheader.
ActionSetMethod sets the request method name:setmethod.
ActionSleep executes a sleep for a specified duration name:sleep.
ActionTextInput performs an action for a text input name:text.
ActionTimeInput performs an action on a time input.
ActionWaitEvent waits for a specific event.
ActionWaitLoad waits for the page to stop loading.
ActionWaitVisible waits until an element appears.

# Variables

ActionStringToAction converts an action from string to internal representation.
ActionToActionString converts an action from internal representation to string.
No description provided by the author

# Structs

Action is an action taken by the browser to reach a navigation Each step that the browser executes is an action.
ActionTypeHolder is used to hold internal type of the action.
Browser is a browser structure for nuclei headless module.
Hijack is a hijack handler.
HistoryData contains the page request/response pairs.
Instance is an isolated browser instance opened for doing operations with it.
Options contains additional configuration options for the browser instance.
Page is a single page in an isolated browser instance.

# Type aliases

ActionType defines the action type for a browser action.
HijackHandler type.