Simple Lua based utility to mask ip adresses in files and piped command output
get the latest release from the releases section or build yourself using luvi
put luaipmask somwhere easy to get to prefereably somwhere in your path
see: windows
Linux: just stick it in your users private bin. or /usr/bin
its a simple tool:
luaipmask ./ipaddresses.txt -- prints the contents of a file with "masked" ip addresses to the console
luaipmask ./ipaddresses.txt > maskedAddresses.txt -- redirects the file contents to a new "masked" file
ipconfig | luaipmask -- prints the output of a command with "masked" ip addresses
ipconfig | luaipmask > maskedAddresses.txt -- redirect the piped output to a "masked" file
thats all for now :)
suggestions/improvements are welcomed - Issues must be relevant. non relevant discusion will be closed...
download the repo and copy the cintents to a folder called ipmask
or clone it using git clone https://github.com/SvalTek/Lua-IP-Mask ipmask
run luvi with the following arguments luvi ./ipmask/ -o luaipmask (if on windows luaipmask.exe)
this will bundle the script into a zip and append it to the end of luvi's "launcher"

