mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
weak_password_generator <type> added to the weak and common pw gens, fixed typo in account_hash_builder
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
</description>
|
||||
|
||||
<type>password_generator</type>
|
||||
<type>weak_password_generator</type>
|
||||
<type>local_calculation</type>
|
||||
<platform>linux</platform>
|
||||
<platform>windows</platform>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user