COMMAND MANUAL

Complete functional reference for NXLAB Console (nxlab.nett.to)

help +

Retrieves the documentation manual endpoint for all console operations.

Usage:
help
Example:
help
ip +

Displays your public client IP address as detected by the central hosting server.

Usage:
ip
Example:
ip
echo +

Echoes back entered text. Output is rendered directly without HTML execution.

Usage:
echo [message]
Example:
echo CyberSecurity_Ready
base64ec +

Encodes standard ASCII strings into cryptographically stable Base64 strings.

Usage:
base64ec [raw_text]
Example:
base64ec helloworld
base64dc +

Decodes valid Base64 encoded payloads back into standard string formatting.

Usage:
base64dc [encoded_payload]
Example:
base64dc aGVsbG93b3JsZA==
http +

Inspects secure endpoints. Defaults to HTTPS with silent auto-fallback to HTTP on link errors.

Usage:
http [url_or_domain]
Example:
http google.com
tcp +

Probes raw TCP ports to evaluate port listening state. Strict 3000ms socket timeout.

Usage:
tcp [host] [port]
Example:
tcp 1.1.1.1 53
udp +

Sends standard UDP datagram payloads directly to targeted sockets.

Usage:
udp [host] [port] [message]
Example:
udp 8.8.8.8 53 DNS_Query
sum +

Calculates mathematical addition of two input float values.

Usage:
sum [num1] [num2]
Example:
sum 41.5 0.5
subtract +

Performs basic float subtraction (num1 minus num2).

Usage:
subtract [num1] [num2]
Example:
subtract 100 42
multiply +

Performs mathematical multiplication of two float variables.

Usage:
multiply [num1] [num2]
Example:
multiply 6 7
divide +

Performs float division. Division operations by zero are safely rejected.

Usage:
divide [num1] [num2]
Example:
divide 84 2
power +

Raises base numbers to designated floating-point exponential powers.

Usage:
power [base] [exponent]
Example:
power 2 10
md5 +

Constructs a 128-bit cryptographic MD5 hash signature of input variables.

Usage:
md5 [payload_text]
Example:
md5 admin_auth_token
nslookup +

Resolves domain names utilizing secure native DNS routing bindings.

Usage:
nslookup [domain]
Example:
nslookup nett.to
textarea +

Packages raw multi-line strings securely inside a neat ASCII border console frame.

Usage:
textarea [content]
Example:
textarea Embedded Terminal\nMultiline_Rendering
jwt +

Decodes JWT string segments (Header and Payload) into pretty formatted raw JSON.

Usage:
jwt [token_string]
Example:
jwt eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
passwd +

Generates highly secure random passwords utilizing crypto entropy. Custom length boundary (4 to 1024, default is 16).

Usage:
passwd [length]
Example:
passwd 24
hexec +

Converts raw strings into standard lowercase Hexadecimal format.

Usage:
hexec [text]
Example:
hexec nxlab_console
hexdc +

Decodes valid hexadecimal encoded strings back to raw string format.

Usage:
hexdc [hex_string]
Example:
hexdc 6e786c61625f636f6e736f6c65
ipinfo +

Gathers geographical, network ASN, routing ISP and country telemetry of target IP via geoip pipeline.

Usage:
ipinfo [ip]
Example:
ipinfo 8.8.8.8
wttr +

Queries high fidelity text-based weather forecasting metrics for designated geographical regions.

Usage:
wttr [location]
Example:
wttr London
<< BACK TO TERMINAL