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:
Jack Biggs
2023-04-16 14:15:31 +01:00
parent 9d4d3a39bc
commit 94e341585f
5 changed files with 162 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ class StringGenerator
end
enforce_utf8(self.outputs)
print_outputs if has_base64_inputs
print_outputs
end
def enforce_utf8(values)