Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.69 KB

File metadata and controls

40 lines (27 loc) · 1.69 KB

Lua-IP-Mask

Simple Lua based utility to mask ip adresses in files and piped command output

How to get it.

get the latest release from the releases section or build yourself using luvi


usage instructions

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

screenshots

linux usage image

windows usage image

thats all for now :)

suggestions/improvements are welcomed - Issues must be relevant. non relevant discusion will be closed...


build instructions

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"