> For the complete documentation index, see [llms.txt](https://thmflags.gitbook.io/thm-walkthroughs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thmflags.gitbook.io/thm-walkthroughs/difficulty-easy/nmap/task-10-nse-scripts-overview.md).

# Task 10 - NSE Scripts  Overview

## Task 10 <mark style="color:orange;background-color:orange;">NSE Scripts</mark> 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.

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`lua`

</details>

### 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! :smile:

> intrusive:- Not safe: likely to affect the target

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`intrusive`

</details>
