Commit Graph

1452 Commits

Author SHA1 Message Date
itay 20cd3129f4 Add batch descriptions 2019-04-07 18:31:03 +03:00
itay a9577ce914 Use local python for pyinstaller 2019-04-07 16:25:25 +03:00
itay aa4dbe9679 revert if dir exist check 2019-04-07 15:43:52 +03:00
itay 38623d10a8 hotfix pyinstaller jsonschema issue 2019-04-07 15:42:51 +03:00
itay 705a5431ac remove mssql as island requirement
add cffi to requirements
2019-04-07 12:09:28 +03:00
itay 67b17436e1 fix pyinstaller bat 2019-04-07 11:48:01 +03:00
itay f48a3e1293 add build scripts 2019-04-02 17:45:35 +03:00
itay 91f84728f7 add pyinstaller files 2019-04-02 16:11:42 +03:00
itay 27952f8b5a Changed all required imports 2019-04-02 14:50:37 +03:00
itay 38381c4c9d Merge branch 'develop' 2019-02-26 12:38:05 +02:00
itay ebe79d74d4 Disable MSSQL exploiter 2019-02-26 10:51:38 +02:00
Daniel Goldberg 3691b432fa
Merge pull request #272 from guardicore/bugfix/mssql-bugfixes
fix expanding of env variables
2019-02-21 17:50:15 +02:00
itay b5523a9c54 fix expanding of env variables 2019-02-21 16:50:02 +02:00
itaymmguardicore 8069d27346
Merge pull request #271 from guardicore/hotfix/sambacry-catch-another-exception
Sambacry now catches NetBIOSError on attempting credentials
2019-02-21 12:34:54 +02:00
itay df8de92ea9 Sambacry now catches NetBIOSError on attempting credentials 2019-02-21 12:10:59 +02:00
VakarisZ 765ff0e0a8
Merge pull request #269 from VakarisZ/weblogic_quickfix
Weblogic default timeout increased
2019-02-19 11:01:17 +02:00
VakarisZ 0e24f45fc9 Merge remote-tracking branch 'upstream/develop' into weblogic_quickfix 2019-02-19 10:58:10 +02:00
VakarisZ bdb8b56fcc Weblogic timeout increased 2019-02-19 10:57:47 +02:00
itaymmguardicore 85044bc0c7
Merge pull request #268 from guardicore/bugfix/reset-then-update-config
Fixed bug where config reset followed by update failed
2019-02-18 14:46:05 +02:00
itay 122ce5f406 Fixed bug where config reset followed by update failed 2019-02-18 14:45:03 +02:00
itaymmguardicore 3508515840
Merge pull request #267 from guardicore/hotfix/various-fixes
Hotfix/various fixes
2019-02-18 12:24:54 +02:00
itay 759cbcd6ae Hotfix telemetry feed accessing non-existent monkey_guid 2019-02-18 12:23:13 +02:00
itay f5b9c6fe46 Show AWS info regardless of failed auth 2019-02-18 11:53:52 +02:00
itay af5e791e1b postbreach actions disabled by default 2019-02-18 11:40:15 +02:00
itay e7940992e0 Update infection monkey readme 2019-02-17 14:50:50 +02:00
itaymmguardicore ee7c9d9ea8
Merge pull request #266 from guardicore/hotfix/remove-unecessary-set-state
Some unecessary set states removed to prevent refreshing of config page
2019-02-17 14:08:54 +02:00
itaymmguardicore 1fa31340ca
Merge pull request #265 from guardicore/hotfix/various-fixes
Hotfix/various fixes
2019-02-17 14:06:26 +02:00
itaymmguardicore ba359a518c
Merge pull request #264 from guardicore/feature/deb-mongo-dep
Feature/deb mongo dep
2019-02-17 14:06:02 +02:00
itay 371a4d0678 Remove copy-pasted text 2019-02-17 13:22:41 +02:00
itay 47401957a5 update logo 2019-02-17 13:22:14 +02:00
itay d67cb18cae Some unecessary set states removed to prevent refreshing of config page 2019-02-14 19:07:12 +02:00
itay 03a0c45b5c Use monkey's python 2019-02-14 16:50:00 +02:00
itay 1189d42bbb Debian package now requires mongo as dependency instead of having a monkey-mongo service 2019-02-14 13:57:56 +02:00
itaymmguardicore 0513966c76
Merge pull request #259 from guardicore/feature/run-aws-monkey
Feature/run aws monkey
2019-02-13 14:58:54 +02:00
Daniel Goldberg 08aede237e
Merge pull request #263 from guardicore/bugfix/set-auth-by-server
Checking with server if auth enabled
2019-02-12 17:03:19 +02:00
itaymmguardicore 78507062b8
Merge branch 'develop' into feature/run-aws-monkey 2019-02-12 16:37:56 +02:00
itay dfb51cc962 Add AWS troubleshooting message 2019-02-12 16:26:29 +02:00
itay 30e96dc7d3 Checking with server if auth enabled 2019-02-12 15:39:29 +02:00
Daniel Goldberg 64ed770d2d
Merge pull request #262 from guardicore/bugfix/require-tr-only-linux
Bugfix/require tr only linux
2019-02-11 19:18:23 +02:00
Daniel Goldberg e7d9bb59db Merge remote-tracking branch 'origin/develop' into develop 2019-02-11 19:17:32 +02:00
Daniel Goldberg 1528966f6b
Fix traceroute phrasing 2019-02-11 19:17:25 +02:00
Daniel Goldberg 712e680ff1 Fix phrasing by suggestion from a user. 2019-02-11 19:15:30 +02:00
Itay Mizeretz 8fed52a5d9 Hotfix re add user post breach 2019-02-11 14:33:03 +02:00
Itay Mizeretz 99043fb8cf Hotfix from crypto 2019-02-11 14:07:49 +02:00
Itay Mizeretz 8c76e244ad Update readme for relevant instruction to build/download required binaries 2019-02-11 14:00:23 +02:00
Itay Mizeretz d7b228897f Require traceroute for build only on linux 2019-02-11 11:10:00 +02:00
itaymmguardicore 0437f7be9b
Merge pull request #261 from guardicore/feature/use-virtualenv-win-island
Feature/use virtualenv win island
2019-02-11 11:05:32 +02:00
Itay Mizeretz 85e4646c42 Update readme 2019-02-11 11:01:31 +02:00
Itay Mizeretz 2f45280f71 Change path of python to be where python is actually in 2019-02-10 18:21:59 +02:00
itaymmguardicore 8ef70850de
Merge pull request #217 from SkypLabs/feature/improve-dockerfile
Improve the Docker image
2019-02-07 15:00:01 +02:00