You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This approach is inconsistent. Investigate a cleaner approach. One option would be to build BeEF as a Ruby gem and using helpers which refer to the gem's root directory.
The text was updated successfully, but these errors were encountered:
BeEF uses
$root_dir
and$home_dir
global variables to define the BeEF root directory and user's home directory respectively.beef/beef
Lines 38 to 40 in 124c9d6
These globals are also referenced throughout the codebase.
This approach is inconsistent. Investigate a cleaner approach. One option would be to build BeEF as a Ruby gem and using helpers which refer to the gem's root directory.
The text was updated successfully, but these errors were encountered: