hamody.hashnode.devAnalyzing Reddit Trends: A Python Tool for Discovering Popular WordsIntroduction As an engineering student fascinated by the potential of data science to uncover patterns and insights, I developed a Python-based tool that analyzes Reddit data to discover trending topics/words across various subreddits. This tool uses...May 5, 2024·3 min read
hamody.hashnode.devEjpt/pts Black-box Penetration Test 1 WalkthroughBefore jumping into scanning, let's first read the description for this lab that is given to us by INE. You have been engaged in a Black-box Penetration Test (172.16.64.0/24 range). Your goal is to read the flag file on each machine. On some of them...Mar 25, 2022·7 min read
hamody.hashnode.devHackthebox Traverxec Walkthroughenumeration Nmap scan nmap -sC -sV 10.10.10.165 nmap -sU 10.10.10.165 22/tcp open ssh OpenSSH 7.9p1 Debian 10+deb10u1 (protocol 2.0) 80/tcp open http nostromo 1.9.6 The udp scan had no results i did a directory search but found nothing. Th...Mar 16, 2022·4 min read
hamody.hashnode.devHackthebox OpenAdmin WriteupEnumeration Starting with an nmap scan, i will do both TCP and UDP scan nmap -sU -sV -T4- 10.10.10.171 nmap -A -sC -sV -T4- 10.10.10.171 22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0) 80/tcp open http Apache h...Mar 7, 2022·5 min read
hamody.hashnode.devHackthebox Paper walkthrough - Hamodyfirst of we start with nmap scan 22/tcp open ssh OpenSSH 8.0 (protocol 2.0) 80/tcp open http Apache httpd 2.4.37 ((centos) 443/tcp open ssl/http Apache httpd 2.4.37 ((centos) port 80 is open, lets check to see if we can access the we...Mar 1, 2022·2 min read