Commit Graph

1930 Commits

Author SHA1 Message Date
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 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 31a20254fa
Merge pull request #370 from VakarisZ/tunneling_bugfix
Tunneling bugfix
2019-07-08 14:54:44 +03:00
itay e4a79c1070 Add missing import 2019-07-07 18:13:09 +03:00
Itay Mizeretz 9e87021ac7
Merge pull request #365 from VakarisZ/attack_uncommon_port
T1065 Uncommonly used port
2019-07-07 17:56:28 +03:00
Itay Mizeretz 0f462d5379
Merge branch 'develop' into attack_uncommon_port 2019-07-07 17:55:58 +03:00
Itay Mizeretz 70f1089b88
Merge pull request #371 from guardicore/bugfix/update-open-dep
Remove open dependency
2019-07-07 16:30:40 +03:00
itay db79d7d5bf Remove open dependency 2019-07-07 16:28:57 +03:00
Itay Mizeretz 45bda21fc8
Merge pull request #354 from VakarisZ/attack_private_keys
T1145 Private Keys
2019-07-07 16:04:56 +03:00
Itay Mizeretz efcb8669bd
Merge branch 'develop' into attack_private_keys 2019-07-07 16:04:46 +03:00
Daniel Goldberg 9ac23731c7
Merge pull request #364 from guardicore/feature/refactor-telem-retro
Feature/refactor telem retro
2019-07-07 12:09:48 +03:00
itay 6aca7d6f29 PBA telem - Add fallback to ip & hostname collection 2019-07-07 12:07:04 +03:00
itay a9ec2a39bc Merge branch 'develop' into feature/refactor-telem-retro
# Conflicts:
#	monkey/infection_monkey/exploit/__init__.py
#	monkey/infection_monkey/post_breach/pba.py
2019-07-07 11:59:18 +03:00
Itay Mizeretz 79c4444c39
Merge pull request #358 from guardicore/bugfix/fix-update-attack-report
determine if new report needs to be generated pending on latest updat…
2019-07-07 11:19:41 +03:00
Itay Mizeretz 7cd6a0b434
Merge branch 'develop' into bugfix/fix-update-attack-report 2019-07-07 11:19:15 +03:00
Itay Mizeretz d926a92920
Merge pull request #344 from VakarisZ/attack_powershell
T1086 powershell
2019-07-07 11:15:32 +03:00
itay f50bdca801 Remove console.log 2019-07-07 11:14:19 +03:00
Itay Mizeretz 1ebcfd8ba6
Merge pull request #342 from VakarisZ/attack_comand_line_interface
T1059 Comand line interface and T1003 Credential dumping
2019-07-07 11:11:36 +03:00
Itay Mizeretz 2e020a6c73
Merge pull request #341 from VakarisZ/attack_pass_the_hash
T1075 pass the hash
2019-07-07 10:47:13 +03:00
VakarisZ 9c41556cb0 Fixed tunneling bug where local machine gets set as island. 2019-07-03 14:11:15 +03:00
Daniel Goldberg 001361c863
Merge pull request #357 from VakarisZ/wblogic_2019_2725
WebLogic CVE-2019-2725 implemented
2019-07-01 16:32:16 +03:00
Daniel Goldberg aeb07e1db6
Merge pull request #361 from VakarisZ/pba_bugfix
PBA handles hostname lookup failure
2019-07-01 16:30:55 +03:00
VakarisZ c5e1b0a93f WeblogicExploiter class refactored to only handle vulnerability execution. 2019-07-01 14:10:37 +03:00
VakarisZ ad9b2aa6de Implemented uncommonly used port attack technique 2019-06-27 10:26:52 +03:00
VakarisZ a8a355afb2 Updated private keys attack technique 2019-06-26 17:47:34 +03:00
VakarisZ 8a96068ddd Merge branch 'attack_system_info' into attack_private_keys
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
#	monkey/monkey_island/cc/services/attack/technique_reports/T1110.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-26 17:16:01 +03:00
VakarisZ e4bb468cc2 Updated attack report in powershell 2019-06-26 17:06:35 +03:00
VakarisZ bc73c64138 Merge branch 'attack_comand_line_interface' into attack_powershell 2019-06-26 17:05:23 +03:00
VakarisZ 6ae23cd99c Merge branch 'attack_pass_the_hash' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
2019-06-26 17:04:34 +03:00
VakarisZ 737c735f8f Updated attack report in pass the hash 2019-06-26 17:02:44 +03:00
VakarisZ 592abc77b3 Updated system info gathering technique. 2019-06-26 17:00:30 +03:00
VakarisZ 21def2970f Merge branch 'attack_powershell' into attack_system_info
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
2019-06-26 16:26:00 +03:00
VakarisZ 3e9dcd3646 Powershell query changed to parse array of executed command dicts 2019-06-26 15:30:22 +03:00
VakarisZ fea8567177 Merge branch 'attack_comand_line_interface' into attack_powershell
# Conflicts:
#	monkey/infection_monkey/exploit/__init__.py
#	monkey/infection_monkey/exploit/hadoop.py
#	monkey/monkey_island/cc/services/attack/attack_report.py
2019-06-25 15:51:44 +03:00
VakarisZ 36f917bc8d Updated branch according to changes in dev. 2019-06-25 15:43:02 +03:00
VakarisZ f8d5247f81 Merge branch 'attack_pass_the_hash' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-25 14:26:11 +03:00
VakarisZ 3cab7ba1ba Merge remote-tracking branch 'upstream/develop' into attack_pass_the_hash
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/T1197.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-25 14:10:23 +03:00
VakarisZ d0d0f13a43 WebLogic CVE-2019-2725 implemented 2019-06-25 12:25:04 +03:00
VakarisZ b667cb7674 Merge remote-tracking branch 'upstream/develop' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/T1197.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-25 10:47:02 +03:00
VakarisZ b7d173711c Merge branch 'attack_pass_the_hash' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/T1210.py
2019-06-25 10:43:39 +03:00
VakarisZ f9bf3ef9f0 Executed cmds info variable refactored 2019-06-25 10:42:03 +03:00
VakarisZ 8ec5a6ac43 Readability improvements 2019-06-25 09:27:02 +03:00
VakarisZ 053ad1a261 PBA handles hostname lookup failure 2019-06-25 09:10:21 +03:00
VakarisZ c4c53f732a powershell command storage refactor 2019-06-25 08:36:21 +03:00
itay e20328c17a refactor system_info telem 2019-06-23 16:06:36 +03:00
itay 2ed228f283 Refactor scan,trace,tunnel,pba telems 2019-06-23 16:01:08 +03:00
itay 27ca921dbc Refactor state telem 2019-06-23 15:36:28 +03:00