Andrew Rathbun
Andrew Rathbun
> Happy to work on this. Are we wanting to check if .net 6 runtime is installed. If not, download and install it? Or are we aiming for something else?...
I imagine a version checker could be implemented that queries the runtime version installed locally and checks if the current version of .NET 6 is installed. Probably similar logic to...
@brootware I just added a Spell Checker action. Any chance you can modify the workflow file to ignore anything in `.github`?
> ok I've modified the workflow file to only target to find deadlinks inside [`manuscript/`](https://github.com/Digital-Forensics-Discord-Server/TheHitchhikersGuidetoDFIRExperiencesFromBeginnersandExperts/tree/main/manuscript) directory and all the links in the content looks good and alive. https://github.com/brootware/TheHitchhikersGuidetoDFIRExperiencesFromBeginnersandExperts/actions/runs/5207913950/jobs/9395934942 > Would...
Any idea what the workflow looks like to enumerate these manifests? I've never been a sysadmin before so I don't have any experience toying around with Server much outside of...
https://learn.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature?view=windowsserver2022-ps Pasting this for posterity. Will spin up a VM when I get a chance and toy around with some of these commands.
Very weird, are you using the latest version of the NirSoft binaries? I just did a test on my own system and it did not have any live data processed...
> Maybe it's just a perfect storm of "weirdness!" Is "E:\" your OS volume? This only occurs for me when my triage-data (msource) is located on the OS Volume (C:...
@secure-cake I just tried the following: `.\kape.exe --msource C:\temp\browsingHistoryTest\tout\C --mdest C:\temp\browsingHistoryTest\mout --mflush --module NirSoft_BrowsingHistoryView,NirSoft_WebBrowserDownloads --debug --gui` and in the Source File column(s) for BrowsingHistoryView output, I have the following: ```...
I just tested the TeamViewer Target and it worked as expected.  Specifically, this part: ```yaml - Name: TeamViewer Application Logs Category: ApplicationLogs Path: C:\Program Files*\TeamViewer\ FileMask: 'TeamViewer*_Logfile*' Comment: "Includes...