Inguma/CLI/Modules:Rce

From aldeid
Jump to navigation Jump to search
You are here:
Modules::rce

hexdump

Description

A simple HexDump utility

Parameters

  • target = < Target file >
  • dumpSize = < Size of data to dump >

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

hexedit

Description

An interactive HexDump

Parameters

  • target = < Target file >
  • lines = <Lines per page of dump>

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

toolbox

Description

A module with many RCE tools

Parameters

Enter the "toolbox" module to configure it:

inguma> toolbox
RCE> help

Here is the list of parameters:

Common options

help
Show help
exit'
Exit from RCE Toolbox

Convertion tools

ascii2bin
Convert ASCII to Binary
ascii2oct
Convert ASCII to Octal
ascii2hex
Convert ASCII to Hexadecimal
ascii2str
Convert ASCII to string
bin2ascii
Convert Binary to ASCII
oct2ascii
Convert Octal to ASCII
hex2ascii
Convert Hexadecimal to ASCII
str2ascii
Convert string to ASCII

Misc

pattern
pattern <length> <string>

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.