From b961ffa86208e052cb9515c689d99e7ffdb4e07f Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Tue, 23 Sep 2014 08:00:22 -0400 Subject: [PATCH] Half-ass attempt at pwdump There is not a lot of information to steal online, need to revisit this file --- tools/pwdump.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tools/pwdump.md diff --git a/tools/pwdump.md b/tools/pwdump.md new file mode 100644 index 0000000..c22f746 --- /dev/null +++ b/tools/pwdump.md @@ -0,0 +1,27 @@ +# pwdump + +Notes +------- +General information about the tool. + +What would you use this tool for? +Why would you use it? + + +Help Text +------- +``` +usage: /usr/bin/pwdump +``` + +Example Usage +------- +Any helpful examples found around the web or from personal experience + +``` +Actual commands can go here +``` + +Links +------- +[creddump](https://code.google.com/p/creddump/source/browse/trunk/pwdump.py)