File tree 3 files changed +54
-1
lines changed
3 files changed +54
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ This folder contains my notes and resolutions for the TryHackMe challenges. It i
9
9
| -----------------------------------------| ------------|
10
10
| [ Pickle Rick] ( ./challenges/pickle_rick/ ) | Easy |
11
11
| [ RootMe] ( ./challenges/rootMe/ ) | Easy |
12
- | [ Simple CTF] ( ./challenges/simple_CTF/ ) | Easy |
12
+ | [ Simple CTF] ( ./challenges/simple_CTF/ ) | Easy |
13
+ | [ OhSINT] ( ./challenges/ohsint/ ) | Easy |
Original file line number Diff line number Diff line change
1
+ ## General Information
2
+ - Room: OhSINT
3
+ - Difficulty: Easy
4
+ - Description: What information can you possible get with just one photo?
5
+ - [ image] ( WindowsXP.jpg )
6
+
7
+
8
+ ## Reconnaissance
9
+ - Copyright: OWoodflint
10
+ - Github: @OWoodfl1nt
11
+
12
+ - Twitter: @OWoodflint
13
+ - Bssid: B4:5D:50:AA:86:41
14
+ - SSID: unileverwifi
15
+ - blog: https://oliverwoodflint.wordpress.com/author/owoodflint/
16
+ - Information: the author of the photo is in New York.
17
+ - inspect the blog: password - pennYDr0pper.!
18
+
19
+ ## Exploitation
20
+
21
+ #### exiftool
22
+ ~~~ exiftool
23
+ └─$ exiftool WindowsXP.jpg
24
+ ExifTool Version Number : 12.49
25
+ File Name : WindowsXP.jpg
26
+ Directory : .
27
+ File Size : 234 kB
28
+ File Modification Date/Time : 2023:05:06 13:13:04-04:00
29
+ File Access Date/Time : 2023:05:06 14:25:33-04:00
30
+ File Inode Change Date/Time : 2023:05:06 14:20:19-04:00
31
+ File Permissions : -rwxrwx---
32
+ File Type : JPEG
33
+ File Type Extension : jpg
34
+ MIME Type : image/jpeg
35
+ XMP Toolkit : Image::ExifTool 11.27
36
+ GPS Latitude : 54 deg 17' 41.27" N
37
+ GPS Longitude : 2 deg 15' 1.33" W
38
+ Copyright : OWoodflint
39
+ Image Width : 1920
40
+ Image Height : 1080
41
+ Encoding Process : Baseline DCT, Huffman coding
42
+ Bits Per Sample : 8
43
+ Color Components : 3
44
+ Y Cb Cr Sub Sampling : YCbCr4:2:0 (2 2)
45
+ Image Size : 1920x1080
46
+ Megapixels : 2.1
47
+ GPS Latitude Ref : North
48
+ GPS Longitude Ref : West
49
+ GPS Position : 54 deg 17' 41.27" N, 2 deg 15' 1.33" W
50
+ ~~~
51
+
52
+
You can’t perform that action at this time.
0 commit comments