From 3ff842c88854096c83ed2a7446e934c07a308f5b Mon Sep 17 00:00:00 2001 From: Patrick Neumann <patrick@neumannsland.de> Date: Thu, 11 Jul 2024 17:06:09 +0000 Subject: [PATCH] =?UTF-8?q?Example=20stdout=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example-stdout.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Example-stdout.md diff --git a/Example-stdout.md b/Example-stdout.md new file mode 100644 index 0000000..061a511 --- /dev/null +++ b/Example-stdout.md @@ -0,0 +1,74 @@ +``` +$ ./ios2html -c 20180603-0001 -f report_with_data ios_backup_with_data +ios2html version: + 1.0 (created: 2018-06-01) + +Cmdline: + ./ios2html -c 20180603-0001 -f report_with_data ios_backup_with_data + +ios2html started at: + So 3 Jun 2018 21:13:04 CEST + +Loaded libraries and plugins: + functions.sh + template_engine.sh + hardware_plugin.sh + os_plugin.sh + configuration_plugin.sh + accounts_plugin.sh + applications_plugin.sh + sms_plugin.sh + kik_plugin.sh + addressbook_plugin.sh + +System: + Darwin + bash + +Defined/supplied Target folder: + /Users/neupat75/Nextcloud/Documents/NCFI/M3/Apple/A4/P2/v1.0/report_with_data + +Defined log file: + /Users/neupat75/Nextcloud/Documents/NCFI/M3/Apple/A4/P2/v1.0/report_with_data/ios2html.log + +Defined/supplied browser: + Firefox + +Supplied case number: + 20180603-0001 + +Guessed/supplied officers name: + Patrick Neumann + +Supplied iOS backup folder: + /Users/neupat75/Nextcloud/Documents/NCFI/M3/Apple/A4/P2/v1.0/ios_backup_with_data + +Start creating index.html... + +... adding hardware informations... +SUCCESS: hardware informations added! + +... adding os informations... +SUCCESS: operating system informations added! + +... adding configuration informations... +SUCCESS: configuration informations added! + +Start creating accounts.html... +SUCCESS: accounts.html created! + +Start creating applications.html... +SUCCESS: applications.html created! + +Start creating sms.html... +SUCCESS: sms.html created! + +Start creating contacts.html... +SUCCESS: contacts.html created! + +Start creating kik.html... +SUCCESS: kik.html created! + +SUCCESS: index.html created! + +The report was rendered in 2.032206 seconds. +```