Linux
Steganography
Networking
Python Coding
Ciphers
100

What command shows the files in the current directory?

ls

100

Which application was used for network-based Stego (analyzing packets of information over a network)?

Wireshark

100

What is the name of the unique identifier for a computer?

Mac address

100

What kind of loop executes code as long as a condition is met?

While loops

100

Which cypher is based on a rotation?

Caesar

200

What game did you play the first day to understand different commands?

Terminus

200

Each pixel can have a value ranging from what?

(Red, Green, Blue) ---> (0-255, 0-255, 0-255)

200

what is the name of a unique identifier for a computer on a specific network?

IP address

200

what is the name of special character used at the end of functions/loops/conditionals?

Colon

200

How should you break a simple substitution cipher?

Frequency Analysis

300

What command shows the path (location) of a directory you're in?

pwd

300

Steganography is Greek for...?

Concealed Writing

300

What are the five layers of OSI model in modern computer networking?

Physical, Data Link, Network, Transport and Application Layer

300

What does built-in method input() do?

Prompts use for input

300

Which cypher is a series of interwoven caesar ciphers?

Vigenere

400

Which command allowed you to go back one directory?

cd ..

400

Where does Stepic hide data?

RGB of pixels in an image

400

Why is the TCP Stream useful?

It makes it easier for you to see specific data and it allows you to see user inputs. Eg. Passwords and Usernames

400

How do you insert COMMENTS in Python code?

Adding # at beginning of the comment or ''' for multiline comments

400

What is the name of the "perfect" cypher?

One Time pad

500

What permissions are given by chmod 777?

Read, Write, Execute for all users

500

What does EXIF stand for?

Exchangeable image file format

500

What is the difference between router and switch?

A switch is designed to connect computers within a network, while a router is designed to connect multiple networks together

500

Python has four primitive variable types, they are?

Integers.Float.Strings.Boolean.

500

What is the difference between a public and private key?

The public key encrypts while the private key decrypts

M
e
n
u