File Manipulation Flashcards
A command-line utility for outputting the first ten lines of a file provided
to it
head
A command-line utility for outputting the last ten lines of a file provided
to it
tail
A command-line utility for outputting the contents of a file to the screen
cat(concatenate)
A command-line utility for searching plain-text data sets for lines that
match a regular expression or pattern
grep
A command-line utility used to change the access permissions of file
system objects
chmod
Utility that provides an easy way to add messages to the /var/log/syslog
file from the command line or from other files
logger
Utility that supports encrypted data transfer between two computers for
secure logins, file transfers, or general purpose connections
SSH
A task automation and configuration management framework from
Microsoft, consisting of a command-line shell and the associated scripting
language
Powershell
An interpreted, high-level and general-purpose programming language
Python
A software library for applications that secure communications over
computer networks against eavesdropping or need to identify the party
at the other end
OpenSSL
A command line utility that allows you to capture and analyze network
traffic going through your system
tcpdump
A suite of free open source utilities for editing and replaying previously
captured network traffic
tcptreplay
A popular network analysis tool to capture network packets and display
them at a granular level for real-time or
offline analysis
Wireshark
A command line utility used to copy disk images using a bit by bit copying
process
dd
A data preview and imaging tool that lets you quickly assess electronic
evidence to determine if further analysis with a forensic tool is needed
FTK Imager