mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
782 B
25 lines
782 B
2 years ago
|
# Obfuscator
|
||
|
|
||
|
### Objective
|
||
|
|
||
|
The goal of this project is to understand polymorphic encryption. Principle used by computer virus developers to change the signature of their programs.
|
||
|
|
||
|
### Guidelines
|
||
|
|
||
|
You need to develop a program that self-modifies on form, but that will keep these same features, a simple SSH reverse shell. You have the choice of architecture, operating system and language.
|
||
|
|
||
|
### Advice
|
||
|
|
||
|
https://en.wikipedia.org/wiki/Netcat
|
||
|
https://www.vx-underground.org/
|
||
|
http://z0mbie.daemonlab.org/pgames.txt
|
||
|
|
||
|
### Submission and audit
|
||
|
|
||
|
Files that must be inside your repository:
|
||
|
|
||
|
- Your program source code.
|
||
|
- a README.md file, Which clearly explains how to use the program.
|
||
|
|
||
|
Don’t hesitate to double check the names of your folders and files to ensure they are correct!
|