Skip to content

dawnteam/ctfzone17-quals-timehackers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task text:

Luckily, we were able to trace multiple attacks on our servers during the election campaign back to the hacker group. Now you have to hack their website and figure out who they are and whom they are working for. Here is their website:

How to run task using docker container:

  1. Create image

    docker build --tag=timehackers --no-cache .
    
  2. Run docker image

    docker run -p 8080:8080 -p 80:80 timehackers
    
  3. Edit /etc/hosts

    $SERVER_IP$	timehackers.ctf-zone.org
    

    Where $SERVER_IP$ - IP of your host server.

Flag:

Flag:

ctfzone{b3_c@R3fuL_w17h_C@cH1ng}

Solution:

Will be here later ;)

About

TimeHackers Task from CTFZone Quals 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.8%
  • ApacheConf 24.3%
  • Nginx 5.1%
  • Python 4.8%
  • Shell 4.3%
  • CSS 1.7%
  • JavaScript 1.0%