-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backend] send encoded command into implant #1935
Conversation
145e31c
to
ce4ac50
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/1.10.0 #1935 +/- ##
=================================================
Coverage ? 34.27%
Complexity ? 1712
=================================================
Files ? 574
Lines ? 16792
Branches ? 977
=================================================
Hits ? 5755
Misses ? 10770
Partials ? 267 ☔ View full report in Codecov by Sentry. |
openbas-api/src/main/java/io/openbas/rest/inject/service/ExecutableInjectService.java
Outdated
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/injectors/caldera/CalderaExecutor.java
Show resolved
Hide resolved
@Dimfacion I took into account your observations. Please let me know if you notice anything else. Thank you!🙏 |
openbas-api/src/main/java/io/openbas/rest/inject/service/ExecutableInjectService.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Proposed changes
Improvements :
Code related to the issue :
@GetMapping(INJECT_URI + "/{injectId}/executable-payload")
used to get payload with encoded command
Related issues
Checklist
Further comments