@@ -201,10 +201,12 @@ Don't recreate these:
201
201
<tr >
202
202
<td>driverquery+sysinfo.py</td>
203
203
<td>Gets data from driverquery and sysinfo command</td>
204
+ <td></td>
204
205
</tr >
205
206
<tr >
206
207
<td>log_miner.py</td>
207
208
<td>Gets all logs from the Windows device</td>
209
+ <td></td>
208
210
</tr >
209
211
<tr >
210
212
<td>media_backup.py</td>
@@ -214,6 +216,7 @@ Don't recreate these:
214
216
<tr >
215
217
<td>netadapter.ps1</td>
216
218
<td>Runs Get-NetAdapter Command with many flags</td>
219
+ <td></td>
217
220
</tr >
218
221
<tr >
219
222
<td>online_ip_scraper.py</td>
@@ -223,10 +226,12 @@ Don't recreate these:
223
226
<tr >
224
227
<td>property_scraper.ps1</td>
225
228
<td>Gets all the windows properties</td>
229
+ <td></td>
226
230
</tr >
227
231
<tr >
228
232
<td>registry.py</td>
229
233
<td>Backups the registry</td>
234
+ <td></td>
230
235
</tr >
231
236
<tr >
232
237
<td>sensitive_data_miner.py</td>
@@ -236,30 +241,37 @@ Don't recreate these:
236
241
<tr >
237
242
<td>ssh_miner.py</td>
238
243
<td>Gets as much ssh private data as possible</td>
244
+ <td></td>
239
245
</tr >
240
246
<tr >
241
247
<td>sys_internal.py</td>
242
248
<td>Attempts to use the Sys_Internal Suite from microsoft</td>
249
+ <td></td>
243
250
</tr >
244
251
<tr >
245
252
<td>tasklist.py</td>
246
253
<td>Gets all running tasks, PID and info/data</td>
254
+ <td></td>
247
255
</tr >
248
256
<tr >
249
257
<td>tree.bat</td>
250
258
<td>Runs and logs the tree.bat command</td>
259
+ <td></td>
251
260
</tr >
252
261
<tr >
253
262
<td>window_feature_miner.ps1</td>
254
263
<td>Logs all the windows features enabled</td>
264
+ <td></td>
255
265
</tr >
256
266
<tr >
257
267
<td>wmic.py</td>
258
268
<td>Logs and runs many wmic commands to gain sensitive data and information</td>
269
+ <td></td>
259
270
</tr >
260
271
<tr >
261
272
<td>wifi_stealer.py</td>
262
273
<td>Gets the SSID and Password of all saved Wi-Fi</td>
274
+ <td></td>
263
275
</tr >
264
276
</table >
265
277
@@ -302,6 +314,7 @@ Always obtain proper authorization before extracting any data from a system.
302
314
### 🔗 Links
303
315
304
316
- [ Project's Wiki] ( https://github.com/DefinetlyNotAI/Logicytics/wiki )
317
+ - [ Project's Future] ( https://definetlynotai.github.io/Logicytics/WEB/roadmap.html )
305
318
- [ Project's License] ( LICENSE )
306
319
307
320
### License
0 commit comments