Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 907 Bytes

task-10-nse-scripts-overview.md

File metadata and controls

29 lines (15 loc) · 907 Bytes

Task 10 - NSE Scripts Overview

Task 10 NSE Scripts Overview

What language are NSE scripts written in?

NSE Scripts are written in the Lua programming language, and can be used to do a variety of things: from scanning for vulnerabilities, to automating exploits for them.

Reveal Flag 🚩

🚩lua

Which category of scripts would be a very bad idea to run in a production environment?

It's not a good idea to (even potentially) break services in production! 😄

intrusive:- Not safe: likely to affect the target

Reveal Flag 🚩

🚩intrusive