WiFi Pentesting Series Part 2: WPS Pin Attacks
2024-05-01
Hello and welcome back to another Wi-Fi related blog post! This is part of a series of blog posts I’ve created following a lab setup that you can see <a href="https://balejin.pages.dev/2024/04/16/WiFi-Pentesting/">here.</a>
1095 words
|
5 minutes
Cover Image of the Post
Jeeves
2024-04-18
A quick nmap scan reveals ports 80, 445, and 50000 open. Port 80 upon inspection hosts Jeeves which is not particularily vulnerable to anything. A quick directory fuzzing, however reveals an interesting page /ask-jeeves/ on port 50000.
409 words
|
2 minutes
WiFi Pentesting Series Part 1: Lab Setup
2024-04-16
Hey there! I’m back again with another blog post and this time I’m touching a little bit with WiFi pentesting! Why WiFi pentesting? Well because it’s a topic that practically got me started on my journey in cybersecurity and networking and I wanted to share some things I’ve learned.
959 words
|
5 minutes
Cover Image of the Post
Usage
2024-04-15
We’ll start with an nmap scan nmap -Pn -sVC --min-rate 10000 -p- <ip-addr> -oN nmap.txt which reveals SSH and HTTP as open. I’ll map the IP address to usage.htb and admin.usage.htb to my /etc/hosts folder echo "<ip-addr> usage.htb" admin.usage.htb | sudo -tee -a /etc/hosts
564 words
|
3 minutes
PNPT Review
2024-04-11
First official blog post (outside of HTB writeups) since I created this site and what a better way than to start it off with a review of the Pratical Network Penetration Tester (PNPT) certification! This certification is the third one I’ve obtained, and the second related to cybersecurity. Out of the three, or I guess two, this one has to be the best I’ve obtained, both in testing my skillset and overall fun.
1001 words
|
5 minutes
IClean
2024-04-10
I’ll start off with an Nmap scan which reveals ports 22 and 80, none of these are legacy-based software so the vulnerability has to lie on the webserver itself. Typing in the IP address in the URL redirects to http://capiclean.htb so we’ll add that to our /etc/hosts
525 words
|
3 minutes
Wifinetictwo
2024-03-20
I’ll start with a port scan using nmap, which reveals SSH and a webserver running OpenPLC on port 8080.
495 words
|
2 minutes
Monteverde
2024-03-17
I’ll run an nmap scan which reveals various ports such as DNS, kerberos, LDAP. We are dealing with a domain controller.
268 words
|
1 minutes