Information#
Version#
Date | By | Version | Comment |
---|---|---|---|
05/06/2016 | noraj | 1.0 | Creation |
CTF#
- Name : BackdoorCTF 2016
- Website : https://backdoor.sdslabs.co
- Type : Online
- Format : Jeopardy
- CTF Time : link
Name#
BusyBee
Category#
Forensic
Wording#
A deadly virus is killing bees in Busybee's village Busybox, India. Unfortuantely, you have to go to the village to fight the infection. Get the flag virus out of the infected files. Village address: http://hack.bckdr.in/BUSYBEE/infected.tar Created by: Ashish Chaudhary
Data(s)#
Solution#
Methodology#
- Untar the datas:
tar xaf infected.tar
- List the content of the directory:
- Display
repositories
file, it looks interesting:
983179bdb58ea980ec1fe7c45f63571d49b140bdd629f234be9c00a6edd8a4a7
: show us which folder is infected, so display its content:
- Go into
983179bdb58ea980ec1fe7c45f63571d49b140bdd629f234be9c00a6edd8a4a7
, untarlayer.tar
, and display:
root/.ash_history
looks intersting:
- ... but is not. So let's see what are the binaries:
- The last line of the binary shows us what we are looking for
0n3_n00b_ru1n5_0n3_hundr3d_pr05
(1337 :one noob ruins one hundred pros
) - Try to sha256 it:
PS : You could have seen that the repository has the structure of a docker image and try to load and build it.
Flag#
Since Backdoor is an always-online CTF platform, and not a one time contest, we kindly request you to not publish flags for the challenges in your writeups. Writeups are an excellent way to share knowledge and help others learn. In Backdoor, challenges are shifted from a contest to the Practice section, where people can continue to attempt them after the contest is over. It would be very unfair to participants if the flags for the problems were easily available in writeups online. Hence, we kindly request to not publish flags of the problems that you solve. Here is an example of an excellent writeup which refrains from giving the complete solution.