Shay Nehmad
4da6a6a491
Merge pull request #527 from VakarisZ/old_machine_bootloader
...
Old machine bootloader
2020-03-30 17:06:12 +03:00
Shay Nehmad
f561d4c604
Merge pull request #580 from VakarisZ/mitre_bugfixes
...
Mitre bugfixes
2020-03-23 12:17:37 +02:00
VakarisZ
1ff6a91d75
Fixed bootloader networking bug and improved exception handling
2020-03-20 19:57:56 +02:00
VakarisZ
b5078f8ba0
Fixed network configuration attack technique
2020-03-19 16:21:13 +02:00
VakarisZ
b4112f024f
Fixed system info collection attack technique
2020-03-19 15:41:49 +02:00
VakarisZ
48abfcab68
Fixed credential dumping
2020-03-19 15:05:27 +02:00
Shay Nehmad
10767390a5
Merge pull request #565 from shreyamalviya/auto-scroll-telemetry-console
...
Autoscroll to last line in telemetry console
2020-03-18 14:31:13 +02:00
Shay Nehmad
b6dc77718d
Apply suggestions from code review
...
Added TINY style changes
2020-03-18 14:27:05 +02:00
VakarisZ
a0a2311996
Improved node state tests
2020-03-18 09:41:07 +02:00
VakarisZ
69a4f305e5
Added our version of pyinstaller to requirements and added unit tests for bootloader resources
2020-03-18 09:32:07 +02:00
Shreya
b4137587fc
Change position of lines box to top-right corner of console
2020-03-18 12:58:34 +05:30
Shreya
c22538fb08
Simplify code
2020-03-18 12:58:34 +05:30
Shreya
d1a9d02224
Pass tests
2020-03-18 12:58:34 +05:30
Shreya
0a7da90150
Refactor code
2020-03-18 12:58:34 +05:30
Shreya
d806746aea
Display line count for telemetry console
2020-03-18 12:58:34 +05:30
Shreya
d2c315b93f
Add scrolled pixel count for telemetry console
...
TODO: fix the pixel-line number thing
2020-03-18 12:58:34 +05:30
Shreya
de554bfa0b
Code formatting
2020-03-18 12:58:34 +05:30
PrajwalM2212
8476738925
Add TODO 1
2020-03-18 12:58:34 +05:30
Shreya
67d88e8ab2
Update code to use refs
2020-03-18 12:58:33 +05:30
Shreya
e81c044a17
Autoscroll to last line in telemetry console
...
TODO: Don't scroll to last line if user has scrolled up
2020-03-18 12:58:33 +05:30
VakarisZ
a979f2160b
Added proxies to post request going towards the island
2020-03-17 12:42:52 +02:00
Shay Nehmad
dfa9d99ae9
Merge pull request #548 from guardicore/547/island-report-response-time
...
Calculate response time for testing
2020-03-16 14:39:59 +02:00
Shay Nehmad
347941c776
Delete unused function
2020-03-16 14:31:13 +02:00
VakarisZ
a22cd893d8
Merge remote-tracking branch 'upstream/develop' into old_machine_bootloader
...
# Conflicts:
# monkey/monkey_island/cc/main.py
2020-03-16 12:08:45 +02:00
VakarisZ
f82b56fca6
Improved bootloader telem logging, added docs about monkeyzoo tunneling machine used in tests
2020-03-16 12:07:17 +02:00
Shay Nehmad
8eab25e7dd
Merge pull request #576 from guardicore/567/add-unit-test-to-test-coverage-bot
...
Create test_environment.py
2020-03-16 09:46:06 +02:00
Shay Nehmad
f49c70772d
Create test_environment.py
2020-03-15 18:26:24 +02:00
Shay Nehmad
31c348d26a
Update test_blackbox.py
2020-03-15 16:58:49 +02:00
Daniel Goldberg
bcdeadf7b6
Remove unused dependencies
2020-03-15 15:58:41 +02:00
Shay Nehmad
6d25511f22
Merge pull request #574 from guardicore/567/add-code-coverage
...
Update codecov badge branch to develop
2020-03-15 14:48:50 +02:00
Shay Nehmad
fe5f04e494
Update codecov badge branch to develop
2020-03-15 14:48:09 +02:00
Shay Nehmad
ca49563118
Merge pull request #573 from guardicore/567/add-code-coverage
...
567/add code coverage
2020-03-15 12:13:31 +02:00
Shay Nehmad
88fe581c2f
Updated codecov coloring.
...
See https://docs.codecov.io/docs/coverage-configuration
2020-03-15 11:50:43 +02:00
Shay Nehmad
9c3c9d8fba
Created default yaml for codecov with different ranges on green (55+ is good)
2020-03-15 11:40:21 +02:00
Shay Nehmad
215dc59f12
Removed "discover" from coverage cmd (it's for unittest, not pytest)
2020-03-15 11:28:46 +02:00
Shay Nehmad
bff9cc36b1
Added codecov tests to travis yml and updated readme
2020-03-15 11:20:58 +02:00
Shay Nehmad
a716204b0f
Updated pytest config to ignore some directories
...
dist and node_modules
2020-03-15 11:20:49 +02:00
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
Daniel Goldberg
f0f5ddfd60
Unused dependency
2020-03-11 18:39:10 +02:00
VakarisZ
e5201a2ecf
Fixed bootloader creating multiple nodes bug
2020-03-09 15:53:38 +02:00
Daniel Goldberg
280946a212
Merge pull request #562 from PrajwalM2212/561/dev-setup-update
...
dev-setup: Fix minor issues in dev-setup readme
2020-03-08 09:31:19 +02:00
Daniel Goldberg
21c80b37d0
Merge pull request #564 from PrajwalM2212/563/ubuntu-19.10
...
install_mongo.sh: Add entry for ubuntu 19.10
2020-03-08 09:26:08 +02:00
PrajwalM2212
d8487eed60
install_mongo.sh: Add entry for ubuntu 19.10
...
This PR adds entry for ubuntu 19.10. mongodb does not provide the download for 19.10 version yet. But the 18.04 version download works fine. The entry will have to be replaced if and when the mongodb download for 19.10 becomes available
Closes https://github.com/guardicore/monkey/issues/563
2020-03-07 20:41:12 +05:30
PrajwalM2212
80aaffd8de
dev-setup: Fix minor issues in dev-setup readme
...
This PR sets replaces windows style path separator with linux style path separator for linux dev setup guide. It also adds chmod command for ./monkey_island/linux/run.sh in monkey_island/readme.md
Closes https://github.com/guardicore/monkey/issues/561
2020-03-07 14:45:48 +05:30
VakarisZ
7475cff288
Refactored to have node state list only on backend and more CR fixes
2020-03-06 17:22:53 +02:00
VakarisZ
4460f853e6
Merge pull request #550 from shreyamalviya/emptyconfigfields
...
Remove `None` values from list of networks to scan
2020-03-06 08:30:01 +02:00
Daniel Goldberg
51ee88632e
Hotpatch, fix BUILD notice in Island as well
2020-03-05 20:21:38 +02:00