Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 4, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 4, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 4, 2025

      Smashing Animations Part 4: Optimising SVGs

      June 4, 2025

      I test AI tools for a living. Here are 3 image generators I actually use and how

      June 4, 2025

      The world’s smallest 65W USB-C charger is my latest travel essential

      June 4, 2025

      This Spotlight alternative for Mac is my secret weapon for AI-powered search

      June 4, 2025

      Tech prophet Mary Meeker just dropped a massive report on AI trends – here’s your TL;DR

      June 4, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025
      Recent

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025

      Simplify Negative Relation Queries with Laravel’s whereDoesntHaveRelation Methods

      June 4, 2025

      Cast Model Properties to a Uri Instance in 12.17

      June 4, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025
      Recent

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025

      Rilasciata /e/OS 3.0: Nuova Vita per Android Senza Google, Più Privacy e Controllo per l’Utente

      June 4, 2025

      Rilasciata Oracle Linux 9.6: Scopri le Novità e i Miglioramenti nella Sicurezza e nelle Prestazioni

      June 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Learning Resources»TempoMail — Command Line Temporary Email in Linux

    TempoMail — Command Line Temporary Email in Linux

    June 2, 2025

    During penetration testing many times we need to register on websites and they send a lots of mails. Even sometime we don’t want to share our original e-mail id. Then how we can hide ourself from website’s eye?

    Well, there are tons of temporary or disposable mail services in market that provides us this feature through their websites but we can’t say what’s running in their backend and we personally hates those annoying ads !!
    Here in this article we will discuss about an open-source command line tool that will provide us a disposable e-mail address. We can use it to bypass e-mail verification of any website.
    Command line temporary email in linux
    This tool is called TempoMail. TempoMail is written in go language by Kavish Gour. First we need to install go language in our Kali Linux system. After installing Go Language we open terminal and clone the GitHub repo by using following command:
    git clone github.com/kavishgr/tempomail
    The screenshot of the command is following:
    Tempomail clonning
     
    Then we need to go inside the temomail directory by using cd command:
    cd tempomail
    Now we need to build this by using following command:
    go build .
    If the building process is successful then we got a file called tempomail in our directory. As we can see in the following screenshot:
    Compailing tempomail

    Now we need to move this tempomail file to /usr/local/bin where the software installed locally by using following command:

    sudo mv tempomail /usr/local/bin/
    The output of the command is shows in the following screenshot:
    moving tempomail file

    Now we have installed tempomail successfully. We can check it via running following command from anywhere in terminal:

    tempomail -h

    Here in the following screenshot we can see that our emails will locally saved on /tmp/1secmails/ by default. We can change it by using -path string.

    Now we can set our custom mail by using tempomail. To do this we run tempomail command in our terminal:

    tempomail
    Then it will ask us the “Input Name”, here we can put anything to get a mail id with thee name(if available on this time) we have putted ‘kalilinux’. As we can see in the following screenshot:
    tempomail custom name

    After this we got a mail id with this name. Shown in the following screenshot:

    custom temp mail id

    Now if anyone send mails on this email id we got the mail. Yoo, We got an e-mail. After we got a mail in our inbox it shows like following:

    Hostinger
    tempomail recived

    To open our mailbox we need to open another terminal window and type following command:

    ls /tmp/1secmails/

    The above command shows a mail in the directory.

    tempomail default inbox

    Now we can see what’s inside the mail using cat (or any text viewer or editor tool). We run the following command to see the mail.

    Recived a Mail using tempomail

    This is how we can receive an e-mail on our custom temporary mail id running on command line. We found this good at bypass the e-mail verification during penetration testing and avoid spam or unwanted mails on our original mail id.

    This is how we can create our custom disposable e-mail address directly from our terminal.

    Love our articles? Make sure to follow us on Twitter and GitHub, we post article updates there. To join our KaliLinuxInfamily, join our Telegram Group & Whatsapp Channel. We are trying to build a community for Linux and Cybersecurity. For anything we always happy to help everyone on the comment section. As we know our comment section is always open to everyone. We read each and every comment and we always reply.

    Source: Read More

    Hostinger
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleMongoose Now Natively Supports QE and CSFLE
    Next Article How to Upskill Software Engineering Teams in the Age of AI

    Related Posts

    Learning Resources

    What I learned from Inspired

    June 4, 2025
    Learning Resources

    macOS Apprentice [SUBSCRIBER]

    June 4, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    CVE-2025-43860 – OpenEMR Stored Cross-Site Scripting (XSS) Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    U.S. Treasury Sanctions Iranian Firms and Individuals Tied to Cyber Attacks

    Development

    Role of LLMs like ChatGPT in Scientific Research: The Integration of Scalable AI and High-Performance Computing to Address Complex Challenges and Accelerate Discovery Across Diverse Fields

    Development

    Apple’s bold idea for no-code apps built with Siri – hype or hope?

    News & Updates
    GetResponse

    Highlights

    News & Updates

    Editor’s Soapbox: AI: The Bad, the Worse, and the Ugly

    May 7, 2025

    …the average American, I think, has fewer than three friends. And the average person has…

    CVE-2025-47756 – V-SFT VS6 Out-of-Bounds Read Vulnerability

    May 19, 2025

    Microsoft Teams will get a unified system that brings together all the admin and management portals in one place

    March 25, 2025

    Beginning of 2025, what are the most recent/best unit testing frameworks?

    December 17, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.