Posts

Showing posts from April, 2025

How to chat like an hacker on termux

Image
F First, ensure that you have *Termux* installed on your Android device. You can download it from the *Google Play Store* or the *F-Droid repository*. - Open *Termux*, and run the following commands to update the package list and upgrade all installed packages: ```bash pkg update pkg upgrade ``` --- *2. Install Required Packages for Irssi* Irssi requires some dependencies to work properly. You can install them by running the following commands in Termux: ```bash pkg install irssi pkg install clang pkg install make pkg install libffi-dev pkg install openssl pkg install curl pkg install perl ``` --- *3. Install Irssi* Once the dependencies are installed, you can now install *Irssi* using the following command: ```bash pkg install irssi ``` This will download and install *Irssi* on your Termux environment. --- *4. Set Up Irssi* Once *Irssi* is installed, you can start configuring it: 1. *Launch Irssi*:    Run the following command to start *Irssi*:    ```bash   ...

Termux Exiftool: Metadata Information Gathering Toolkit 🧰

Image
  Hey everyone, it's stackmorgan !  🙋🏻‍♂️ You know, in the digital realm, every piece of information can be crucial, especially when you're piecing together someone's digital footprint  And let's be real, in today's interconnected world,  understanding those digital breadcrumbs has become more essential than ever.  Among all the data we sift through, metadata often stands out as the gold standard. It's the silent observer, capturing details that might go unnoticed at first glance. So, if you've ever wondered just how significant  metadata  can be in unraveling mysteries or un derstanding the full picture , you're about to find out. 🔥 What is Metadata? Metadata  refers to the  descriptive data embedded within a file , providing information about its  origin, creation, authorship, and other pertinent details.  Unlike the file's content, which is the actual data (e.g., text in a document, pixels in an image),  metadata offers c...