hashsploit
hashsploit
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.apache.logging.log4j:log4j-slf4j-impl from 2.14.1 to 2.18.0. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.mariadb.jdbc:mariadb-java-client from 2.1.2 to 2.7.6. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade io.grpc:grpc-netty-shaded from 1.34.0 to 1.48.1. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade io.grpc:grpc-stub from 1.34.0 to 1.48.1. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade io.grpc:grpc-protobuf from 1.34.0 to 1.48.1. :information_source: Keep your dependencies up-to-date....
Currently we are not using any serializers for getting the policy and are doing it all in the handler, this should be abstracted and fixed to support the 2 policy...
The 0x25 RT_CLIENT_HELLO packet needs to be handled as a separate case in the RtEncrypt and RtDecrypt pipeline handlers.
On the DME server shutdown sequence we should loop through all the clients and send a FORCE_DISCONNECT packet before closing the socket. Currently we are just closing the socket which...
Logging needs to be cleaned up, proposed standard: - **FINEST** - Hex data, client ip address. - **FINER** - packet disassembly and breakdown of packets. - **FINE** - debug info...
We need an RPC API for external services such as [clank-bot](https://github.com/hashsploit/clank-bot) Discord Bot etc. Example: ```proto syntax = "proto3"; option java_package = "net.hashsploit.mediusdiscordbot.proto"; service MediusInformation{ rpc GetStatus(StatusReq) returns (StatusRes) {}...