linuxCommands Flashcards

1
Q

List files and directories in the current directory

A

ls

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

Change directory

A

cd

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

Print the current working directory

A

pwd

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

Create a new directory

A

mkdir

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

Create a new empty file

A

touch

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

Copy files

A

cp

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

Remove files

A

rm

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

Move or rename files

A

mv

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

Display disk usage statistics

A

du

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

Display disk space statistics

A

df

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

Change file permissions

A

chmod

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

Change file ownership

A

chown

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

Display the contents of a file

A

cat

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

Display the last few lines of a file

A

tail

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

Display the first few lines of a file

A

head

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

Display the contents of a file one page at a time

A

less

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

Display the contents of a file one page at a time

A

more

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

Edit a file using the nano editor

A

nano

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

Edit a file using the vi editor

A

vi

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

Display a list of running processes

A

ps

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

Display a list of running processes in real-time

A

top

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

Kill a running process

A

kill

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

Display network interface configurations

A

ifconfig

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

Send ICMP echo requests to a target host

A

ping

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

Display network statistics

A

netstat

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

Perform network scanning and port enumeration

A

nmap

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

Display or modify the ARP cache

A

arp

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

Perform DNS queries

A

dig

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

Retrieve WHOIS information for a domain

A

whois

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

Perform DNS lookups

A

host

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

Display the route packets take to a destination

A

traceroute

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

Show or manipulate the IP routing table

A

route

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

Configure firewall rules

A

iptables

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

Capture and analyze network traffic

A

tcpdump

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

Netcat - a versatile networking utility for testing

A

nc

36
Q

Framework for developing and executing exploits

A

metasploit

37
Q

Brute-force login attacks

A

hydra

38
Q

Password cracking tool

A

john

39
Q

Wireless network security assessment tool

A

aircrack-ng

40
Q

Brute-force attacks against WPS-enabled routers

A

reaver

41
Q

Automated SQL injection and database takeover tool

A

sqlmap

42
Q

Enumerate information from Windows and Samba systems

A

enum4linux

43
Q

Web server vulnerability scanner

A

nikto

44
Q

Web content scanner

A

dirb

45
Q

WordPress vulnerability scanner

A

wpscan

46
Q

Web application security testing tool

A

burp

47
Q

SQL server injection and takeover tool

A

sqlninja

48
Q

Man-in-the-middle attack tool

A

ettercap

49
Q

Network intrusion detection system

A

snort

50
Q

Open Vulnerability Assessment System

A

openvas

51
Q

Graphical user interface for Metasploit

A

armitage

52
Q

Cross-Site Scripting (XSS) exploitation tool

A

xsser

53
Q

Directory and file brute-forcing tool

A

dirbuster

54
Q

Advanced password recovery tool

A

hashcat

55
Q

Memory forensics tool

A

volatility

56
Q

Digital forensics platform

A

autopsy

57
Q

Directory and file brute-forcing tool

A

gobuster

58
Q

DNS enumeration tool

A

dnsrecon

59
Q

Passive OS fingerprinting tool

A

p0f

60
Q

IPv6 attack toolkit

A

thc-ipv6

61
Q

Change or blank Windows passwords

A

chntpw

62
Q

Extract Windows credentials from memory dumps

A

pcredz

63
Q

Exploit database for Metasploit

A

exploitdb

64
Q

Information gathering tool

A

dmitry

65
Q

Pattern matching swiss knife

A

yara

66
Q

Use Nmap from the Metasploit framework

A

db_nmap

67
Q

Generate Metasploit payloads

A

msfpc

68
Q

Collect MAC timestamps from files and directories

A

mac-robber

69
Q

Enumerate information from Asterisk PBX systems

A

enumiax

70
Q

Calculate IP network parameters

A

ipcalc

71
Q

Extract Windows credentials from memory

A

mimikatz

72
Q

Automated Wi-Fi phishing tool

A

wifiphisher

73
Q

Gather metadata from public documents

A

metagoofil

74
Q

Web reconnaissance framework

A

recon-ng

75
Q

Searchable exploit database

A

exploitdb

76
Q

Enumerate information from Asterisk PBX systems

A

enumiax

77
Q

Web application security testing framework

A

golismero

78
Q

GUI-based network infrastructure penetration testing tool

A

sparta

79
Q

VPN fingerprinting and testing tool

A

ike-scan

80
Q

Nmap graphical interface

A

nmapsi4

81
Q

Multipurpose relay for bidirectional data transfer

A

socat

82
Q

Directory and file brute-forcing tool

A

dirbuster-ng

83
Q

Test WebDAV-enabled servers

A

davtest

84
Q

Disassembler library for x86 and x86-64

A

udis86

85
Q

Security auditing tool

A

lynis