Network

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:25 PM on 4/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

curl -k

(curl) to ignore bad SSL certificates

2
New cards

curl -I

(curl) to only get headers

3
New cards

nc -u

(nc) to look for udp ports

4
New cards

nc -z

(nc) to only get open ports

5
New cards

nc -v

(nc) to get verbose info

6
New cards

lftp

to get ftp servers

7
New cards

ssh

to connect to to ssh servers

8
New cards

dig

dig [@ip address to query] [domain name to look up] [type (e.g. TXT)]

9
New cards

dig -x

dig [@ip address to query] -x [domain name to look up]

10
New cards

mysql -h -p -u -p

mysql -h [host ip address] -p [port] -u [username] -p[‘password’]

11
New cards

(mysql) show databases

displays the names of all sql databases

12
New cards

(mysql) use

to go into a database

13
New cards

(mysql) select from

(mysql) select [column] from [table] to see the info in the column of that table