# Veil Framework

Veil is a tool designed to generate metasploit payloads that bypass common anti-virus solutions.

The thing that sets it apart from msfvenom is that it has a separate msfvenom like function called Ordanance for generating shellcode and an evasion option that can be used for converting the shell code into an executable while having the ability to evade detection by common anti-virus software.&#x20;

You can read more about the evolution of Veil framework from the following website,

{% embed url="<https://www.veil-framework.com>" %}

For installation and running of the framework, you can refer the following URL,

{% embed url="<https://github.com/Veil-Framework/Veil>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.particle42.com/practical-tools/payloads/veil-framework.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
