LCLahiru Chathurangainlahirucw.hashnode.dev·Apr 29, 2021 · 8 min readWindows SetupAPI log filesUSB device history is a great source of evidence during forensics analysis. In windows, there are more specific locations where reveal USB device history and various data related to USB devices. In most of these locations, we can see either a Windows...00
LCLahiru Chathurangainlahirucw.hashnode.dev·Apr 12, 2021 · 4 min readIntroducing Portable applicationsBrief Introduction to Portable apps. Portable means carried or moved with ease. The app means a computer program. Simply, we can define a portable app as a program without an installer. A portable app doesn't need to be installed on the computer. S...01M
LCLahiru Chathurangainlahirucw.hashnode.dev·Apr 6, 2021 · 3 min readCreating a new SQLite database using python.Hello Friends, Currently I am trying to develop a script to identify the USB vendors and Products using Vendor Ids and Product Ids. The script I found is working with the internet connection. So, I wanted to use that script without an internet connec...00
LCLahiru Chathurangainlahirucw.hashnode.dev·Mar 31, 2021 · 6 min readBest Cloud IDEs for Programmers.Hello Friends, This is my third blog post on Hashnode. This blog post is bit different from my first two blog post. Especially, after I found a cloud IDE called Repl.it and used it, the first thing that came to my mind was "Wow!, This is pretty good....00
LCLahiru Chathurangainlahirucw.hashnode.dev·Mar 24, 2021 · 3 min readWhy Python is useful for Forensics ?Today, Python is very popular among programmers. Everyone uses python for many tasks like building web applications, Graphical User Interface based applications, Software Development applications, Network Programming, Game development etc. Also, We c...00