Commit Graph

50 Commits

Author SHA1 Message Date
Jason Zeller
f454f9af7f Removed Python requirement. Hardcoded hash for 'adminpassword'. Updated python script to be standalone. 2019-03-13 12:02:05 -05:00
Jason Zeller
4f1a4b16e7 Update README for python requirements and CTFd version. 2019-03-12 14:57:16 -05:00
ts
5bce99b86c Merge branch 'ctf_challenges_merge' into january_19_merge
# Conflicts:
#	lib/helpers/constants.rb
#	modules/utilities/unix/languages/java_wheezy_compatible/java/spec/spec_helper.rb~upstream_stretch_kde_update
2019-01-11 13:02:39 +00:00
ts
ec23444855 Updating readme to include graphviz (for huffman) 2018-11-16 11:33:31 +00:00
ts
c2cda2faf8 huffman coding (WIP - Fix the access_json issue first...) 2018-11-16 11:33:21 +00:00
Cliffe
394051e0d8 Update README.md
Known to work on 16.04 (README needs updating for 18.04)
2018-11-10 12:25:47 +00:00
Cliffe
5c6f1c28ff update README fixes #119 2018-07-26 14:56:00 +01:00
Z. Cliffe Schreuders
6ee6cc26c4 README updates and spiltting into separate files 2018-07-05 12:01:51 +01:00
ts
4a1e065724 Updated README.md to include vagrant-ovirt4 dependencies 2018-04-20 10:56:43 +01:00
ts
5eda7c5d34 Merge branch 'team_project' into team_project_merge
# Conflicts:
#	.gitignore
#	modules/services/unix/http/parameterised_website/secgen_metadata.xml
2018-02-07 15:47:48 +00:00
Z. Cliffe Schreuders
3e0662e36c Merge branch 'master' of https://github.com/cliffe/SecGen 2017-11-20 11:04:55 +00:00
Z. Cliffe Schreuders
b234263ffd README updates 2017-11-20 11:04:34 +00:00
Tom
0c9216f17a Update README.md to include default root password 2017-10-31 12:05:54 +00:00
thomashaw
c8aee26974 Merge remote-tracking branch 'upstream/ids_lab_squashed' into week_4_merge_branch
# Conflicts:
#	lib/templates/Vagrantfile.erb
2017-10-21 10:52:02 +01:00
Z. Cliffe Schreuders
e78458c882 IDS lab 2017-10-20 16:52:17 +01:00
thomashaw
c0c180a9aa Adding an example and README entry for the network-ranges / IP_addresses datastore / inputting an IP_address into a network module. 2017-10-20 10:41:09 +01:00
Z. Cliffe Schreuders
ce502abcdb Hackerbot, labs, and associated changes 2017-09-28 16:35:28 +01:00
thomashaw
662a82353d updated usage and added to readme 2017-09-21 15:44:23 +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
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
Cliffe
3f719c4761 Update README.md 2017-07-05 21:38:23 +01:00
thomashaw
7a6334fb00 PR_90 changes: added cpu_word_size to differentiate between 32/64bit systems in bases, refactored vagrantfile.erb to include this, changed windows 'config.vm.network' settings to use the system name rather than config. 2017-06-30 22:46:54 +01:00
Jjk422
032de3f7d8 Merge branch 'master' into forensic_image_creation 2017-05-20 10:50:29 +01:00
thomashaw
1dd5f400b3 spelling corrections: vignere to vigenere, _reversable to _reversible 2017-05-02 14:45:27 +01:00
Z. Cliffe Schreuders
4b6c3c2d37 update to work with newer versions of vagrant (where the gem exists but doesn't execute) and update readme with more information and with gifs 2017-04-19 00:12:46 +01:00
Z. Cliffe Schreuders
e472c51f99 readme update 2017-04-06 23:20:43 +01:00
Z. Cliffe Schreuders
ef85d3615c readme update 2017-04-06 23:17:45 +01:00
thomashaw
a1dbc66009 adding dependency of imagemagick to readme.md 2017-04-04 16:29:38 +01:00
Jjk422
adf9fa965d Added ability to generate forensic images from virtual machines, either in the ewf or raw formats.
Note: the ewf format requires the FTK Imager command line utility to be installed and added to the path.

README.md:
42-47:Added Optional software requirements section to readme, placed in FTK imager command line for EWF forensic image creation.
551: Grammatical error.

SecGen.rb:
22, 29-30, 32: Added extra options to help menu.
37-53: Added helper methods to display current version and to delete all projects in the current project directory.
111: Added return systems from build_config() method, so the information on the systems can be gathered after the configuration module
122-185: Added multiple helper methods for the make_forensic_image() method and the make_forensic_image() method, the delete_virtualbox_vm() method is currently not used as the vm_name needs to be gathered from the earlier config methods as efficiently as possible, this will be done in a later patch, although the delete_virtualbox_vm() method is fully working. Allows for the creation of raw/DD and EWF/E01 (EWF/E01 requires FTK Imager command line installation) forensic images.
203-209: Added method to list all project paths in the projects directory.
228-230: Added new options to getoptslong.
273-284: Added --delete-vm-after-image-creation, currently needs to be linked to the delete_virtualbox_vm() method. Also added --forensic-image-type option (accepts raw/dd and EWF/E01) with the default being raw.
311-324: Added create-forensic-image command which creates forensic images from either a given project directory or from scratch (scenario file).
327- 337 Added list-projects and delete-all-projects commands, all basic SecGen functions should now be doable from the command line. Changed exit code to 0 for clean exit.
2017-03-13 18:45:02 +00:00
Cliffe
5842a0d44e Update README with repo install of ruby-bundler 2017-03-12 13:05:30 +00:00
Z. Cliffe Schreuders
f30f62bbd5 readme update 2017-01-17 20:45:32 +00:00
thomashaw
38b097cb4c Removed link to old Developer VM 2016-12-20 14:56:39 +00:00
thomashaw
f724415cdf Privilege changes: More specific privilege levels. r, rw, rwx for root & user. 2016-11-14 14:34:04 +00:00
Z. Cliffe Schreuders
03b739592b README update and some code cleanup 2016-11-08 23:28:52 +00:00
thomashaw
060fbab612 updated install instructions as default ubuntu apt repository has an old incompatible vagrant version 2016-09-03 00:49:52 +01:00
Cliffe
ed37d30996 Update README.md 2016-08-04 13:31:25 +01:00
Z. Cliffe Schreuders
8dfc34d0f4 README updates 2016-08-04 11:20:53 +01:00
Cliffe
3df12d2295 README updates 2016-07-27 10:13:19 +01:00
Z. Cliffe Schreuders
b5b19fe1c5 Major overhaul of code base! 2016-06-09 00:03:04 +01:00
Emilia Lewandowska
bdfcf1b91c Relates to SG-32: Updates readme with current information. 2016-03-29 18:39:27 +01:00
Emilia Lewandowska
31215bbbe9 Relates to SG-33: Updates readme with current information. 2016-03-29 18:37:38 +01:00
Witcherdude
84cd052f4c Update README.md 2016-02-24 10:58:26 +00:00
Witcherdude
aab5fa294c Update README.md
Changed Security-Simulator to Security Scernario Generator (SecGen)
2016-02-23 13:31:40 +00:00
LewisArdern
438a2864f8 Update README.md 2014-04-04 00:16:35 +01:00
LewisArdern
335d08e9d5 base box was incorrect 2014-04-04 00:15:35 +01:00
Lewis Ardern
6e71db405a updated license 2014-03-30 12:02:18 +01:00
Lewis Ardern
f9cc313cf1 readme update 2014-03-29 21:39:44 +00:00
Lewis Ardern
6237ada8f1 initial commit 2014-03-29 21:35:53 +00:00