Commit Graph

1459 Commits

Author SHA1 Message Date
VakarisZ d539f2301c Separating my post breach from previous post breach 2019-03-25 21:44:38 +02:00
VakarisZ 2ce27dc885 Added primitive display of post breach actions 2019-03-25 21:44:38 +02:00
VakarisZ eb05dd46e7 PBA's stored on the database 2019-03-25 21:44:38 +02:00
VakarisZ 20d774b7df Core functionality added, not tested yet 2019-03-25 21:44:38 +02:00
VakarisZ 8e78150db4 Front end input changed to text area 2019-03-25 21:44:38 +02:00
VakarisZ e5f908754a Started implementing custom post-breach actions 2019-03-25 21:44:38 +02:00
itaymmguardicore 9c0f4efce5
Merge pull request #280 from VakarisZ/monkey_dir
New directory for monkey and it's files
2019-03-25 11:39:54 +02:00
VakarisZ fecfd138a0 Directory removal moved to happen before self_delete call 2019-03-25 10:48:56 +02:00
VakarisZ d61c080848 Small refactor, values to island's config added. 2019-03-20 14:02:53 +02:00
VakarisZ eb1cb91704 Removed monkey dir paths from island's configuration 2019-03-20 09:33:10 +02:00
VakarisZ 0268fa833f New directory for monkey and it's files 2019-03-19 18:41:14 +02:00
Daniel Goldberg 3cd85ff85a
Merge pull request #276 from VakarisZ/mssql_partial_fix
MSSQL now is able to upload a payload
2019-03-09 12:24:47 +02:00
vakaris_zilius c205636b10 MSSQL now is able to upload a payload 2019-03-08 15:34:17 +00:00
Daniel Goldberg de2e0d88ba
Merge pull request #275 from Dhayalanb/develop
Updated Create_certificate to key of length 2048
2019-03-07 13:14:22 +02:00
Dhayalan 3372ea7820
Updated Create_certificate to key of length 2048
deb package creates a key of length 1024 by default and and since the release of openssl 1.1.1 the default openssl.conf file at /etc/ssl/openssl.conf  has CipherString = DEFAULT@SECLEVEL=2 , resulting in the key length to be small.  In order to adhere to SECLEVEL=2 the key length was increased from 1024 to 2048.
2019-03-07 12:09:03 +01:00
Daniel Goldberg 16f0b475af
Merge pull request #255 from VakarisZ/avoid_sshguard
Exploitation order + tiny monkey.py refactor
2019-03-05 11:42:35 +02:00
Daniel Goldberg 3f91f273cb
Fix typo in README 2019-02-27 17:18:56 +02:00
VakarisZ cc327633ec Added enum34 to requirements 2019-02-26 19:55:47 +02:00
itay ebe79d74d4 Disable MSSQL exploiter 2019-02-26 10:51:38 +02:00
VakarisZ 04358d556a Exploit ordering implemented using enum 2019-02-22 11:08:21 +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