Hacking - Section 7 (Vulnerability Analysis) Flashcards

1
Q

What are the n-map scripts?

A

Functions that allows you to detect systems vulnerabilities, collect more info, detect malware, etc.

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

How to find a list of them? (Scripts)

A

cd /usr/share/nmap/scripts

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

How to use them? (Script)

A

nmap + - - script + name of it + IP

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

How to make a connection with a port (test it)?

A

Go to your browser – > type: IP of the machine + : + port number.

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

What is the use of ‘banner’ script?

A

Tells the exactly version of the software running on an open port.

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

What is the use of ‘exploit’ script?

A

Exploit vulnerabilities that it finds in a machine.

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

What is the use of ‘ftp-anon.nse’ script?

A

Gives the output for the ftp port, telling if anonymous login is allowed.

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

What is anonymous ftp login allowed?

A

You can use anonymous credencials to login in it.

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

How to login in a anonymous ftp?

A

Type: ftp + IP

login: anonymous
password: whatever u want
type: ‘help’ to see commands.

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

How to mannualy find vulnerabilities?

A

Use the -sV command, copy the version of some open port, search for it on google as: version + exploit.

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

What is the searchsploit tool and how to use it?

A

A database which shows you what you can use in order to get info about exploitation.
searchsploit + version

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

What is the use of the ‘malware’ script?

A

To check if there is a malware on the computer.

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

How to locate a vulnerability version? (searchsploit)

A

After using the searchsploit tool to find a way of exploit it, in the path result, you will get some info.
use: locate + path info (version)
cd + the result (of the previous step)
nano + path info (version)

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

How to install a package?

A

sudo + dpkg + -i + name of it (full)

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

What is the nessus tool?

A

A tool which allows you to perform several analysis on IP adresses. (it’s a website)

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

How to open the nessus tool?

A

Type on the browser:

https://kali:8834/