Author Archives: Ahmed Tawfik

Unknown's avatar

About Ahmed Tawfik

Cybersecurity Professional, Systems Engineer, OSS & Linux Geek

Installing latest version of gef on Ubuntu 16.04 32-bit

If you are having trouble installing gef on Ubuntu 16.04 32-bit, you may follow these steps: Install python3.6 and python3.6-dev: sudo add-apt-repository -y ppa:jblgf0/python sudo apt-get update sudo apt-get install python3.6 python3.6-dev Install texinfo package (since you would the makeinfo … Continue reading

Posted in Linux | Leave a comment

Hack The Box Write-up: BLUE

This article is a writeup of how the HTB machine “Blue” was pawned and its root flag captured and eventually model this path using the MITRE ATT&CK Framework. Recon Introduction The reconnaissance phase, often referred to as the “recon phase,” … Continue reading

Posted in Linux | Leave a comment

How to install multiple CUDA versions on a single Linux server

After you installed the first CUDA toolkit (preferably the latest stable version), and you want to install others beside it, due to some compatibililty issues for example, just do the following: Download the standalone file installer, e.g. https://developer.download.nvidia.com/compute/cuda/11.7.0/local_installers/cuda_11.7.0_515.43.04_linux.run chmod +x … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

CVE-2020-0796 – SMBGhost RCE Vulnerability

Description and Impact Also known as CoronaBlue, EternalDarkness and SMBleedingGhost, this critical buffer-overflow pre-authentication RCE vulnerability affects Microsoft SMB version 3.1.1 that have SMBv3 Compression enabled. It occurs when the server attempts to decompress a data packet with malformed header, … Continue reading

Posted in Linux | Leave a comment

How to configure TP-LINK TL-WN722N v1.1 WiFi Adapter for Kali Linux

This WiFi card (which works mainly for monitoring mode) was not getting detected by Kali (2023.2 as of now) and I had to just install an extra package to get it working properly: sudo apt updatesudo apt install firmware-atheros Unplug … Continue reading

Posted in Linux | Tagged , , | Leave a comment