weak_password_generator <type> added to the weak and common pw gens, fixed typo in account_hash_builder

This commit is contained in:
thomashaw
2016-12-08 10:54:21 +00:00
parent 17f425b37f
commit 007863e05c
4 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<read_fact>password</read_fact>
<read_fact>super_user</read_fact>
<read_fact>strings_to_leak</read_fact>
<read_fact>leaked_filename</read_fact>
<read_fact>leaked_filenames</read_fact>
<!-- TODO: This encoder should have default values so that we can omit a default input -->

View File

@@ -11,6 +11,7 @@
</description>
<type>password_generator</type>
<type>weak_password_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<platform>windows</platform>

View File

@@ -9,6 +9,7 @@
<description>Selects a random dictionary word or english name between 3 and 6 characters long. </description>
<type>password_generator</type>
<type>weak_password_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<platform>windows</platform>

View File

@@ -15,7 +15,6 @@
<platform>linux</platform>
<read_fact>accounts</read_fact>
<read_fact>strings_to_leak</read_fact>
<default_input into="accounts">
<encoder type="account">
@@ -23,10 +22,10 @@
<generator type="username_generator"/>
</input>
<input into="password">
<generator type="password_generator"/>
<generator type="weak_password_generator"/>
</input>
<input into="super_user">
<generator type="boolean_generator"/>
<value>false</value>
</input>
<input into="strings_to_leak">
<generator type="message_generator"/>