Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

This repository contains the code of "Reverse Engineering" event under DCOD 2.0

Notifications You must be signed in to change notification settings

sashuu69/reverse_engineering-dcod-mca-cet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Engineering

This repository contains the code of "Reverse Engineering" event under DCOD. Reverse engineering is a competition through which, a developer can test his PHP decoding skills. This PHP code uses some simple (but complex looking) functions.

Installation

Ubuntu

  1. Update your system.
$ sudo apt-get update
  1. Install Apache server
$ sudo apt-get install apache2
  1. Install PHP 5.6
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php5.6
  1. Copy the folder to /var/www/html

  2. Install mysql

$ sudo apt-get install mysql-server
  1. Configure mysql (setting up root password and other settings) by running the following command.
$ mysql_secure_installation
  1. Install phpmyadmin.
$ sudo apt-get install phpmyadmin php-mbstring php-gettext
$ sudo phpenmod mcrypt
$ sudo phpenmod mbstring
  1. Restart apache server.
$ sudo systemctl restart apache2
  1. Goto localhost/phpmyadmin

  2. Create a database named 'reverse-engineering-v2'.

  3. Import the .sql file present in the git repository.

  4. Goto localhost/reverse_engineering-dcod-mca-cet to view the site.

I added only ubuntu's detailed installation because, we used Ubuntu for setting up our server. For installing in other OS, refer this link.

Contributors

  1. Sashwat K
  2. Tarun P Karun

About

This repository contains the code of "Reverse Engineering" event under DCOD 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published