File Manipulation Flashcards

1
Q

A command-line utility for outputting the first ten lines of a file provided
to it

A

head

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A command-line utility for outputting the last ten lines of a file provided
to it

A

tail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A command-line utility for outputting the contents of a file to the screen

A

cat(concatenate)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A command-line utility for searching plain-text data sets for lines that
match a regular expression or pattern

A

grep

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A command-line utility used to change the access permissions of file
system objects

A

chmod

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Utility that provides an easy way to add messages to the /var/log/syslog
file from the command line or from other files

A

logger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Utility that supports encrypted data transfer between two computers for
secure logins, file transfers, or general purpose connections

A

SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A task automation and configuration management framework from
Microsoft, consisting of a command-line shell and the associated scripting
language

A

Powershell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

An interpreted, high-level and general-purpose programming language

A

Python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A software library for applications that secure communications over
computer networks against eavesdropping or need to identify the party
at the other end

A

OpenSSL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A command line utility that allows you to capture and analyze network
traffic going through your system

A

tcpdump

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A suite of free open source utilities for editing and replaying previously
captured network traffic

A

tcptreplay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A popular network analysis tool to capture network packets and display
them at a granular level for real-time or
offline analysis

A

Wireshark

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A command line utility used to copy disk images using a bit by bit copying
process

A

dd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A data preview and imaging tool that lets you quickly assess electronic
evidence to determine if further analysis with a forensic tool is needed

A

FTK Imager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A command line utility used to dump system memory to the standard
output stream by skipping over holes in memory maps

A

Memdump

17
Q

A commercial disk editor and universal hexadecimal editor used for data
recovery and digital forensics

A

Winhex

18
Q

A digital forensics platform and graphical interface to The Sleuth Kit® and
other digital forensics tools

A

Autopsy

19
Q

A computer security tool that offers information about software
vulnerabilities, IDS signature development, and improves penetration
testing

A

Metasploit(MSF)

20
Q

A tool that can hook one or more browsers and can use them as a
beachhead of launching various direct commands and further attacks
against the system from within the browser context

A

Browser Exploitation Framework (BeEF)

21
Q

A password recovery tool that can be used through sniffing the network,
cracking encrypted passwords using dictionary, brute-force, and cryptanalysis attacks, recording VoIP conversations, decoding scrambled
passwords, revealing password boxes, and analyzing routing protocols

A

Cain and Abel

22
Q

An open source password security auditing and password recovery tool available
for many operating systems

A

Jack the Ripper