There are 4 repositories under java-rmi topic.
Java RMI Vulnerability Scanner
RMIScout uses wordlist and bruteforce strategies to enumerate Java RMI functions and exploit RMI parameter unmarshalling vulnerabilities
RmiTaste allows security professionals to detect, enumerate, interact and exploit RMI services by calling remote methods with gadgets from ysoserial.
Example codes for my Distributed Computing course at Hefei University.
JavaFX ChatRoom using JAVA RMI
Remote desktop using java, rmi, tcp. Some functions like remote server, remote mouse and keyboard of server, read hardware of server, multi chat, send file.
A collection of programming/debugging exercises to support a course on Distributed Systems.
Semester 8
Shared Database Integration with Java's Remote Method Invocation (RMI), XML parsing and Laravel.
Projet de classe du module Programmation Concurrentielle et Réseau, une application E-Learning avec des classes virtuelles, dans chaque classe l'utilisateur peut envoyer des messages et des fichiers et dessiner dans un tableau partagé...
Just another open source clone of Twitter using Java RMI, Angular 2 and WebSockets.
Remote method invocation (RMI) and simple Java Database management project.
Java's Remote Method Invocation (RMI) shopping cart system.
A Java Application made on Java Swing using RMI (Remote Method Invocation) to Connect two Machines via the network , one being the Server and the other being the Client.
A Simple chat application with java RMI
🌐 Exercício Programa da disciplina de Desenvolvimento de Sistemas de Informação Distribuídos abordando Remote Method Invocation.
Berkeley algorithm implementation, using Client-Server Architecture (Java RMI), for Distributed Systems class at FURB.
University web-service project. Based on Java-RMI, Soap-web-services, Spring-boot REST and controllable with Angular2 front-end.
RMI connection tested by implementing the Tic-tac-toe game.
Text implementation of a simple RMI.
Simple TTT game implemented using RMI.
A history program that returns a list of events that took place on a particular day in history. The program consists of two parts: a client and server. The server maintains the data and the client supports add and query operations.
Java's Remote Method Invocation (RMI) and XML parsing shopping cart system.
Code for UoM lesson "Distributed Systems"
UniScore is a standalone examination system developed using Java Swing/AWT following RMI architecture. The system consists of three user types, lecturer, student, and administrator. Students can take an exam using UniScore. Lecturers can review and manage examinations, and administrators can monitor/manage examinations and students appropriately.
This project is a Java-based implementation of the popular word-guessing game Wordle. The application uses Java RMI (Remote Method Invocation) to facilitate communication between clients and a server in a client-server architecture.
collection of micro projects about different topics
Distributed mailbox system
A client-server architecture that communicates with Remote Procedure Calls (RPC). Implented using Java RMI. The server is multi-threaded such that it can handle multiple outstanding client requests at once.