© 2023 Hashnode
#ctf
The problems for the CTF can be found here: https://github.com/buetsec/intra-buet-ctf-2023 or https://github.com/rng70/beginner-ctf-problemset Cryptography Fab-Five-Freddy Just MD5 hash the string 1st…
Hello everyone. Here I am again with the new CTF. One thing I want to share with all of you. If you are using walkthroughs, that does not mean you are dumb or you don't know anything. I also use walkt…
https://pwnable.tw The challenge description says: Only open read write syscalls are allowed to use. But is that enforced? How? Seccomp Taking a look using the ghidra decompiler: void orw_seccomp(void…
Ethernaut is a series of fun challenges that teach you how to hack smart contracts on the Ethereum platform. One of the challenges is called "Fallback." In this challenge, you will need to use your co…
Prompt: Intergalactic Post The biggest intergalactic newsletter agency has constantly been spreading misinformation about the energy crisis war. Bonnie’s sources confirmed a hostile takeover of the a…
Introduction: Hi all! In this article I’m going to be tackling Awkward, a medium difficulty Linux machine on hackthebox.com. Happy hacking! Information Gathering: Let’s get started with an nmap scan. …
Phase 1 : Enumeration Nmap Enumeration This phase start with a simple nmap scan : $ nmap -A -sV -p- PORT STATE SERVICE REASON VERSION 22/tcp open ssh syn-ack OpenSSH 8.4p1 Debian 5+deb11u1 (pr…
Hack the Box released a new machine this weekend called Precious and I was excited to get my hands on it. Precious is an easy-rated Linux machine. I found it pretty straightforward and would say that …
Welcome to the second Damn Vulnerable DeFI challenge walkthrough! In today’s article, I will show you how to hack the naive receiver smart contract step by step. The Damn Vulnerable DeFi teaches offensive security techniques for DeFi smart …
🔧Setup First, we need to connect to the HTB network. There are two different methods to do the same: Using Pwnbox Using OpenVPN (Click here to learn to connect to HackTheBox VPN) 🌟Introduction Som…