Tod Beardsley
|
909971e0bf
|
Margins on description, PowerShell not Powershell
|
2014-12-08 10:57:49 -06:00 |
Tod Beardsley
|
80dc781625
|
Email over E-mail
While I believe "e-mail" is the actually correct spelling, we tend to
say "email" everywhere else. See:
````
todb@mazikeen:~/git/rapid7/metasploit-framework$ grep -ri "print.*email"
modules/ | wc -l
19
[ruby-2.1.5@metasploit-framework](fixup-grammar)
todb@mazikeen:~/git/rapid7/metasploit-framework$ grep -ri
"print.*e-mail" modules/ | wc -l
1
````
|
2014-12-08 10:55:26 -06:00 |
Christian Mehlmauer
|
738fc78883
|
Land #4220, outlook gather post module
|
2014-12-07 22:41:28 +01:00 |
Christian Mehlmauer
|
cc63d435c7
|
another whitespace
|
2014-12-06 09:32:22 +01:00 |
Christian Mehlmauer
|
f0a47f98bc
|
final formatting
|
2014-12-06 00:38:05 +01:00 |
Christian Mehlmauer
|
f1f743804e
|
more formatting
|
2014-12-06 00:31:38 +01:00 |
Christian Mehlmauer
|
9187a409ec
|
outlook post module fixes
|
2014-12-06 00:28:44 +01:00 |
wez3
|
7c62fa5c95
|
Add Windows post module for reading/searching Outlook e-mail #8
|
2014-12-04 14:28:40 +01:00 |
wez3
|
3cadcb942a
|
Add Windows post module for reading/searching Outlook e-mail #7
|
2014-12-03 18:30:22 +01:00 |
wez3
|
611e8c72eb
|
Add Windows post module for reading/searching Outlook e-mail #6
|
2014-12-02 14:05:08 +01:00 |
wez3
|
5294594379
|
dd Windows post module for reading/searching Outlook e-mail #5 Add DE
|
2014-11-25 14:36:14 +01:00 |
jvazquez-r7
|
71669b9f9e
|
Change module filename
|
2014-11-24 20:34:12 -06:00 |
jvazquez-r7
|
5c4b1b0283
|
Output some information
|
2014-11-24 20:31:26 -06:00 |
jvazquez-r7
|
6e9cd331b3
|
Modify description
|
2014-11-24 20:28:38 -06:00 |
jvazquez-r7
|
261da9306e
|
Use store_loot
|
2014-11-24 20:22:21 -06:00 |
jvazquez-r7
|
cf52dd895f
|
Refactor search
|
2014-11-24 20:20:37 -06:00 |
jvazquez-r7
|
2fa5223d3b
|
move check out of the begin block
|
2014-11-24 19:28:53 -06:00 |
jvazquez-r7
|
90bdc770b5
|
Use literal creation notation
|
2014-11-24 19:27:50 -06:00 |
jvazquez-r7
|
2c4caeed29
|
Clean metadata
|
2014-11-24 19:26:12 -06:00 |
jvazquez-r7
|
443dd7b6c0
|
Use constants
|
2014-11-24 19:04:02 -06:00 |
jvazquez-r7
|
250250beb0
|
Fix indentation
|
2014-11-24 18:58:07 -06:00 |
jvazquez-r7
|
88ccffacb4
|
Update from upstream master
|
2014-11-24 18:32:35 -06:00 |
wez3
|
53b69583f4
|
Add Windows post module for reading/searching Outlook e-mail #4
|
2014-11-21 20:00:30 +01:00 |
wez3
|
435c6eef81
|
Add Windows post module for reading/searching Outlook e-mail #3
|
2014-11-18 16:27:33 +01:00 |
wez3
|
91a53dc36c
|
Add Windows post module for reading/searching Outlook e-mail
|
2014-11-18 12:41:24 +01:00 |
jvazquez-r7
|
54de805b7a
|
Report credentials
* Even when we are not associating them to hosts
* It's a post module so maybe we cannot solve some names
|
2014-11-17 12:49:18 -06:00 |
wez3
|
7a2b7208e7
|
Add Windows post module for reading/searching Outlook e-mail
|
2014-11-17 19:38:55 +01:00 |
jvazquez-r7
|
b3b37c7c9f
|
Use longer description lines
|
2014-11-17 12:23:22 -06:00 |
jvazquez-r7
|
145e610c0f
|
Avoid shadowing new method
|
2014-11-17 12:22:30 -06:00 |
Jon Hart
|
d5afb2b766
|
%q
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
ce73e32673
|
Doc and named captures
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
bf05fe1389
|
Refactoring, simplification, better print_*
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
6e1cdfde36
|
Rip out create_credential* stuff. Use what works
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
e5bb13a609
|
If remmina config files are missing data for creds, tell me what
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
875d1f9ea0
|
Convert Remmina credential gatherer to use new credentials model
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
086f0c02d6
|
Remove excessive logging
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
90e58e9e71
|
Binary encoding
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
e76373340e
|
Correct some Rubocop things that I agree with
|
2014-11-17 09:01:14 -08:00 |
Jon Hart
|
f729a6cf02
|
Add Remmina RDP/SSH/VNC password gathering
|
2014-11-17 09:01:13 -08:00 |
Jon Hart
|
c765100efd
|
Land #4004, @martinvigo's LastPass master password extraction module
|
2014-10-22 16:34:54 -07:00 |
Jon Hart
|
29b61984c5
|
Update to use correctly joined path
|
2014-10-22 16:34:17 -07:00 |
Tim Wright
|
b8c3fadb9e
|
python 3 is supported now too :)
|
2014-10-22 20:10:48 +01:00 |
Tim Wright
|
8c3c73a72d
|
inline the error message
|
2014-10-22 20:08:14 +01:00 |
Tim Wright
|
2ab73688dc
|
use framework.threads to launch cleanup thread
|
2014-10-22 19:40:29 +01:00 |
Tim Wright
|
22fc6496ac
|
Merge branch 'pr/3401' into landing-3401
|
2014-10-22 19:23:01 +01:00 |
Jon Hart
|
88c1647c80
|
Loot the passwords, obviously
|
2014-10-19 13:11:10 -07:00 |
Jon Hart
|
0971d7c3ac
|
Remove ... from prints, only map a browser if we found something
|
2014-10-19 13:05:11 -07:00 |
Jon Hart
|
967800eed0
|
Track account name for more useful table and prints
|
2014-10-19 12:59:51 -07:00 |
Jon Hart
|
5a05246682
|
Consistent case in *print_*
|
2014-10-19 12:30:50 -07:00 |
Jon Hart
|
a30663e412
|
Fix multiuser LastPass extraction, print/vprint cleanup
|
2014-10-17 17:40:19 -07:00 |