Skip to content

macvk/emailleaktest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email IP Leak Test

Your IP can be exposed during email sending. The test analyzes mail headers and shows IP leaks.

How to install & use

Please choose the operating system you use, see below. Windows or Linux

Windows

If your operating system is Windows, then you can use batch file to run the test.

Windows - Batch file

  1. Download emailleaktest.bat
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/macvk/emailleaktest/master/emailleaktest.bat', 'emailleaktest.bat') }"
  1. Run emailleaktest.bat
emailleaktest.bat

Linux

If your operating system is Linux, then you can use bash shell script to run the test.

Linux - Bash shell script

  1. Download emailleaktest.sh
wget https://raw.githubusercontent.com/macvk/emailleaktest/master/emailleaktest.sh
chmod +x emailleaktest.sh
  1. Run emailleaktest.sh
./emailleaktest.sh

Releases

No releases published

Packages