Commit Graph

550 Commits

Author SHA1 Message Date
thomashaw
2dddfc42e3 random_string_selector: removed testing code 2017-11-17 15:45:36 +00:00
Tom
0c9216f17a Update README.md to include default root password 2017-10-31 12:05:54 +00:00
thomashaw
cef610bf04 oVirt now uses VM memory allocation based on command line options. Added missing options to usage. Added default memory allocations for oVirt VMs based on base type. 2017-09-28 15:32:47 +01:00
thomashaw
d43fe74492 Vagrantfile: oVirt hostname, replace _ with - in full hostname string, rather than just system_name. Fixes error when prefix contains underscores. 2017-09-28 13:47:22 +01:00
thomashaw
1c44c7baec utilities/handy_cli_tools 2017-09-26 19:42:28 +01:00
thomashaw
fe7c81dfc0 utilities/kde_minimal 2017-09-26 19:41:47 +01:00
thomashaw
439605c10b utilities/metasploit_framework 2017-09-26 19:41:37 +01:00
thomashaw
e814a7fe03 scenarios/labs/incremental_base_boxes.xml 2017-09-26 19:41:09 +01:00
thomashaw
01baa313fc ovirt-integration: reverting cloud-init change and included it in base template instead 2017-09-26 18:58:13 +01:00
thomashaw
8e38813db2 Updates: SecGen => oVirt Integration 2017-09-26 18:55:09 +01:00
thomashaw
0c13e77c23 Vagrantfile fix 2017-09-21 16:33:57 +01:00
thomashaw
3205338f67 renamed postgresql database from secgen_batch to batch_secgen for consistency 2017-09-21 15:58:53 +01:00
thomashaw
662a82353d updated usage and added to readme 2017-09-21 15:44:23 +01:00
thomashaw
ac89f97c98 renamed secgen.conf => example.conf (note: don't store secgen.conf within git repo) 2017-09-21 15:44:23 +01:00
thomashaw
a96c249e63 ovirt integration: removed usage comment as we're using .conf files with arguments instead of setting default values within Vagrantfile.erb 2017-09-21 15:44:23 +01:00
thomashaw
abc7e28893 ovirt integration: removed ovirt-vmname option + build the vm name based on prefix and <system_name> 2017-09-21 15:44:23 +01:00
thomashaw
2a1658da85 secgen.conf: stored arguments which are added to ARGV 2017-09-21 15:44:23 +01:00
thomashaw
3fa05c0889 batch_secgen.rb: adding --randomise-ips 2017-09-21 15:44:23 +01:00
thomashaw
f2e31f6da6 secgen.rb: corrected mistake in usage 2017-09-21 15:44:23 +01:00
thomashaw
f42555350b secgen.rb: adding --network-ranges 2017-09-21 15:44:23 +01:00
thomashaw
447059ce20 WIP: templates in bases 2017-09-21 15:44:23 +01:00
thomashaw
f58fb0d2b4 WIP: ovirt templates -> bases 2017-09-21 15:44:23 +01:00
Gajendra
e30d4b007c oVirt Help Update 2017-09-21 15:44:23 +01:00
Gajendra
4ac2cd3ddc oVirt provider spinup with multiple options - ovirturl, ovirtpass, ovirtuser, ovirt-vmname, ovirtcluster, ovirttemplate etc 2017-09-21 15:44:23 +01:00
thomashaw
24ce91af38 cleanup: removed reference to <breadcrumb> 2017-09-20 22:21:38 +01:00
thomashaw
b5bb17ee59 minor improvements to leaked_file permissions, metadata, and scenarios 2017-09-20 22:08:40 +01:00
thomashaw
c70263a8e0 basic_narrative.xml: no longer selects strong passwords for user1, reordered text on website. 2017-09-20 16:31:12 +01:00
thomashaw
ff3f360b81 batch_secgen.rb: added postgresql requirements to readme (fixed) 2017-09-20 15:37:19 +01:00
thomashaw
fa2047298e batch_secgen.rb: added postgresql requirements to readme 2017-09-20 15:30:07 +01:00
thomashaw
889c620189 secgen_batch: updated db interactions 2017-09-17 12:03:46 +01:00
thomashaw
1a611e230b SecGen batch processing script (requires postgresql).
secgen.rb: added --shutdown flag for shutting down vm's after provisioning
2017-09-15 15:54:50 +01:00
thomashaw
bfa430ba52 generator/concat_paragraph: concatenate data multiple input generators, with optional separators 2017-09-05 17:43:59 +01:00
thomashaw
02f191104d generator/credit_card_data: outputs credit card type and number 2017-09-05 17:41:50 +01:00
thomashaw
489eb76e47 README.md: minor change 2017-09-05 15:59:01 +01:00
thomashaw
09a15ae7c8 README.md: description of access_json 2017-09-05 15:56:00 +01:00
thomashaw
521206c03f moved json_selection_example.xml to the correct directory 2017-09-05 15:48:53 +01:00
thomashaw
a7b75765ab generators/realistic_organisation: added an organisation generator which uses the business_name for domain and email addresses.
renamed generators/organisation to generators/random_organisation
2017-09-05 13:45:18 +01:00
thomashaw
fa5015918b corrected method call 2017-09-05 12:31:17 +01:00
thomashaw
70e9d5cc27 generators/business_email: corrected method call 2017-09-05 12:28:17 +01:00
thomashaw
705383e108 encoder/random_string_selector: cleaned up print_string output. other encoders: added encoding print string padding 2017-09-05 11:26:29 +01:00
thomashaw
c2ed5c13e6 removed newlines 2017-09-04 12:45:13 +01:00
thomashaw
fb17704711 basic_narrative.xml: use parse_json datastore changes and organisations 2017-09-04 12:39:06 +01:00
thomashaw
f86025f343 access_element removed (redundant, use access='0' instead) 2017-08-30 16:11:01 +01:00
Tom
8e73786945 Merge pull request #103 from eelsivart/master
Create public_network_2 secgen_metadata.xml
2017-08-25 12:47:04 +01:00
eelsivart
9bd2f9a4e0 Create secgen_metadata.xml
Added public network with a specified static IP range.
2017-08-23 07:03:56 -07:00
thomashaw
bbb82382f7 Puppetfile.erb: enforce puppetlabs-stdlib 4.18.0 due to undefined resource problem in version 4.19.0 2017-08-23 13:53:40 +01:00
thomashaw
aa11158832 basic_narrative.xml: revert new parse_json datastore changes 2017-08-21 07:23:10 +01:00
thomashaw
06159f8d39 bugfix: smb share template 2017-08-20 12:56:23 +01:00
thomashaw
328c526df7 Added error message with exit code 1 from SecGen if VM creation fails 2017-08-19 16:48:02 +01:00
thomashaw
0d5bd58fdc scenarios: updating base box selectors to include type="server" (along side platform="linux") in preparation for kali basebox merge 2017-08-19 13:52:03 +01:00