mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
new file: lib/resources/linelists/top_50_sudo_commands
new file: lib/resources/linelists/top_90_linux_commands modified: modules/generators/content/bash_history/secgen_local/local.rb modified: modules/generators/content/bash_history/secgen_metadata.xml Sudo commands are now randomly inputted and password is taken in from a parameter new file: lib/resources/linelists/top_50_sudo_commands new file: lib/resources/linelists/top_90_linux_commands modified: modules/generators/content/bash_history/secgen_local/local.rb modified: modules/generators/content/bash_history/secgen_metadata.xml Sudo commands are now randomly entered into the commands array and the password is taken in as an input
This commit is contained in:
@@ -114,7 +114,7 @@ class StringGenerator
|
||||
end
|
||||
|
||||
enforce_utf8(self.outputs)
|
||||
print_outputs if has_base64_inputs
|
||||
print_outputs
|
||||
end
|
||||
|
||||
def enforce_utf8(values)
|
||||
|
||||
Reference in New Issue
Block a user