Skip to content

Commit 3ef1c03

Browse files
Quick document changes to get ready for v3.6.0
Signed-off-by: Shahm Najeeb <[email protected]>
1 parent cb27001 commit 3ef1c03

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

CODE/Logicytics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ def __and_log(directory: str, name: str):
441441
log.debug(
442442
f"Zipping directory '{directory}' with name '{name}' under action '{ACTION}'"
443443
)
444+
# noinspection PyUnreachableCode
444445
zip_values = file_management.Zip.and_hash(
445446
directory,
446447
name,

README.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -198,52 +198,10 @@ If those don't work attempt:
198198

199199
Check out the [wiki](https://github.com/DefinetlyNotAI/Logicytics/wiki) for help.
200200

201-
## 📊 Data Extraction 📊
202-
203-
Logicytics extracts a wide range of data points on a Windows system.
204-
205-
Here are some of the data points that Logicytics extracts:
206-
207-
> [!IMPORTANT]
208-
> Don't recreate the scripts/ideas below as then it's a waste of time for you,
209-
> unless the Side-note on the script says otherwise, you can however contribute to the script itself.
210-
211201
> [!TIP]
212202
> You can check out future plans [here](PLANS.md),
213203
> you can contribute these plans if you have no idea's on what to contribute!
214204
215-
| File Name | About | Important Note |
216-
|--------------------------|----------------------------------------------------------------------------------------------------------------------|----------------------------|
217-
| browser_miner.ps1 | Mines all data related to browsers | |
218-
| cmd_commands.py | Gets data from driverquery, sysinfo, gpresult and more | |
219-
| log_miner.py | Gets all logs from the Windows device | |
220-
| media_backup.py | Gets all media of the device in a neat folder | Would love to be updated |
221-
| netadapter.ps1 | Runs Get-NetAdapter Command with many flags | |
222-
| property_scraper.ps1 | Gets all the windows properties | |
223-
| registry.py | Backups the registry | |
224-
| sensitive_data_miner.py | Copies all files that can be considered sensitive in a neat folder, very slow and clunky - useful for depth scanning | |
225-
| ssh_miner.py | Gets as much ssh private data as possible | |
226-
| sys_internal.py | Attempts to use the Sys_Internal Suite from microsoft | |
227-
| tasklist.py | Gets all running tasks, PID and info/data | |
228-
| tree.ps1 | Runs and logs the tree.ps1 command, very slow and clunky - useful for depth scanning | |
229-
| window_feature_miner.ps1 | Logs all the windows features enabled | |
230-
| wmic.py | Logs and runs many wmic commands to gain sensitive data and information | |
231-
| wifi_stealer.py | Gets the SSID and Password of all saved Wi-Fi | |
232-
| dir_list.py | Produces a txt on every single file on the device, very slow and clunky - useful for depth scanning | |
233-
| event_logs.py | Produces a multiple txt files in a folder on many event logs (Security, Applications and System) | |
234-
| vulnscan.py | Uses AI/ML to detect sensitive files, and log their paths | In beta! We need feedback! |
235-
| dump_memory.py | Dumps some memory as well as log some RAM details | Not completely good yet... |
236-
| bluetooth_details.py | Gets the PNP Device ID, Status, Manufacturer, Device ID, Name, Description of all paired bluetooth devices | |
237-
| bluetooth_logger.py | Collect, log, and analyze Bluetooth-related data, by accessing the Windows registry and Event Viewer. | |
238-
| network_psutil.py | The `network_psutil.py` file collects and logs various network-related information. | |
239-
240-
This is not an exhaustive list,
241-
but it should give you a good idea of what data Logicytics is capable of extracting.
242-
243-
> [!NOTE]
244-
> **Any file with `_` is not counted here,
245-
> do note they may range from custom libraries to special files/wrappers**
246-
247205
### Want to create your own mod?
248206

249207
Check out the [contributing guidlines](CONTRIBUTING.md) file for more info

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This section outlines the versions of our project that are currently supported w
66

77
| Version | Supported | Major Release Date |
88
|---------|-----------|--------------------|
9+
| 3.6.x || July 26, 2025 |
910
| 3.5.x || July 26, 2025 |
1011
| 3.4.x | ✖️ | January 3, 2025 |
1112
| 3.3.x | ✖️ | January 3, 2025 |

0 commit comments

Comments
 (0)