Mike Salvatore
|
4cb6bdd9cf
|
BB: Add put_json()
|
2022-08-05 09:20:52 -04:00 |
Shreya Malviya
|
54a0072454
|
BB: Change /api/registration -> /api/register
|
2022-08-02 13:15:09 +05:30 |
Shreya Malviya
|
3c1e69eabb
|
BB: Change /api/auth -> /api/authenticate
|
2022-08-02 13:15:08 +05:30 |
Ilija Lazoroski
|
1b562e723f
|
Island: Change `POST` to `PUT` in `api/island/mode`
|
2022-08-01 14:22:57 +02:00 |
Mike Salvatore
|
5c60656f56
|
BB: Rename post_json(data) parameter to json
|
2022-07-22 17:24:53 +00:00 |
Shreya Malviya
|
35d5592da0
|
BB, Island: Remove BB performance tests and *everything* related to it
|
2022-07-22 17:24:53 +00:00 |
Ilija Lazoroski
|
6787cce1d0
|
Zoo: Change API registration parameter
|
2021-10-14 14:52:13 +02:00 |
VakarisZ
|
b69916428b
|
Remove T1129 attack technique from the codebase
|
2021-09-17 14:19:42 +03:00 |
Ilija Lazoroski
|
1e5d49024d
|
Zoo: Change island to use credentials
|
2021-09-06 09:17:15 +02:00 |
VakarisZ
|
488143b1d3
|
BB tests: added the ability for BB tests to "register". If they need registration to run monkeys, BB tests selects passwordless option
|
2021-05-20 16:47:00 +03:00 |
Mike Salvatore
|
5b75dc524a
|
zoo: Send password (not hash) to authenticate with Island
This step was missed in merge e609094a .
|
2021-05-06 21:39:50 -04:00 |
Shreya
|
c0fdc9561f
|
Fix DUO123 warnings
|
2021-04-28 10:46:41 -04:00 |
Mike Salvatore
|
c40f7bf6c9
|
Reformat all python with black v20.8b1
|
2021-04-06 09:20:18 -04:00 |
VakarisZ
|
abe20c6a3a
|
Once again fixed isort bug in travis and fixed some imports
|
2020-10-07 10:32:33 +03:00 |
Shay Nehmad
|
910e8355f9
|
Fix or noqa some python linter errors
Also, replace os.path with Path
|
2020-08-31 14:13:56 +03:00 |
VakarisZ
|
d9ed06d765
|
BB quickfixes: fixed island client authentication bug ("JWT" -> "bearer" in auth header), improved readme a bit.
|
2020-07-30 12:41:25 +03:00 |
Shay Nehmad
|
9846477bea
|
Change to isort from flake8-import-order
fix issues in envs/ as well
|
2020-07-15 18:46:04 +03:00 |
Shay Nehmad
|
2cf9c9c0fe
|
Fix minor linter issues
|
2020-05-24 13:55:11 +03:00 |
VakarisZ
|
1a784791fd
|
Fixed a typo in supported_request_method.py filename
|
2020-04-29 11:17:08 +03:00 |
VakarisZ
|
baa1598a1b
|
Added progress bars, optimized imports, fixed bug that happened on big numbers of telems
|
2020-04-24 13:19:07 +03:00 |
VakarisZ
|
986e52716f
|
Finished telemetry performance test (time measurements, refactoring)
|
2020-04-23 19:46:58 +03:00 |
VakarisZ
|
1ccbb3d989
|
Finished fabricated monkey telemetry sending
|
2020-04-16 16:39:10 +03:00 |
Shay Nehmad
|
4461097c60
|
Added the API /test/clear_caches
Currently clears only the reports from Mongo
|
2020-02-23 14:02:18 +02:00 |
Daniel Goldberg
|
6bef096e71
|
Fix spacing
|
2019-11-28 12:46:33 +01:00 |
Daniel Goldberg
|
58b775cfb5
|
Try to avoid flake warnings on not checking SSL
|
2019-11-28 12:41:37 +01:00 |
Daniel Goldberg
|
e92665a427
|
Random PEP8 cleanups
|
2019-11-27 13:39:47 +02:00 |
VakarisZ
|
dba52fcbed
|
BB tests bugfix of not refreshing JWT
|
2019-10-30 14:38:17 +02:00 |
Shay Nehmad
|
dde2e1a7e4
|
Added some documentation and improved logging in Blackbox
|
2019-10-06 15:05:34 +03:00 |
VakarisZ
|
f962894038
|
Real time logging implemented
|
2019-10-01 16:11:53 +03:00 |
VakarisZ
|
73d434119d
|
CR comments fixed
|
2019-10-01 10:42:51 +03:00 |
VakarisZ
|
9938ba9574
|
Implemented logs
|
2019-09-13 16:12:58 +03:00 |