A Remote code executer program in Python using the socket library. Includes client & server architecture
Done as the project for Computer Networks Subject in the 4th Semester
- Python
- C
- Rust
Note: Run the program with the flag : -Xfrozen_modules=off
-
openssl genrsa -out server.key 2048 -
openssl req -new -key server.key -out server.csr -
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt