Aaron Bloomfield (aaron@virginia.edu)
@github | ↑ |
forensics (plural in form but singular or plural in construction): the application of scientific knowledge to legal problems
especially: scientific analysis of physical evidence (as from a crime scene)
openssl aes-256-cbc -a -salt -in input.txt -out input.txt.aes
openssl aes-256-cbc -d -a -salt -in input.txt.aes -out output.txt
grep
to find text within filesabout:cache
C:\Users\User\AppData\Local\ Google\Chrome\User Data\Default\Cache
ipconfig /displaydns
under Windows, for examplestrings
on that file to extract all ASCII strings in that file
egrep
uses regular expressions:/
)-type f
) and runs grep
on them to search for example
within.
)