Hello,
Last weekend I’ve been cold. Anyway part of the /bin has been tested and
it looks ok. I didn’t produce any docs yet about this but I will soon.
Brielfy fuzz is a random number generator. snip from man:
DESCRIPTION
The main purpose of _f_u_z_z is to test the robustness of
system
utilities. We use _f_u_z_z to generate random characters.
These
are then piped to a system utility (using
_p_t_y_j_i_g(_1) if
necessary.) If the utility crashes, the saved input and out-
put streams can then be analyzed to decide what sorts of
input cause problems.
_L_e_n_g_t_h is taken to be the length of the output stream,
usu-
ally in bytes, When -l is selected it the length is in
number of strings.
The following options can be specified.
-0 Include NULL (ASCII 0) characters
-a Include all ASCII characters except NULL (default)
-d _d_e_l_a_y
Specify a delay in seconds between each character.
-e _s_t_r_i_n_g
Send _s_t_r_i_n_g after all the characters. This
feature can
be used to send termination strings to the test pro-
grams. Standard C escape sequences can be used.
-l [_l_e_n]
Generate random length strings. If _l_e_n is specified, it
is taken to be the maximum length of each string
(default = 255). Strings are terminated with the ASCII
newline character.
-o _f_i_l_e
Store the output stream to _f_i_l_e as well as sending
them
to _s_t_d_o_u_t.
-p Generate printable ASCII characters only
-r _f_i_l_e
Replay characters stored in _f_i_l_e.
-s _s_e_e_d
Use _s_e_e_d as the seed to the random number generator.
-x Print the seed as the first line of stdout.
Sun Release 4.0 Last change: December 1, 1988 1
FUZZ(1) USER COMMANDS FUZZ(1)
AUTHORS
Lars Fredriksen, Bryan So.
I tested part of /bin directory with no problems.
stefan
Stefan Parvu wrote:
Hello,
Today, I will start to look into fuzz black box testing on RTP. I will
try to provide ASAP a list with what I have found back to you.
Because I still have problems creating encrypt or crypt system commands
in RTP I will start as well to see what I can do regarding this fuzz
tool. I think nobody else is working on this ?
stefan