Network Security Tools: Writing, Hacking, and Modifying Security Tools

1.5. Hello World

What programming tutorial would be complete without a Hello World example? The following NASL script is just that:

display("Hello World\n");

Run the preceding line with the nasl interpreter, and you will see the text Hello World displayed.

Категории