Shay Nehmad
|
38c45ccc72
|
Merge branch 'develop' into 393/python-3
|
2019-11-04 15:29:27 +02:00 |
VakarisZ
|
7de03d8db0
|
Merge pull request #475 from VakarisZ/py3_logging_improvements
Py3 logging improvements
|
2019-11-04 12:29:31 +02:00 |
Shay Nehmad
|
a125df6345
|
Merge branch '393/python-3' into 393/python-3-fix-linter-warnings
|
2019-11-04 11:45:33 +02:00 |
Shay Nehmad
|
bcf2d964d7
|
Moved representations to services
|
2019-11-04 11:44:25 +02:00 |
Shay Nehmad
|
c778ae7aa1
|
Changed import to `import common.data.zero_trust_consts as zero_trust_consts`
Looks better
|
2019-11-04 11:27:34 +02:00 |
Daniel Goldberg
|
cd716eb1c8
|
Remove unused imports. Removed bad asserts
|
2019-11-03 15:07:34 -05:00 |
Daniel Goldberg
|
029c3bb24d
|
Change property names. Add type hints
|
2019-11-03 15:07:26 -05:00 |
Daniel Goldberg
|
0044eb393b
|
Formatting fail
|
2019-11-03 14:51:33 -05:00 |
Daniel Goldberg
|
37704e3eeb
|
Slightly cleaner usage of importlib, making sure we import the correct module
|
2019-10-31 10:39:33 -04:00 |
Daniel Goldberg
|
9c40b4a022
|
Refactor PBA to use generic plugin
|
2019-10-31 10:39:33 -04:00 |
Daniel Goldberg
|
1df3e30003
|
Refactor plugin loading into independent module
|
2019-10-31 10:39:33 -04:00 |
Daniel Goldberg
|
1a874762b1
|
Add pyinstaller hook since we are now not importing anything.
This is currently messy as there is no plugin directory for fingerprinters
|
2019-10-31 10:39:33 -04:00 |
Daniel Goldberg
|
8edb55723c
|
Introduce fingerprint manager to avoid having to explictly import classes in configuration.
Similar to PBA manager.
|
2019-10-31 10:39:33 -04:00 |
Daniel Goldberg
|
ab591fcf4c
|
Remove HostScanner and HostFinger to their own files
|
2019-10-31 10:39:33 -04:00 |
VakarisZ
|
e5715f5a7e
|
Removed unnecessary logging of config in BB and MSSQL unhandled error
|
2019-10-31 12:11:22 +02:00 |
VakarisZ
|
1f5acbc287
|
Another white screen fix
|
2019-10-31 10:48:02 +02:00 |
Daniel Goldberg
|
2517ab0284
|
Move get_interface_to_target to network, helping prevent a circular import
between pba.py and exploiter modules.
|
2019-10-30 20:23:19 -04:00 |
VakarisZ
|
ac63797f45
|
Blank screen fix corrected
|
2019-10-30 15:11:50 +02:00 |
VakarisZ
|
a6e61215f3
|
SSH banner read timeout exception (tunneling) bugfix
|
2019-10-30 14:45:30 +02:00 |
VakarisZ
|
dba52fcbed
|
BB tests bugfix of not refreshing JWT
|
2019-10-30 14:38:17 +02:00 |
VakarisZ
|
ec5de408b2
|
Blank screen (JWT token expiration) bugfix
|
2019-10-30 12:38:14 +02:00 |
Shay Nehmad
|
811b2b28f5
|
Merge pull request #473 from shivank1234/406/use-js-file-saver
406/use js file saver
|
2019-10-30 10:23:30 +02:00 |
Shivank
|
933dc9c378
|
Second File-saver patch
|
2019-10-30 11:06:25 +05:30 |
VakarisZ
|
95c63d6cef
|
Rollback of accidental changes
|
2019-10-29 16:29:51 +02:00 |
VakarisZ
|
cdc30f56c7
|
Shellshock bugfix
|
2019-10-29 15:00:01 +02:00 |
VakarisZ
|
c1a20116a0
|
Merge remote-tracking branch 'upstream/393/python-3' into 393/python-3
|
2019-10-29 14:05:22 +02:00 |
VakarisZ
|
64ec629306
|
Machine name in BB fix
|
2019-10-29 14:04:48 +02:00 |
vakaris_zilius
|
ca7cfb51b2
|
BB fix for python3, updated package.json
|
2019-10-29 09:08:10 +00:00 |
Shay Nehmad
|
530e1a3b65
|
Whitespace fixes
|
2019-10-28 21:25:37 +02:00 |
Shay Nehmad
|
1f598579ee
|
Linter fixes in `common`
|
2019-10-28 21:22:14 +02:00 |
Shay Nehmad
|
dd461b974b
|
Manual fix - auto formatter is confused again 👎
|
2019-10-28 21:20:29 +02:00 |
Shay Nehmad
|
e627c8c857
|
Manual fix - auto formatter failed
|
2019-10-28 21:14:22 +02:00 |
Shay Nehmad
|
40494d3c3c
|
Auto reformat all code
|
2019-10-28 21:11:05 +02:00 |
Shay Nehmad
|
d69976f4b5
|
Fixed unresolved reference
self.host instead of host
|
2019-10-28 21:03:51 +02:00 |
Shay Nehmad
|
75bff22649
|
Changed import * to explicit imports
|
2019-10-28 20:59:30 +02:00 |
Shay Nehmad
|
f430bfb940
|
Changed info to debug in tests
|
2019-10-28 20:43:01 +02:00 |
Shay Nehmad
|
797b6c58b9
|
Removed some unused imports
|
2019-10-28 20:41:35 +02:00 |
Shivank
|
6992902991
|
JS File-saver dependency patch
|
2019-10-28 22:53:07 +05:30 |
Shay Nehmad
|
fb00fb9bc7
|
Merge branch '393/python-3' into 393/python-3-fix-linter-warnings
|
2019-10-28 17:08:11 +02:00 |
VakarisZ
|
ea584e2d46
|
Fixed monkey tests to test updated cached methods
|
2019-10-28 16:59:01 +02:00 |
Shay Nehmad
|
719088070e
|
Added todo
|
2019-10-28 16:16:19 +02:00 |
Shay Nehmad
|
f8b38d9a8d
|
Change is to isisntance for type checking
|
2019-10-28 16:16:05 +02:00 |
Shay Nehmad
|
fd70ecfe29
|
Intentional shadowing of builtins
|
2019-10-28 16:15:52 +02:00 |
Shay Nehmad
|
4b0ea4aed7
|
Variable names and const location fixes
|
2019-10-28 16:15:31 +02:00 |
Shay Nehmad
|
cd3835a42e
|
Whitespace and imports fixes
|
2019-10-28 16:14:52 +02:00 |
VakarisZ
|
65cfab30dd
|
Revert "Fixed ring bug with @staticmethod"
This reverts commit 8046cdd
|
2019-10-28 15:44:53 +02:00 |
VakarisZ
|
72aee13d5a
|
Merge remote-tracking branch 'upstream/393/python-3' into 393/python-3
|
2019-10-28 15:06:39 +02:00 |
VakarisZ
|
2a34ec4995
|
Mimikatz fix and small sambacry fix
|
2019-10-28 15:03:41 +02:00 |
Shay Nehmad
|
88b7936f6c
|
Merge pull request #469 from guardicore/393/python-3-ci
393/python 3 ci
|
2019-10-28 14:52:51 +02:00 |
Shay Nehmad
|
a9a3c7705e
|
Merge branch '393/python-3-ci' into 393/python-3-fix-linter-warnings
|
2019-10-28 13:54:48 +02:00 |