Hello Everyone Welcome to another article about hacking tools. Today I will introduce you to John the Ripper, one of the oldest and essential password cracking tools. So let’s get started. What is John the Ripper ? John the Ripper (JTR) is an offline password cracking tool that was originally developed for UNIX-based systems but…
Category: Hacking
Zstegosaurus Walkthrough [ BCACTF 2.0 ]
Hello Everyone!I’m Tareq from Knight SquadRecently we’ve played a CTF. And this is a writeup for a Forensics challenge named “Zstegosaurus”. In this challenge we are provided with some txt and a png file. As we have a image file we can do various operations like checking the image header, running binwalk, exiftool, pngcheck, steghide,…
Secure Zip Walkthrough [ BCACTF 2.0 ]
Hello Everyone!I’m Tareq from Knight Squad.Recently we’ve played a CTF. And this is a writeup for a Forensics challenge named “Secure Zip”. In this challenge we are provided with some txt and a zip file. While I was trying to unzip the file it asked for a password but I didn’t knew the password. Than…
Anonym Walkthrough ( SHELL CTF )
Hello Everyone!I’m Tareq from Knight SquadRecently we’ve played a CTF. And this is a writeup for a Web Security challenge named “Anonym”. Challenge Name : AnonymChallenge Category : WEB SecurityPoints : 50 Let’s see how can we solve the challenge. In the challenge prompt we are provided with a text and a link. After visiting…
WFuzz – A Web Application Fuzzing Tool
Hello Everyone I hope you are all safe and healthy in this pandemic situation. I really miss my normal life and hope soon everything will be normal. However, today I will talk about one of the most used web application fuzzing tool WFuzz. But before we talk about this tool, let’s talk about fuzzing. So,…