modified: modules/generators/content/password_file/secgen_metadata.xml
modified: modules/generators/content/password_file/templates/password_file.md.erb
The program now takes in usernames as an input, as well as allowing for the benign and malicious subjects to be selected
modified: local.rb
modified: ../secgen_metadata.xml
Program now requires a password, and incorportates the interest directories and shuffles the array to mix up malicious and benign interests.
modified: modules/generators/content/password_file/templates/password_file.md.erb
Password List now takes in an input of passwords separated by ',' and then appends to an array and then outputs a random one from the array of 10 passwords into the password list allowing for repeats.
modified: modules/generators/content/password_file/secgen_local/local.rb
modified: modules/generators/content/password_file/secgen_metadata.xml
modified: modules/generators/content/password_file/templates/password_file.md.erb
Added top_100_websites and set the program to take in 5 passwords from inputs
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
generators/mail_message: hash containing the data for a mail message.
generators/mail_id: outputs a randomly generated mail id string.
generators/date: added mail format and option to pass a date in + have it formatted.