@@ -198,52 +198,10 @@ If those don't work attempt:
198198
199199Check 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
249207Check out the [ contributing guidlines] ( CONTRIBUTING.md ) file for more info
0 commit comments