Remove block quote and add version to sample run
The block quote was ripped directly from the module description. It isn't necessary in the dedicated documentation. Reads better now.GSoC/Meterpreter_Web_Console
parent
8ff4407ca6
commit
89c95cae08
|
@ -1,8 +1,7 @@
|
|||
## Intro
|
||||
|
||||
> This module exploits a Drupal property injection in the Forms API.
|
||||
> Drupal 6.x, < 7.58, 8.2.x, < 8.3.9, < 8.4.6, and < 8.5.1 are
|
||||
> vulnerable.
|
||||
This module exploits a Drupal property injection in the Forms API.
|
||||
Drupal 6.x, < 7.58, 8.2.x, < 8.3.9, < 8.4.6, and < 8.5.1 are vulnerable.
|
||||
|
||||
## Setup
|
||||
|
||||
|
@ -71,6 +70,8 @@ Defaults to the current working directory (usually the webapp root).
|
|||
|
||||
## Usage
|
||||
|
||||
### Drupal 7.57 from Docker image
|
||||
|
||||
```
|
||||
msf5 > use exploit/unix/webapp/drupal_drupalgeddon2
|
||||
msf5 exploit(unix/webapp/drupal_drupalgeddon2) > set rhost 172.17.0.3
|
||||
|
|
Loading…
Reference in New Issue