Chapter 3 Ethical Hacking

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

kali > iconfig

queries active network connections

2
New cards

dig

offers a way to gather DNS information about a target domain

3
New cards

kali > dhclient eth0

requests a dynamic IP from the DHCP server

useful for slipping in as a legit device on Lan

4
New cards

kali > iwconfig

gathers information like adapters IP address, MAC address, and what modes it is in.

5
New cards

kali >ifconfig eth0

changes IP address

6
New cards

kali> iconfig eth0 netmask

changes network mask and broadcoast adress

7
New cards

kali> ifconfig eth0 down

kali> ifconfig eth0 hw ether

kali>ifconfig etc0 up

commands to spoof a MAC address

8
New cards

kali> dig hackers-arise.com ns

displays information on a domain nameserver

9
New cards

displays information on a domain mail exchange server

10
New cards

kali > echo “nameserver 8.8.8.8”> / ect/resolv.conf

echoes the string nameserver 8.8.8.8 and redirects it to the file etc/resolv.comf replacing the current content

11
New cards

find information on your active network interfaces

kali > ifconfig

12
New cards

change the IP address on eth0 to 192.168.1.1

kali > ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up

13
New cards

change the hardware address on eth0

ifconfig eth0 down

ifconfig eth0 hw ether

ifconfig eth0 up

14
New cards

check if any avaliable wireless interfaces are active

kali> iwconfig

15
New cards

find the nameserver and email server of your favorite website

kali > .com ns

kali > .com mx