OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
nmap
/
style
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2020 12:36:00 PM
rwxr-xr-x
📄
README
493 bytes
09/13/2012 12:17:40 AM
rw-r--r--
📄
lua-format
2.75 KB
08/11/2012 02:45:14 AM
rw-r--r--
📄
lua-format.lua.gz
4.01 KB
01/23/2014 09:51:58 PM
rw-r--r--
Editing: README
Close
lua-format: This bash script uses lua-format.lua to indent and style Lua code (including NSE scripts and libraries). You can use this to make your script conform to the style guidelines for NSE. In order to run the script, you need Lua 5.1 or Lua 5.2 installed as well as LPeg. LPeg is a parsing expression grammar library which is basically a far more powerful pattern matching utility than regular expressions. On Debian: apt-get install lua5.2 lua-lpeg