Update doc

GSoC/Meterpreter_Web_Console
Jacob Robles 2019-01-08 13:25:13 -06:00
parent 4e8ad22a7a
commit 5f8d8c3637
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 9 additions and 9 deletions

View File

@ -12,15 +12,15 @@ At the time of this writing all the passwords of users such as root or admin use
A successful check of the exploit will look like this:
- [ ] Start `msfconsole`
- [ ] `use use exploit/linux/http/mailcleaner`
- [ ] Set `RHOST`
- [ ] Set `LHOST`
- [ ] Set `USERNAME`
- [ ] Set `PASSWORD`
- [ ] Run `exploit`
- [ ] **Verify** that you are seeing ` Awesome..! Authenticated`.
- [ ] **Verify** that you are getting `meterpreter` session.
1. Start `msfconsole`
2. `use use exploit/linux/http/mailcleaner`
3. Set `RHOST`
4. Set `LHOST`
5. Set `USERNAME`
6. Set `PASSWORD`
7. Run `exploit`
8. **Verify** that you are seeing ` Awesome..! Authenticated`.
9. **Verify** that you are getting `meterpreter` session.
## Scenarios