Commit Graph

4953 Commits

Author SHA1 Message Date
MarketingYeti 781eb1b76b docs: Update mitre_techniques.md 2021-03-16 14:03:44 -04:00
MarketingYeti 43951aa8c5 docs: Update FAQ/_index.md 2021-03-16 14:03:40 -04:00
MarketingYeti 2defdeffba docs: Update scanners/_index.md 2021-03-16 14:03:36 -04:00
MarketingYeti 02acab7047 docs: Update shellshock.md 2021-03-16 14:03:33 -04:00
MarketingYeti 381dea0e54 docs: Update exploiters/_index.md 2021-03-16 14:03:30 -04:00
MarketingYeti cc17be612e docs: Update WebLogic.md 2021-03-16 14:03:22 -04:00
MarketingYeti 449cb98de0 docs: Update WMIExec.md 2021-03-16 14:03:11 -04:00
MarketingYeti 788b985711 docs: Update VSFTPD.md 2021-03-16 14:03:08 -04:00
MarketingYeti 1201343ed2 docs: Update Struts2.md 2021-03-16 14:03:04 -04:00
MarketingYeti dbab5abd93 docs: Update Sambacry.md 2021-03-16 14:02:53 -04:00
MarketingYeti 32089018ab docs: Update SSHExec.md 2021-03-16 14:02:17 -04:00
MarketingYeti 3f255c5626 docs: Update SMBExec.md 2021-03-16 14:02:08 -04:00
MarketingYeti bfff95ce34 docs: Update MsSQL.md 2021-03-16 14:02:01 -04:00
MarketingYeti 77859b86dd docs: Update MS08-067.md 2021-03-16 14:01:57 -04:00
MarketingYeti f7d9df0e64 docs: Update Hadoop.md 2021-03-16 14:01:44 -04:00
MarketingYeti a483b4aafc docs: Update ElasticGroovy.md 2021-03-16 14:01:37 -04:00
MarketingYeti 1b0ab55554 docs: Update Drupal.md 2021-03-16 14:01:28 -04:00
MarketingYeti f272e97778 docs: Update operating_systems_support.md 2021-03-16 14:01:21 -04:00
MarketingYeti 27dae7bd6c docs: Update mitre_techniques.md 2021-03-16 14:01:15 -04:00
MarketingYeti 5ad54db097 docs: Update reference/_index.md 2021-03-16 14:01:09 -04:00
Shreya 5192953dd0 Unrelated log statement changes 2021-03-16 15:27:06 +05:30
Shreya ece4e6e911 Change import 2021-03-16 15:26:20 +05:30
Shreya 90d9d5933a Handle UnicodeDecodeError when getting installed packages on Windows systems 2021-03-16 15:23:46 +05:30
VakarisZ c6fd7ae5e8 Refactored ScoutSuite into a separate package rather than submodule 2021-03-16 09:11:45 +02:00
Mike Salvatore 2a44cf8ebd
Merge pull request #1027 from shreyamalviya/rephrasing-config-custom-pba
Rephrase custom PBA file descriptions in configuration
2021-03-11 09:45:03 -05:00
Shreya 2b4fd9e9a7 Rephrase custom PBA command config descriptions 2021-03-11 19:39:57 +05:30
Shreya 4928109be2 Rephrase custom PBA file config descriptions 2021-03-11 18:42:01 +05:30
Shreya 9167aa6460 Unit test modifications 2021-03-11 18:33:48 +05:30
Shreya 72a88c81a3 Add unit tests 2021-03-11 18:33:48 +05:30
Shreya 6f134bdb03 Download custom PBA file during execution, not initialisation 2021-03-11 18:33:48 +05:30
Shreya eeba0513d2 Only upload custom PBA file; execute only if specified in custom PBA command 2021-03-11 18:33:48 +05:30
Shreya 307e1e3093 Rephrase custom PBA file descriptions in configuration 2021-03-11 18:33:48 +05:30
Mike Salvatore 53fa550b99
Merge pull request #1031 from guardicore/fix-drupal-exploit-failure
Fix drupal exploit failure
2021-03-10 07:28:22 -05:00
Mike Salvatore 3714dd2f6f agent: Use the dropper in the DrupalExploiter
Fixes #1026
2021-03-10 06:44:53 -05:00
Mike Salvatore e7528e9544 agent: Use PIPE for stdin, stdout, and stderr in dropper
The dropper is expected to detatch the child monkey agent process. If
stdin, stdout, and stderr are set to `None`, the child process inherits
them. Since the child process inherits the parent's file descriptors and
holds them open, issues like #1026 can occur.
2021-03-10 06:43:48 -05:00
Mike Salvatore 4ac7c01976 agent: add 2 new log statements to the dropper 2021-03-09 19:26:50 -05:00
Mike Salvatore ba6bf71776 agent: Fix typo in HTTPFinger 2021-03-09 11:56:32 -05:00
Mike Salvatore efedab8854
Merge pull request #1029 from guardicore/config_template_fixes
Config template fixes
2021-03-09 10:41:23 -05:00
VakarisZ 6a7d08c93e Improved README.md of config file generation script 2021-03-09 14:51:56 +02:00
VakarisZ 92d9226edf Bugfixed a couple of config templates. 2021-03-09 14:51:35 +02:00
Mike Salvatore 728b26e87e
Merge pull request #1025 from guardicore/config_template_to_file
Utility script for translating config templates to config files
2021-03-09 06:27:17 -05:00
VakarisZ a4aee364b4 Ran black on config generation script 2021-03-09 10:23:35 +02:00
VakarisZ c234891330 Minor fixes in config file generation script: added island IP param in docs and added Drupal to configs 2021-03-08 17:27:57 +02:00
VakarisZ 6a6dd67113 Refactored config templates to inherit from ConfigTemplate class instead of BaseTemplate 2021-03-08 17:21:59 +02:00
VakarisZ 5f41ce54c6 Added config file generation script, which can generate config files from config templates. 2021-03-08 17:20:32 +02:00
VakarisZ b65524a85d Refactored "island_configs" dir to "config_templates" dir in blackbox 2021-03-08 17:20:21 +02:00
Mike Salvatore 5b8140029e
Merge pull request #1024 from guardicore/drupal-blackbox-test
Drupal blackbox test
2021-03-08 10:11:51 -05:00
Mike Salvatore 551928369a zoo: update command to run blackbox tests
Commit 3f687f6ae introduced a dependency on `common/`. Update the
instructions in blackbox/README.md to reflect this change.
2021-03-08 09:47:16 -05:00
Mike Salvatore 34b0830c77 zoo: add drupal exploiter blackbox test 2021-03-08 09:42:48 -05:00
Mike Salvatore 3164ae77c4 zoo: add drupal-28 to teraform scrips 2021-03-08 08:54:45 -05:00