Feature #1547
specified scripts/meterperter/credcollect helpmessage
| Status: | Closed | Start date: | 04/08/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | HD Moore | % Done: | 0% |
|
| Category: | meterpreter - win32 | |||
| Target version: | Metasploit 3.5.0 | Estimated time: | 0.10 hour | |
| Resolution: | invalid | How To Use: | ||
| Release Note: |
Description
I specified the credcollect helpmessage, so it is easier to understand what it does, because "credentials" alias "cred" is a very imprecise term.
Here is the diff:
$ diff credcollect.rb credcollect-updated.rb
11c11
< print_line("CredCollect -- harvest credentials found on the host and store them in the database")
---
> print_line("CredCollect -- harvest credentials (hashes and tokens) found on the host and store them in the database, table \"events\"")
History
Updated by L0rd Ali3n almost 2 years ago
seems like my diff-output gets interpreted, so here is the output again in a "pre"-Tag
$ diff credcollect.rb credcollect-updated.rb
11c11
< print_line("CredCollect -- harvest credentials found on the host and store them in the database")
---
> print_line("CredCollect -- harvest
Next time i will use the "preview" button

Updated by L0rd Ali3n almost 2 years ago
Why we can't edit our posts?
Updated by James Lee over 1 year ago
- Target version set to Open Backlog
Updated by Joshua J. Drake over 1 year ago
- Status changed from New to Closed
- Target version changed from Open Backlog to Metasploit 3.5.0
- Resolution set to invalid