Documentation
¶
Index ¶
Constants ¶
View Source
const ( // General marker (open/close) General = "§" // ParenthesisOpen marker - begin of a placeholder ParenthesisOpen = "{{" // ParenthesisClose marker - end of a placeholder ParenthesisClose = "}}" )
Variables ¶
This section is empty.
Functions ¶
func FindInteractshURLMarkers ¶ added in v3.10.0
FindInteractshURLMarkers returns complete Interactsh URL markers in data in left-to-right order.
func HasInteractshURLMarker ¶ added in v3.10.0
HasInteractshURLMarker returns true when data contains a complete Interactsh URL marker. It accepts raw markers ({{interactsh-url}}) and fully URL-encoded brace markers (%7B%7Binteractsh-url%7D%7D), but rejects mixed raw/encoded brace pairs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.