Links Page
Directory for all the links Blog https://blog.isc2.org/ News www.thehackernews.com Search Engine for the Internet of Everything www.shodan.io Checklists and cheat sheets on...
Directory for all the links Blog https://blog.isc2.org/ News www.thehackernews.com Search Engine for the Internet of Everything www.shodan.io Checklists and cheat sheets on...
Flag 1 - Thorin’s Amulet Always read the challenge description and dive in. First, we will need update the host file record on your CTF system. Step 1: updating the hostfile ech...
The encrypted vbe file We have a “veebeeeee.vbe” for this challenge. First, lets inspect the file content. Looks like the file is encrypted. Web-based VBS decrypter and encrypter The decry...
A snapshot of this challenge Medium difficulty challenge with a traffic.7z file. Starting with the usual file inspection Many and only logs files in this package. Unzipping the GZ log ...
A .wav file for this challenge “Dialtone.wav” got lost at the start and begin searching for tools to examine a .wav file. Seem like dtmf has some capability. dtmf –help Trying out differe...
Kubernetes Explained Kubernetes (sometimes shortened to K8s with the 8 standing for the number of letters between the “K” and the “s”) is an open-source system to deploy, scale, and manage contain...
Crypto - SmallSteps (Very easy) This is a crypto challenge using RSA algorithm. The solver.py code in this challenge from Crypto.Util.number import getPrime, bytes_to_long FLAG = b"HTB{???...
RSA algorithm is an asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. Know the facts s/n 1: The prime numbers from 1...
Forensic - Plaintext_Treasure (Very easy) In this challenge you will the find the flag in the pcap file. The Pcap file for this challenge Getting the flag php Challenge | grep HTB Run...
Forensic - Roten (Easy) Pcap file for this challenge Commands found in the web request The php file with the suspicious content The obfuscated php file The flag should be hidden inside...