Skip to content

Commit c71b395

Browse files
committed
Minor change
1 parent 9c82c04 commit c71b395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interactive session type specific for the type of exploit.
3939
3. Don't use "sleep". It has been known to cause issues with
4040
multi-threaded programs on various platforms running an older version of
4141
Ruby such as 1.8. Instead, we use "select(nil, nil, nil, <time>)" or
42-
Rex::sleep() throughout the framework. We have found this works around
42+
Rex.sleep() throughout the framework. We have found this works around
4343
the underlying issue.
4444

4545
4. Always use Rex sockets, not ruby sockets. This includes

0 commit comments

Comments
 (0)