modified the README, added a small description and usage

This commit is contained in:
2025-12-30 13:28:38 -03:00
parent de8198487c
commit 6a5662d43e

View File

@@ -1,3 +1,18 @@
# the-monitor # The Monitor
the monitor is a bash tool used to monitor hundreds to thousands of domains in a simple an quick fashion. the monitor is a bash tool used to monitor hundreds to thousands of domains in a simple an quick fashion.
its simple as shit honestly. just a parallelized `xargs` call. but hell, its so good :)
# usage
modify the `lista.txt` file with the domains you want to monitor. after that, just `chmod +x main.sh` and let her rip.
```bash
git clone https://git.resacachile.cl/anti/the-monitor
cd the-monitor
vim lista.txt # modify the list
chmod +x main.sh
./main.sh
```