Skip to main content

Tools

Various Tools in Linux and Windows.

There are various tools to explore in windows and linux to work with various files and analyze. The example and the usage of the tools provides in here is from the point of view of penetration testing.

Windows Search files

Search for file proof.txt

dir /s /p proof.txt

where command is replacement for dir

where /r c:\Windows *.exe *.dll