Skip to content

Create Blurry Eyes.md #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added CYBER.ORG CTF 2021/Animal Farm/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CYBER.ORG CTF 2021/Animal Farm/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CYBER.ORG CTF 2021/Animal Farm/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CYBER.ORG CTF 2021/Animal Farm/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions CYBER.ORG CTF 2021/Animal Farm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
The prompt of the challenge is as follows:
```
Animal Farm
30

George was looking at pictures online and remembers finding a picture of Dee Dee (from Dexter’s Lab) posing with two kids, a unique picture of the Sydney skyline, and a picture with four of a certain kind of animal. However, he can’t remember which animal it was. Please name the animal type that was in the picture of four.
```
And there was a file attached: animal.cap

Upon some googling about .cap files, We come to know that they are capture files produced by a file capture program

```
A file with the CAP file extension is most likely a Packet Capture file created by packet sniffing programs. This kind of file holds raw data collected by the sniffing program so that it can be analyzed at a later time or with a different program.

Source: lifewire
```

The file can be opened in wireshark or any other reader. If we google an online .cap file opener, we find this website:
![File](https://pratyakshahacker.files.wordpress.com/2021/06/image-6.png?w=1024)

Upon uploading the .cap file and switching to the Pictures tab we can see the following images:

![File](1.jpg)
![File](2.jpg)
![File](3.jpg)
![File](4.jpg)

Looking back at the question prompt, The flag is dolphin
Binary file added CYBER.ORG CTF 2021/Animal Farm/animal.cap
Binary file not shown.
1 change: 1 addition & 0 deletions CYBER.ORG CTF 2021/Familiar Noises/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file not shown.
Binary file added CYBER.ORG CTF 2021/Kali Wallpaper/Kali.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions CYBER.ORG CTF 2021/Kali Wallpaper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

27 changes: 27 additions & 0 deletions HSCTF-2020/Blurry Eyes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
##### Author: Pratyaksha Beri (Shad0wMazt3r)
Skills:
**HTML**

Lets begin with the first challenge in the web category.
For many of you this might be their first ctf so let me show you the interface.
First Up is the challenge name. Then there are the points for the challenge. Then it shows the tags for the challenges. It is followed by a short description and a website or the attachments. Below that is the author's name.
![Challenge Interface](https://i.ibb.co/XW70735/Screenshot-2020-06-08-HSCTF-7.png)

Now How do we start? Lets go to the website…
![Website](https://i.ibb.co/KXQNmXD/Screenshot-66.png)

Hmmm...There is a short description of what a ctf is…. Probably We knew that before. There is a link on CTFTime. Lets click it!

![CTFtime](https://i.ibb.co/hYG7bmk/Screenshot-81.png)

Here we have a flag.... Lets submit it! On submitting it we know that it is a fake flag!
Let's go back to the website. We have a blurred flag here! And no I did not blur it.
![Website](https://i.ibb.co/KXQNmXD/Screenshot-66.png)

Lets see the source code. How do we do that? For HTML websites, press Ctrl and U to get the source code.

![Source Code](https://i.ibb.co/rZqm6Pb/Screenshot-67.png)

Here Look at this code snippet! We can easily see another span class. But I don't see a flag here! The span class looks weird. Let's wrap flag around it and submit it.
Thus the flag is flag{poefKukjNPojzLDf}
Voila! We got It! You just solved your first challenge in a CTF! Have Fun!
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Some permanent CTF challenges I'd recommend are:
- [OverTheWire](http://overthewire.org/wargames/)
- [SmashTheStack](http://smashthestack.org/)
- [WeChall](http://www.wechall.net/) (aggregates scores from various permanent CTF challenge sites)
- [TryHackMe](https://tryhackme.com)
- [HackTheBox](https://hackthebox.eu)
- [PicoCTF](https://picoctf.org/)
- Comprehensive [list](http://www.wechall.net/active_sites/all/by/site_id/ASC/page-1) of CTF sites from WeChall website

and another list of permanent CTFs is here: [http://captf.com/practice-ctf/](http://captf.com/practice-ctf/)