Update README.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# MSFVenom Notes
|
# MSFVenom Notes
|
||||||
## Table of contents
|
## Table of Contents
|
||||||
1. [Usage](#usage)
|
1. [Usage](#usage)
|
||||||
1. [Short Help](#short-help)
|
1. [Short Help](#short-help)
|
||||||
2. [Man Page](#man-page)
|
2. [Man Page](#man-page)
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
8. [Encoders](#encoders)
|
8. [Encoders](#encoders)
|
||||||
2. [Links / Docs / Guides](#links)
|
2. [Links / Docs / Guides](#links)
|
||||||
3. [Copying / License](#copying)
|
3. [Copying / License](#copying)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### Short Help
|
### Short Help
|
||||||
```
|
```
|
||||||
@@ -44,6 +43,8 @@ Options:
|
|||||||
--refresh-cache Rebuild the module metadata cache from disk before listing
|
--refresh-cache Rebuild the module metadata cache from disk before listing
|
||||||
-h, --help Show this message
|
-h, --help Show this message
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
### Man Page
|
### Man Page
|
||||||
```
|
```
|
||||||
NAME
|
NAME
|
||||||
@@ -167,6 +168,8 @@ COPYRIGHT
|
|||||||
This license does not apply to several components within the Metasploit Framework source tree. For more
|
This license does not apply to several components within the Metasploit Framework source tree. For more
|
||||||
details see the LICENSE file.
|
details see the LICENSE file.
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
### Payloads
|
### Payloads
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -2318,6 +2321,7 @@ Framework Payloads (2141 total) [--payload <value>]
|
|||||||
windows/x64/vncinject/reverse_winhttps Inject a VNC Dll via a reflective loader (Windows x64) (staged). Tunnel communication over HTTPS (Windows x64 winhttp)
|
windows/x64/vncinject/reverse_winhttps Inject a VNC Dll via a reflective loader (Windows x64) (staged). Tunnel communication over HTTPS (Windows x64 winhttp)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
### Platforms
|
### Platforms
|
||||||
```
|
```
|
||||||
@@ -2361,6 +2365,8 @@ Framework Platforms [--platform <value>]
|
|||||||
unknown
|
unknown
|
||||||
windows
|
windows
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
### Archetectures
|
### Archetectures
|
||||||
```
|
```
|
||||||
Framework Architectures [--arch <value>]
|
Framework Architectures [--arch <value>]
|
||||||
@@ -2404,6 +2410,8 @@ Framework Architectures [--arch <value>]
|
|||||||
x86_64
|
x86_64
|
||||||
zarch
|
zarch
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
### Formats
|
### Formats
|
||||||
```
|
```
|
||||||
Framework Executable Formats [--format <value>]
|
Framework Executable Formats [--format <value>]
|
||||||
@@ -2474,6 +2482,8 @@ Framework Transform Formats [--format <value>]
|
|||||||
vbscript
|
vbscript
|
||||||
zig
|
zig
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
### Encryption
|
### Encryption
|
||||||
```
|
```
|
||||||
Framework Encryption Formats [--encrypt <value>]
|
Framework Encryption Formats [--encrypt <value>]
|
||||||
@@ -2483,6 +2493,7 @@ Framework Encryption Formats [--encrypt <value>]
|
|||||||
rc4
|
rc4
|
||||||
xor
|
xor
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
### Encoders
|
### Encoders
|
||||||
```
|
```
|
||||||
@@ -2541,10 +2552,13 @@ Framework Encoders [--encoder <value>]
|
|||||||
x86/xor_dynamic normal Dynamic Key XOR Encoder
|
x86/xor_dynamic normal Dynamic Key XOR Encoder
|
||||||
x86/xor_poly normal XOR POLY Encoder
|
x86/xor_poly normal XOR POLY Encoder
|
||||||
```
|
```
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
- [Github Docs](https://adfoster-r7.github.io/metasploit-framework/docs/using-metasploit/basics/how-to-use-msfvenom.html)
|
- [Github Docs](https://adfoster-r7.github.io/metasploit-framework/docs/using-metasploit/basics/how-to-use-msfvenom.html)
|
||||||
- [Official Docs](https://www.offsec.com/metasploit-unleashed/msfvenom)
|
- [Official Docs](https://www.offsec.com/metasploit-unleashed/msfvenom)
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
|
|
||||||
## Copying
|
## Copying
|
||||||
Creative Commons 0 Version 1.0
|
Creative Commons 0 Version 1.0
|
||||||
|
**[TOP](#table-of-contents)**
|
||||||
Reference in New Issue
Block a user