Tags: osint 

Rating:

# OSINT - Time Travel

## Challenge description:
![time_travel](https://user-images.githubusercontent.com/70543460/94438986-7db3c900-01a8-11eb-88d2-9077cfc5f5d7.png)

## Challenge files:
![time_travel_challenge_file](https://user-images.githubusercontent.com/70543460/94439030-8e643f00-01a8-11eb-805e-7793fb6208bc.jpg)




## Solution:


During the CTF, I solved this challenge in a different way, but after the CTF I solved it in a better way.

**I will show you the better way in this writeup**...



First of all, I used Bing to reverse search that image, and I found a similar image:




![image](https://user-images.githubusercontent.com/70543460/94442195-59f28200-01ac-11eb-8967-ee39f7afe9a4.png)





![image](https://user-images.githubusercontent.com/70543460/94442422-9cb45a00-01ac-11eb-81d1-6c54a936e6cb.png)




**That article was published in November 2019:**






![image](https://user-images.githubusercontent.com/70543460/94444822-662c0e80-01af-11eb-96a7-a1c786219bb9.png)





Now I know that the possible year is 2019, and the possible month is November, and I need to know the exact day of that image...

so I searched for satellite online maps, and I found this great site: (https://zoom.earth/)




![image](https://user-images.githubusercontent.com/70543460/94445220-dc307580-01af-11eb-8a70-8769437c132d.png)





**I checked all the days in November 2019 but I didn't find the exact image**

**So I decided to check september and October, and I found the exact image in 15-09-2019!**

(https://zoom.earth/#view=-30.4068,152.0982,8z/date=2019-09-15,pm/layers=nolabels)



![solution](https://user-images.githubusercontent.com/70543460/94446253-10f0fc80-01b1-11eb-9797-1b9f4792515d.png)





**darkCTF{15-09-2019}**

Original writeup (https://github.com/Cyb3rDoctor/DarkCTF/blob/master/Time_Travel.md).