276 Commits

Author SHA1 Message Date
adam-m
858919e602 try to fix RA module autodiscovery 2012-09-26 14:49:20 -04:00
adam-m
498b8019ae Wrap all jars in Core in a separate module CoreLibs 2012-09-26 14:43:34 -04:00
adam-m
58043edb45 Initial merge of core modules - it does build.
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
adam-m
4f66fc0c80 update deps 2012-09-25 13:57:38 -04:00
adam-m
d7cfd61926 move case to core
intermediate changes
2012-09-25 13:43:19 -04:00
adam-m
c0597a160d better format of messages 2012-09-24 16:16:23 -04:00
adam-m
a9efd1af42 better error handling 2012-09-24 14:09:43 -04:00
adam-m
aef802f134 Handle errors better, prevent null ptr exc in Extract 2012-09-24 14:08:41 -04:00
adam-m
4df34868ba Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 14:00:48 -04:00
adam-m
a26f446217 better logging in registry when date not parsable 2012-09-24 13:55:35 -04:00
adam-m
4479abe064 fix SEUQA mapping location
Rename a method
2012-09-24 13:51:21 -04:00
0xNF
af910fec52 Updated SEUQA to look for its mappings under /config/ 2012-09-24 10:40:57 -04:00
adam-m
d60797ee93 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-21 12:21:03 -04:00
adam-m
d811b4e01a module loader: implemented auto discovery and XML config persistence.
Hide recent activity sub-modules from being auto-loaded.
Add ingest module ivy support in build, add 3rd party reflection module.
2012-09-20 18:32:47 -04:00
0xNF
45619bbd5c SearchEngine bug fix: Should properly find its mappings file again. 2012-09-20 14:21:49 -04:00
0xNF
f81e7a8e84 Pull from Devin 2012-09-20 13:41:54 -04:00
adam-m
7e939b1108 remove ingest module registration from layer.xml 2012-09-19 16:29:49 -04:00
adam-m
5b9fcf6bbc update file name, delete old file 2012-09-19 14:13:27 -04:00
adam-m
ecb2ccdc64 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-18 15:14:29 -04:00
adam-m
44c0464a31 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-18 15:14:08 -04:00
adam-m
c13a64ad32 Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/SearchEngineURLQueryAnalyzer.java
2012-09-18 14:23:06 -04:00
adam-m
acebcb1064 Add version and args API to ingest modules 2012-09-18 14:20:25 -04:00
0xNF
0a6643ee7c Fixed random code duplications. 2012-09-18 14:17:00 -04:00
0xNF
51b2b31584 Merge http://www.github.com/0xNF/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
2012-09-18 14:14:53 -04:00
0xNF
245fb13aa1 Marked locations of deprecated constructors. 2012-09-18 13:51:03 -04:00
0xNF
ba0bab1117 Marked locations of deprecated constructors. 2012-09-18 13:37:54 -04:00
0xNF
c333af7edf Search Engine changes. Additionally, now properly referred to as SEUQA(was SEQUA) 2012-09-18 12:43:02 -04:00
dhurd
db098e50f2 Enabled the Plugins menu and hid core modules. 2012-09-17 15:54:30 -04:00
adam-m
6629f6d8e7 TSK-562 Generalize search engine query parsing 2012-09-17 13:14:40 -04:00
adam-m
9b2f582934 Switch remaining logging from java.util.logging.Logger to coreutils.Logger 2012-09-14 18:16:01 -04:00
adam-m
3e3cb3ed69 implement init() in extract registry mod. 2012-08-31 00:12:23 -04:00
adam-m
e4eb4b8e3f Fix order of initializaion of services/manager in modules to ensure a single instance of manager. 2012-08-31 00:05:59 -04:00
adam-m
4d73386d96 Ingest API changes: add IngestModuleInit context to init(), change IngestManagerProxy into IngestServices singleton 2012-08-30 12:47:15 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
c7a9409f41 remove deprecation where possible 2012-08-28 10:08:54 -04:00
dhurd
a7eb7b49ee Added TSK_URL_DECODED attribute for any found URL. 2012-08-27 14:18:01 -04:00
adam-m
6f823614af fix dox warns 2012-08-24 11:47:09 -04:00
adam-m
2cd88da153 better catch exception from URL parsing, do not log if cannot parse 2012-08-22 13:35:00 -04:00
adam-m
cbdb37d0e9 Fix Domain parsing in Recent Activity (more consistent, missing for IE, works for not fully formatted invalid URLs, etc) 2012-08-21 15:24:15 -04:00
adam-m
6a5459d2dd Fix domain attribute
Do not hard code attribute ids
2012-08-21 13:34:49 -04:00
adam-m
a57d441a36 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-08-02 10:33:36 -04:00
0xNF
3f2462f96f Added license header to SEQUA. 2012-08-02 10:26:59 -04:00
0xNF
269cf86876 SearchEngine enum has a bit more functionality, along with some other minor fixes and improvements. 2012-08-02 10:22:47 -04:00
adam-m
870eaa71b8 TSK-552 Extract search engines queries from URL attributes
- initial version merge from Nick
2012-08-01 17:25:04 -04:00
0xNF
77994840b7 Blackboard content will tell if the query was from a bookmark or not. 2012-08-01 12:48:40 -04:00
0xNF
4c7645692b Added SearchEngineURLQueryAnalyzer submodule in Recent Activity.
A new tab under Extracted Content, "Web Search Engine Query" holds extracted search query information.
Currently supports the following engines: Google, Bing, Yahoo, Baidu, Soso, Sougo, Yandex, Parset, Parseek, Linkestan, Biglobe, Youdao.
2012-07-31 15:07:04 -04:00
Alex Ebadirad
012def9e4e Added info statements when processing files for recent activity Firefox.java, Chrome.java, and ExtractRegistry.java classes.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-07-11 15:45:21 -07:00
Alex Ebadirad
e65269c856 Minor tweak to add prog_name to recent ms office documents 2012-07-09 10:02:48 -07:00
Alex Ebadirad
d18e3c663a Removal of warnings and modifications of RR plugins for word/word2010
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-07-09 10:00:33 -07:00
adam-m
ef8371b544 Update ingest manager proxy java docs
Add a method to from manager to the facade
2012-06-28 10:07:48 -04:00