Commit Graph

2086 Commits

Author SHA1 Message Date
Shay Nehmad 4d301e9b5e Update package-lock.json 2019-07-21 17:59:59 +03:00
Shay Nehmad b1cb56d13f Added debug log when renewing TTLs for ease of debugging TTL issues 2019-07-21 17:59:43 +03:00
Shay Nehmad 30dcce4be2 Fixed small bug if no monkey exists 2019-07-21 17:55:39 +03:00
Shay Nehmad 805e26cfdf Added UT for ttl removal
tested and passed
2019-07-21 17:09:41 +03:00
Shay Nehmad 73022938af Added monkey TTL renewal to monkey model.
In future, we should use only this method to update the monkey's TTL.
2019-07-21 17:05:08 +03:00
Shay Nehmad 1e665d67b9
Merge pull request #388 from guardicore/bugfix/378-aws-link-in-new-window
Missing "
2019-07-21 12:37:45 +03:00
Shay Nehmad f8ea7af69e Missing " 2019-07-21 12:37:05 +03:00
Shay Nehmad cb04525a4f
Merge pull request #387 from guardicore/bugfix/378-aws-link-in-new-window
Added  target="_blank to link so it opens in a new window
2019-07-21 12:05:30 +03:00
Shay Nehmad f895b42b4a Added target="_blank to link so it opens in a new window 2019-07-21 12:03:46 +03:00
VakarisZ 38978516db Merge branch 'attack_execution_api' into attack_scripting 2019-07-19 17:28:19 +03:00
VakarisZ 493de5b8ea Implemented remote services attack technique 2019-07-19 15:52:14 +03:00
VakarisZ 7b8fa541f5 Implemented system's network configuration discovery attack technique 2019-07-19 13:30:01 +03:00
VakarisZ 0202215aaf Implemented network system discovery attack technique 2019-07-18 18:13:27 +03:00
VakarisZ ab461ef8d3 Implemented data collection from local system attack technique 2019-07-18 09:47:31 +03:00
VakarisZ 69de938a37 Bugfix: victimhost telem is sent instead of attack telem. 2019-07-17 12:14:44 +03:00
VakarisZ d891eb4abb Merge remote-tracking branch 'upstream/develop' into attack_file_perm_mod 2019-07-17 11:55:21 +03:00
VakarisZ a2fac20264 File permission modification attack technique implemented 2019-07-17 11:54:06 +03:00
VakarisZ acf309a163 Exfiltration trough command and control channel attack technique implemented 2019-07-16 17:33:03 +03:00
VakarisZ 1d4df39aa9 Minor UI improvements 2019-07-16 16:00:45 +03:00
VakarisZ d880c19910 PR fixes for t1106 2019-07-16 10:47:16 +03:00
VakarisZ 51af8c5500 Merge branch 'attack_module_load' into attack_execution_api
# Conflicts:
#	monkey/infection_monkey/system_info/mimikatz_collector.py
2019-07-15 16:24:56 +03:00
VakarisZ 30c7b99e95 PR fixes 2019-07-15 15:58:22 +03:00
VakarisZ 930ff08149 Added "," after each IP address while rendering a machine 2019-07-15 10:54:13 +03:00
VakarisZ b7f678de04 Single proxy attack technique finished 2019-07-15 10:53:44 +03:00
VakarisZ eabfbf7941 Multi-hop proxy attack technique finished 2019-07-15 09:23:56 +03:00
VakarisZ 31ff594bbd
Update README.md 2019-07-12 17:26:36 +03:00
VakarisZ d25609272a
Update README.md 2019-07-12 17:25:04 +03:00
VakarisZ 8320ac0f9c Merge remote-tracking branch 'upstream/develop' into attack_proxy 2019-07-12 16:59:53 +03:00
VakarisZ 81fd512296 PR comments fixed 2019-07-12 11:40:47 +03:00
VakarisZ a9b62fdd75 Proxy attack techniques implemented 2019-07-12 11:12:34 +03:00
VakarisZ 35a288bb6a Exploitation of remote services cosmetic improvements 2019-07-10 09:34:05 +03:00
VakarisZ 09e1abb3cb System info attack technique's identical results grouped 2019-07-10 09:11:13 +03:00
VakarisZ e1baacd0f0 Remote file copy identical results grouped 2019-07-10 09:00:01 +03:00
VakarisZ a91421aaf0 Fixed host IP address retrieval and system_info_collection bugs 2019-07-10 08:40:31 +03:00
Daniel Goldberg 62108146a9
Tunneling and report recommendation bugfixes (#375)
Tunneling and report recommendation bugfixes
2019-07-09 19:16:25 +03:00
VakarisZ 8367600ab9 Tunnelling bugfix (tunnel field added to Monkey's model) 2019-07-09 18:48:05 +03:00
VakarisZ 8da4c024a5 Report duplicating issues bugfix 2019-07-09 18:42:40 +03:00
VakarisZ eb574c8fff Minor changes in the UI 2019-07-09 09:49:29 +03:00
VakarisZ 3d0c564994 Merge branch 'attack_execution_api' into attack_file_copy
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
#	monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js
2019-07-09 09:37:40 +03:00
VakarisZ 648f6bee97 Merge branch 'attack_module_load' into attack_execution_api
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
#	monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js
2019-07-09 09:05:32 +03:00
VakarisZ 526a235c8e Merge branch 'attack_service_execution' into attack_module_load 2019-07-08 18:09:22 +03:00
VakarisZ 8c9787f2c7 Changes report components to use ScanStatus value 2019-07-08 18:08:21 +03:00
VakarisZ fd9ffe5080 Merge remote-tracking branch 'upstream/develop' into attack_module_load 2019-07-08 18:01:42 +03:00
VakarisZ 13b9eab3a4 Merge remote-tracking branch 'upstream/develop' into attack_module_load 2019-07-08 17:55:38 +03:00
VakarisZ f5336dfff8 Merge branch 'attack_service_execution' into attack_module_load 2019-07-08 17:51:39 +03:00
VakarisZ 25efdef7d3 Changes report components to use ScanStatus value 2019-07-08 17:50:48 +03:00
VakarisZ 12e85ea2b7
Merge pull request #373 from VakarisZ/weblogic_bugfix
Renames exploit_host to _exploit_host in weblogic exploiter
2019-07-08 17:29:50 +03:00
VakarisZ c093f0509a renames exploit_host to _exploit_host in weblogic exploiter 2019-07-08 17:22:28 +03:00
VakarisZ 250bdaae77 Merge branch 'attack_service_execution' into attack_module_load
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
#	monkey/monkey_island/cc/ui/src/components/attack/techniques/Helpers.js
#	monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js
2019-07-08 15:46:49 +03:00
VakarisZ 3060f53ace Merge branch 'attack_file_deletion' into attack_service_execution
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
#	monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js
2019-07-08 15:23:57 +03:00