From 2240d5f820eb39b5236e1e898872269571a6b0f5 Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Sun, 16 Feb 2014 18:38:10 -0500 Subject: [PATCH] Added Maltego --- tools/maltego.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tools/maltego.md diff --git a/tools/maltego.md b/tools/maltego.md new file mode 100644 index 0000000..a0cf96f --- /dev/null +++ b/tools/maltego.md @@ -0,0 +1,41 @@ +# Maltego + +Notes +------- + +Help Text +------- +``` +Module reload options: + --reload /path/to/module.jar install or reinstall a module JAR file + +Additional module options: + --modules + --refresh Refresh all catalogs + --list Prints the list of all modules, their versions and enablement status + --install ... Installs provided JAR files as modules + --disable ... Disable modules for specified codebase names + --enable ... Enable modules for specified codebase names + --update ... Updates all or specified modules + --update-all Updates all modules + --extra-uc Add a extra Update Center (URL) + -o, --open ... + -m, --machine + -a, --alias + -u, --updates + -i, --import + +Core options: + --laf use given LookAndFeel class instead of the default + --fontsize set the base font size of the user interface, in points + --locale use specified locale + --userdir use specified directory to store user settings + --cachedir use specified directory to store user cache, must be different from userdir + --nosplash do not show the splash screen +``` + +Example Usage +------- + +Links +-------