RSSAmplifier

Blog

tbhaxor's Blog

Hello 👋! Welcome to my cave. Nice to meet you.

tbhaxor.comRSS feed ↗15 posts

Latest posts

How I Built an Auto-Preview System for GitHub Pull Requests

Automated pre-production deployment of GitHub PRs on a self-hosted backend using GCP and GitHub Actions. It configures DNS/certificates and cleans up after PR closure, all protected by Workload Identity Federation (WIF).

OTW - Bandit Level 7 to Level 8

Learn to use the powerful grep command (like a magnet in a haystack) to search large files for text patterns and quickly find the password "next to the word millionth" in data.txt.

OTW - Bandit Level 5 to 6

Use explainshell.com to understand flags of find command, and locate the 1033-byte non-executable human readable file and reveal the password level 6 of bandit challenge.

OTW - Bandit Level 4 to Level 5

Learn what are binary files, how they are different from text files and why do we need them. Use the tools like xxd and file to read and interpret binary information and solve bandit level 5 challenge.

OTW - Bandit Level 3 to Level 4

You will learn about hidden files in Linux, how they differ from Windows, and why files starting with a dot are hidden due to an early ls bug. These files can be revealed with special flags, and every directory also contains entries for the current and parent location.

OTW - Bandit Level 2 to Level 3

This post continues from Bandit Level 1 to 2, showing how to handle spaces in command-line arguments when reading files with spaces in their names using cat.

OTW - Bandit Level 1 to Level 2

This post explains command-line arguments in Linux using the OverTheWire Bandit challenge. It covers positional and named arguments, the use of -- as a separator, and POSIX conventions for - and -- prefixes.

OTW - Bandit Level 0 to Level 1

Learn Linux basics with Bandit Level 0→1! Explore SSH, ls, cat, man pages, and file reading while uncovering Unix's history and secure access methods.

Active Directory Pentesting from Linux

Discover the fundamentals of pentesting Active Directory Domain Services on Linux with a thorough tour of Altered Security's LinuxAD lab.

Exploring the Role of AI in Reverse Image Search

Reverse image search lets users find similar images or related info by searching with an image instead of text. Tools like Google Images and TinEye analyse images to locate sources, higher resolutions, or related content.

RADIUS Server for Enterprise Networks

Explore the history of RADIUS, its role in PPP, its integration with 802.1X for wireless LANs, and the use of EAP in enhancing network security.

How are WLAN Infrastructures in Enterprises Secured?

Learn about the scalability challenges of Pre-shared (PSK) configurations in the enterprise, as well as how 802.1X addresses and resolves them elegantly.

Difference between WPA and WPA2

You will learn the differences between WPA and WPA2 encryption, including why hardware updates were necessary for WPA2, and the differences in the final MPDU of both encryptions.

Robust Security Network and Extended Authentication Protocol in Detail

Learn about the Robust Security Network, its features, and the use of the 802.11X Extended Authentication Protocol. Understand how the 4 way handshake generates dynamic keys for each network device.

WEP Encryption and Its Vulnerability in Detail

Learn about WEP encryption and its vulnerability that made it obsolete.