Commit Graph

1944 Commits

Author SHA1 Message Date
Shay Nehmad 92e400a66f Using objects.get() instead of objects()[0] 2019-07-22 17:42:20 +03:00
Shay Nehmad 89d49a7d3f Reverted default expiry duration (5 minutes) 2019-07-22 16:35:24 +03:00
Shay Nehmad 524f062f69 Revert "Update package-lock.json"
This reverts commit 4d301e9b5e.
2019-07-22 14:55:40 +03:00
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 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
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