Commit Graph

2768 Commits

Author SHA1 Message Date
VakarisZ 586057df74 Small bugfix: allow monkey run without network exploitation 2020-03-13 19:54:38 +02:00
VakarisZ f07d058d8b Fixed UI bug where security report map didn't show propper images 2020-03-13 12:44:19 +02:00
VakarisZ 2fff8d3a69 Merge remote-tracking branch 'upstream/develop' into old_machine_bootloader 2020-03-12 15:57:23 +02:00
VakarisZ d75299be25 Removed unnecessary comments, unused file, improved parsing of linux requests 2020-03-12 15:56:06 +02:00
VakarisZ e5201a2ecf Fixed bootloader creating multiple nodes bug 2020-03-09 15:53:38 +02:00
VakarisZ 7475cff288 Refactored to have node state list only on backend and more CR fixes 2020-03-06 17:22:53 +02:00
VakarisZ 1e7775a2bc Fixed bugs related to bootloader on island 2020-03-03 15:19:45 +02:00
VakarisZ 86218431f7 Fixed bug that treated bootloader node as infected node 2020-03-02 11:40:50 +02:00
VakarisZ d8aa63d1cb Fixed windows bootloader telem parsing for windows 2020-02-25 17:48:41 +02:00
VakarisZ 056c260c12 Island adjusted to differentiate parsing data incoming from linux and windows bootloaders 2020-02-24 17:17:34 +02:00
VakarisZ c2b125012f Improved responses to linux bootloader, removed unnecessary files 2020-02-17 11:13:27 +02:00
VakarisZ a0d4b825e9 Added the logic of assigning states to nodes, state(node group) parsing and icon placeholders 2020-02-13 15:01:59 +02:00
VakarisZ f792572079 Adjusted island to parse changed host info 2020-02-12 15:39:20 +02:00
VakarisZ 1ebbb83629 Improved hostname by parsing out irrelevant data 2020-02-12 13:17:29 +02:00
VakarisZ 72d266a1b8 Added node and edge based on bootloader telemetry. 2020-02-12 11:09:11 +02:00
VakarisZ 0c157986b7 added linux wscript that includes libcurl into pyinstaller bootloader 2020-01-31 16:28:47 +02:00
VakarisZ aed7e3f990 updated windows old machine bootloader code to use tunnel, quit if os to old and more 2020-01-29 15:04:27 +02:00
VakarisZ 04c09b50d2 Small style improvement, disabled explicit http 1.1 2020-01-28 19:04:30 +02:00
VakarisZ d349f2628c Code changes that loosely implement the prototype of bootloader, but there still is a timeout 2020-01-27 17:44:18 +02:00
Daniel Goldberg 749bf4aeb5
Merge pull request #532 from guardicore/bugfix/update_deb_postinst_to_py3
Update debian installation to use python3
2020-01-20 15:29:48 +02:00
Daniel Goldberg 40f7fd09ec Warning fixes in monkey.sh cause why not 2020-01-20 08:31:44 +02:00
Daniel Goldberg 27405f7b62 Warning fixes in run.sh cause why not 2020-01-20 08:31:10 +02:00
Daniel Goldberg 9cdb87c598 Warning fixes in install.sh cause why not 2020-01-20 08:30:43 +02:00
Daniel Goldberg d581b484cd Update mongo installation to use python3 2020-01-20 08:28:49 +02:00
Daniel Goldberg 203d85a56e Update debian installation to require python3 dependencies 2020-01-20 08:27:03 +02:00
Daniel Goldberg f7c9cfe7a6 Update debian installation to use python3 2020-01-20 08:22:57 +02:00
Shay Nehmad 1477190d10
Merge pull request #524 from guardicore/bugfix/handle_missing_curl_wget
Bugfix/handle missing curl wget fixes #503
2020-01-19 11:51:47 +02:00
VakarisZ c8618e91cd Added bootloader endpoint, fixed c code to be able to be included into pyinstaller 2020-01-17 12:02:18 +02:00
Daniel Goldberg 1cb66b46fa Remove warnings 2020-01-16 19:57:20 +02:00
Daniel Goldberg 9493cad5e6 Use exists function for deploy_linux.sh. 2020-01-16 19:54:02 +02:00
VakarisZ 4e150ea922 Added bootloader c file 2020-01-14 10:15:56 +02:00
VakarisZ f46635ab6c Added cpp file that creates a file (for testing) 2020-01-10 14:31:27 +02:00
VakarisZ 34618e1e1e
Merge pull request #523 from guardicore/ssh_keys_palintext_fix
Plaintext ssh keys in logs
2020-01-07 11:18:40 +02:00
Daniel Goldberg 5c7cc5117a Fix typo 2020-01-05 10:08:48 +02:00
Daniel Goldberg 768a103c0a Shell formatting 2020-01-04 22:55:00 +02:00
Daniel Goldberg 6c90184010 Double quote to prevent globbing. Not worriessome but why not 2020-01-04 22:54:25 +02:00
Daniel Goldberg 98018251ac Added error handling for pushd failing. 2020-01-04 22:52:56 +02:00
Daniel Goldberg fe97a8f8e3 Fixed SC2155
https://github.com/koalaman/shellcheck/wiki/SC2155
2020-01-04 22:51:08 +02:00
Daniel Goldberg f15abda2ff 1 - Formatted shell script
2 - Added option to download with either curl or wget
2020-01-04 22:50:34 +02:00
Daniel Goldberg dacd469aa9 Double quote to prevent globbing 2020-01-04 22:40:22 +02:00
Daniel Goldberg 6c26933bf8 Set return value to valid return value 2020-01-04 22:37:51 +02:00
VakarisZ a946fc1f31 Hid plaintext ssh keys in logs 2020-01-03 18:28:17 +02:00
VakarisZ 7af8104434
Merge pull request #511 from guardicore/404_page
404 page added
2020-01-02 12:53:04 +02:00
VakarisZ 9c81ccf6bd Removed unnecessary semicolon in NotFoundPage 2020-01-02 12:38:47 +02:00
VakarisZ 63c4492174
Merge pull request #513 from guardicore/duplicate_credentials
Refactored credential saving to check if credentials already exist
2020-01-02 10:23:10 +02:00
Daniel Goldberg 56d601967b fix permissions on script 2019-12-29 12:38:15 +00:00
Shay Nehmad a98ea150b5
Merge pull request #518 from guardicore/hotfix/add-tls-version-to-powershell-script-http-pba
Added TLS version to powershell command.
2019-12-26 16:13:44 +02:00
Shay Nehmad 9ab80362de Added TLS version to powershell command. 2019-12-26 16:08:55 +02:00
Shay Nehmad 52eced33e2
Merge pull request #517 from guardicore/feature/515-add-curl-pba
Replaced ping with curl/wget and Invoke-WebRequest
2019-12-25 12:52:56 +02:00
Shay Nehmad 6e9ee4158d We chose HTTPS 2019-12-25 10:57:17 +02:00