AMAbdelrhman Mgahedinblog.mgahed.com·Oct 9, 2025 · 4 min readSimple CTF WalkthroughEnumeration sudo nmap -sT -sV -A -p- 10.10.134.123 -oN enum.txt Result: Nmap scan report for 10.10.134.123 Host is up (0.20s latency). Not shown: 65532 filtered tcp ports (no-response) PORT STATE SERVICE VERSION 21/tcp open ftp vsftpd 3.0...00
AMAbdelrhman Mgahedinblog.mgahed.com·Sep 16, 2025 · 3 min readAgent Sudo CTF WalkthroughEnumeration nmap -sV -sT -A -p- 10.10.255.113 Result: # Nmap 7.93 scan initiated Tue Sep 16 16:26:27 2025 as: nmap -sV -sT -A -p- -oN enum.txt 10.10.255.113 Nmap scan report for ip-10-10-255-113.eu-west-1.compute.internal (10.10.255.113) Host is up ...00
AMAbdelrhman Mgahedinblog.mgahed.com·Apr 25, 2024 · 1 min readLaravel ReverbLaravel Reverb is a first-party WebSocket server for Laravel applications. In the following video you will learn how to use Laravel reverb in a very simple way https://www.youtube.com/watch?v=RfAtFQ0F4_A References:https://laracasts.com/series/luke...00
AMAbdelrhman Mgahedinblog.mgahed.com·Mar 16, 2024 · 2 min readLaravel sailLaravel Sail is a great choice for Dockerizing your Laravel app during development, making things easy. But using it on a real server requires caution. It's still in development mode, so it's not recommended for production environments. After install...00
AMAbdelrhman Mgahedinblog.mgahed.com·Feb 15, 2024 · 2 min readLaravel MagicIf you are new to Laravel or any framework, You may be confused and sometimes when you start learning you may find some built-in classes or functions that you don't know where it comes from and sometimes you are saying It's a magic trick. So, I will ...00