You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bash script for 🪟Windows (using git bash), 🍎MacOS and 🐧Linux that continuously checks the internet connection, keeps a log of each check, and if it identifies an internet connection, it takes evidence (web access, open ports, ping, access address information, screenshot and clipboard content capture). Upon completion it creates a TGZ file with the log and all captured evidence.
How to use it:
💾 Install ICM using git bash on 🪟Windows or Terminal/iTerm on 🍎MacOS or Terminal on 🐧Linux:
git clone https://github.com/nelbren/ICM.git
💿 Switch to the directory
ICM if running alone:
cd ICM
Project
cd PROJECT
NOTE: Please use git init in this directory.
🏃 Run the script:
🌐 With connection to ICMd
With Git:
Run the alias:
ICM IP-OF-ICMDd ID
Without Git:
Run the alias:
ICM IP-OF-ICMDd ID NOGIT
💻 Alone (Without connection to ICMd)
./ICM.bash
🧙 Wait for the magic!
🛑 Stop the script
Control ➕ C
Review logs and evidence
In the user's home there is a file called ICM.tgz with the log and evidence, sorted by day and the number of execution process.