diff --git a/.gitignore b/.gitignore
index c5d73d095..089a6f8dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,6 @@ unusedcode
.DS_Store
.idea
mount
-log
\ No newline at end of file
+log
+batch/failed/
+batch/successful/
\ No newline at end of file
diff --git a/README.md b/README.md
index 00a65bd4c..8e1d5d3b2 100644
--- a/README.md
+++ b/README.md
@@ -745,6 +745,8 @@ If you start SecGen with the "build-project" (or "p") command it creates the abo
It is possible to copy the project directory to any compatible system with Vagrant, and simply run "vagrant up" to create the VMs.
+The default root password for the base-boxes is 'puppet', but this may be modified by SecGen depending on the scenario used.
+
## Roadmap
- **More modules!** Including more CTF-style modules.
- Windows baseboxes and vulnerabilities.
diff --git a/modules/encoders/selector/random_string_selector/secgen_local/local.rb b/modules/encoders/selector/random_string_selector/secgen_local/local.rb
index afcfa242a..987b40b13 100644
--- a/modules/encoders/selector/random_string_selector/secgen_local/local.rb
+++ b/modules/encoders/selector/random_string_selector/secgen_local/local.rb
@@ -6,7 +6,7 @@ class RandomSelectorEncoder < StringEncoder
def initialize
super
self.module_name = 'Random String Selector'
- self.position = 'test'
+ self.position = ''
end
def encode_all
diff --git a/modules/services/unix/http/parameterised_website/secgen_metadata.xml b/modules/services/unix/http/parameterised_website/secgen_metadata.xml
index 3b298c92a..5421977f1 100644
--- a/modules/services/unix/http/parameterised_website/secgen_metadata.xml
+++ b/modules/services/unix/http/parameterised_website/secgen_metadata.xml
@@ -11,6 +11,7 @@
http
linux
+
strings_to_leak
images_to_leak
organisation
@@ -34,7 +35,7 @@
-
+
diff --git a/modules/vulnerabilities/unix/system/ssh_leaked_keys/secgen_metadata.xml b/modules/vulnerabilities/unix/system/ssh_leaked_keys/secgen_metadata.xml
index 40a7cd561..814bb5a10 100644
--- a/modules/vulnerabilities/unix/system/ssh_leaked_keys/secgen_metadata.xml
+++ b/modules/vulnerabilities/unix/system/ssh_leaked_keys/secgen_metadata.xml
@@ -47,8 +47,4 @@
utilities/unix/system/accounts
-
-
- user_rw
-
\ No newline at end of file