Categories: Kali Linux

IP-Biter : The Hacker-friendly E-Mail Tracking Framework

IP-Biter is an open source, easy to deploy, tracking framework that generate high configurable and unique tracking images and links to embed in e-mails, sites or chat systems and visualize, in an hacker-friendly dashboard, high detailed reports of the tracked users who visualize the image or open the links.

IP-Biter Features

  • Very high configurable tracking image generation
  • Tracking links generation
  • Tracking hided and not recognizable from the target point of view
  • Integrated Dashboard
  • Self-tracking prevention
  • Possibility to stop and start the tracking at any time
  • Possibility to hide the Dashboard and protect its access with a password
  • Live tracking reports from the Dashboard
  • Tracking reports live delivered to a configurable mail address
  • Different IP analysis services
  • User-Agent analysis service
  • Integrate URL shortening service
  • AllInOne PHP file
  • No need for a Database
  • Open Source

Also Read URH : Universal Radio Hacker To Investigate Wireless Protocols Like A Boss

Give it a try!

Getting Started

Deploy IP-Biter

  1. Copy ipb.php in your PHP server and optionally create a .htaccess file as described in the next security notes
    • Some configurable parameters are available in the firsts uncommented PHP lines of the ipb.php file, identified by the comment “START CONFIGURATION SECTION”

Access the Dashboard

  1. Access the dashboard through ipb.php?op=$dashboardPage (or through ipb.php if $dashboardPage==”)
    • If $dashboardPageSecret!=” then a login page will appear asking for the $dashboardPageSecret value

Create a new configuration

  1. When the dashboard is opened without parameters, a new configuration is created
    • Another empty new configuration can be generate clicking the “New” button
  2. Configure the tracking image and the advanced setting if needed
    • It is possible to left the original image url empty. In this case an empty image will be used.
  3. Add tracking links if needed
    • It is possible to left the original link empty. In this case the link will generate a 404 page.
  4. Save the configuration
  5. Distribute the generated image or the links to start the tracking
    • You can click the copy button and paste in a html rich email editor like gmail
    • NOTE: If you try to open the generated image or links but have in the same browser the dashboard page opened and loaded, your request will not be tracked (self-tracking prevention feature)

Load an existing configuration

  1. When the dashboard is opened with the parameter “uuid”, the associated configuration is loaded
    • Another configuration can be loaded pasting the “Track UUID” in the dashboard relative field and clicking the “Load” button
  2. The reports will be automatically visualized in the “Tracking Reports” section of the dashboard

Security Notes

  • Change the folders name and the dashboard page in the configuration section in order to improve the security
  • Add the following lines to the .htaccess file in order to deny the access to the “configs” and “reports” folders:
DirectoryIndex ipb.php
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(configs/|reports/) - [F]
</IfModule>

R K

Recent Posts

Promptmap

Prompt injection is a type of security vulnerability that can be exploited to control the…

4 hours ago

Firefly – Black Box Fuzzer For Web Applications

Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly…

4 hours ago

Winit : Cross-Platform Window Creation And Management In Rust

Winit is a robust, cross-platform library designed for creating and managing windows in Rust applications.…

5 hours ago

Browser Autofill Phishing – The Hidden Dangers And Security Risks

In today’s digital age, convenience often comes at the cost of security. One such overlooked…

5 hours ago

Terminal GPT (tgpt) – Your Direct CLI Gateway To ChatGPT 3.5

Terminal GPT (tgpt) offers a seamless way to bring the power of ChatGPT 3.5 directly…

5 hours ago

garak, LLM Vulnerability Scanner : The Comprehensive Tool For Assessing Language Model Security

garak checks if an LLM can be made to fail in a way we don't…

3 days ago