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: modules/generators/config_files/filezilla_config/templates/filezilla_config.xml.erb
Updated the config file to the correct file as well as updated the parameters required
new file: modules/generators/messages/randsom_note/secgen_local/local.rb
new file: modules/generators/messages/randsom_note/secgen_metadata.xml
new file: modules/generators/messages/randsom_note/templates/ransom_note.md.erb
Initial Push for Ransom Note
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