Tools Flashcards

1
Q

tracert

A

Windows route tracing command based on ICMP packets
-d prevents address resolution
-h specify # hops
-j define loose source route

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

Traceroute

A

*nix based route tracing command uses UDP packets
Shows latency for each hop
-n no name resolution
-m #of hops
-q #of packets per hop

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

pathping

A

Windows to similar to tracert/route while providing latency and packet loss.
Calculates over time rather than TTL allowing 25secs per hop.
-n no resolution
-h #of hops
-w time to wait in ms for reply

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

nslookup

A

IP/Domain return
Also MX, A and other DNS records
‘set type=MX/A/AAAA‘ For type of record
-type=any Records of any type
-type=a Looks up A records (IP addresses)
-type=mx Looks up mail exchange

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

dig

A

*nix based DNS tool, more detail and power can request all make servers in a single command
-+short Makes output more concise
-x for reverse lookups when given an IP
-+trace Traces the DNS delegation path

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

Ipconfig

A

Shows current TCP/IP network configuration for the host.
IP4, IP6, MAC, Subnet, speeds, domains,
Can also enable/disable interfaces, refresh DHCP
-/all for full configuration
-/release to release the IP
-/renew to request new IP

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

netstat

A

Statistics by protocol,
Information about local/remote addresses
Connections, listening ports, running services
-a for all active connections
-n for numeric connections rather than symbolic names
-t/-u for limiting to tcp/UDP connections

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

arp

A

Local hosts arp cache
-a current cache for each interface
-s manually create entry
-d to delete entry

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

route

A

Used to display and modify systems route tables
-n/print displays in numerical format
-add to add a route
-del to delete route

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

nmap

A

IP scanner tool: port scans, hosts, services, service versions, OS.
-p specify port ranges
-sS TCP SYN half open route
-O for OS detection

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

Nessus

A

Vulnerability scanning tool.
Attempts to specify if running service is vulnerable and report with documentation and fixes.

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

netcat / nx

A

Banner gabbing, provide local or remote shell, raw connections to service, transfer files, interact with web servers
-l to listen to incoming connections
-p specify port
-v verbose output

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

curl

A

Linux utility to transfer data via URLs. Can also be used to transfer files
-o write output to a file
-I fetches HTTP heater only
-d to send HTTP post data

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

hping

A

Assembles and analyses TCP/IP packets.
Build custom packets to test issues and vulnerabilities, OS fingerprinting, firewalls and networks

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

The Harvester

A

Scrapes a URL or domain for emails, addresses, usernames and other details

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

scanless

A

Port scanner that uses third party scanners to port scan and reduce exposure of your system

17
Q

sn1per

A

Automated scanning tool
Recon using Whois, DNS, ping, port scanning and enumeration
Metasploit and nmap automation

18
Q

DNSenum

A

Find DNS service and entries, attempts zone transfers
Used in web penetration testing to identify potential targets

19
Q

tcpdump

A

Linux; Packet capture and relay
-w writes to file
-i for a given input

20
Q

Wireshark

A

Packet capture; sorting and analysis

21
Q

tcpreplay

A

Replay captured files from tcpdump/wireshark.
Different speeds, split output, apply filters.

22
Q

Cuckoo

A

Automated malware analysis sandboxing app.
Tracking calls to system components, APIs, capturing network traffic the malware might send

23
Q

route

A

Local routing table
‘route print’ - local route
‘route add’ - add a route

24
Q

WinHex

A

Hexadecimal editor can be used on Windows for forensics
Find and recover deleted/lost data

25
Q

memdump

A

Linux tool to analyse dump files