Thanks to visit codestin.com
Credit goes to github.com

Skip to content

arhhhhh404/rootme-programmation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rootme programmation

Root-Me Programming Challenges

TCP - Back to school

Challenge Link

  • We have to create a TCP socket to challenge01.root-me.org:52002
  • after the connection we calculte the number 1 and 2 and round the result to two decimal place
  • and then send the result two second after receive the two number
compilation
gcc -Wall -Wextra -O2 -o rootme1 rootme1.c -lm

TCP - Encoded string

Challenge Link

  • We have to create a TCP socket to challenge01.root-me.org:52023
    • after the connection we decode the encoded string
    • adn then send the decoded string two second after receive the encoded string
compilation

install the library: libssl-dev

gcc -Wall -Wextra -O2 -o rootme2 rootme2.c -lssl -lcrypto

About

the programming part of rootme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages