mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
# casefile
|
|
|
|
Notes
|
|
-------
|
|
CaseFile is the little brother to [Maltego](../toools/maltego.md). It targets a unique market of 'offline' analysts whose primary sources of information are not gained from the open-source intelligence side or can be programmatically queried. We see these people as investigators and analysts who are working 'on the ground', getting intelligence from other people in the team and building up an information map of their investigation.
|
|
|
|
Help Text
|
|
-------
|
|
```
|
|
Usage: /usr/share/casefile/bin/../platform/lib/nbexec {options} arguments
|
|
|
|
General options:
|
|
--help show this help
|
|
--jdkhome <path> path to Java(TM) 2 SDK, Standard Edition
|
|
-J<jvm_option> pass <jvm_option> to JVM
|
|
|
|
--cp:p <classpath> prepend <classpath> to classpath
|
|
--cp:a <classpath> append <classpath> to classpath
|
|
Module reload options:
|
|
--reload /path/to/module.jar Installs or reinstalls a module JAR file.
|
|
|
|
Additional Module(s) Option(s):
|
|
-o, --open <arg1>...<argN>
|
|
-i, --import <arg>
|
|
|
|
Core options:
|
|
--laf <LaF classname> use given LookAndFeel class instead of the default
|
|
--fontsize <size> set the base font size of the user interface, in points
|
|
--locale <language[:country[:variant]]> use specified locale
|
|
--userdir <path> use specified directory to store user settings
|
|
--nosplash do not show the splash screen
|
|
```
|
|
|
|
Example Usage
|
|
-------
|
|
|
|
Links
|
|
-------
|
|
[Casefile](https://www.paterva.com/web6/products/casefile.php)
|