Hacking Flashcards

1
Q

What’s the function of idle-python3.9?

A

To open the python idle

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

What’s the function of touch?

A

Create an empty file

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

What’s the function of rm -r?

A

To remove a directory (eliminate)

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

How to use echo?

A

Echo + text + > + name of the file

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

How to use an python archive?

A

Python3 + name of the archive

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

How to use rm -r?

A

rm + name of the directory + -r

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

What is the MAC address? (ether)

A

It’s a identification that’s allows neighbor machines and machines that are connected to the same network to communicate, and identify your pc.

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

What is IP address?

A

It allows global communication and tells the location of the machine.

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

What does the / stands for?

A

Root, the paste which gather all others.

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

What informations are the main target for information gathering?

A

Ip addresses, cellphone numbers, emails, technology info (hardware, software, system…)

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

What is the function mslookup?

A

It shows more info about the machine, like the servers it is connected, the ip address.

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

What is the function of whois (tool)?

A

It shows a lot of information that is available publicly on the internet about the target (ip, emails, addresses).

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

whats the function of whatweb? and how do u use it?

A

A tool that reveals a lot of info about a target, ip, servers connecteds, plugins, adressess, emails, and more.
whatweb + url, IP, etc…

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

whats the funcion of verbore and how do u use it?

A

organize the info collected by the whatweb tool and shows more plugins.
whatweb + url + -v

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

whats the netmark info?

A

it shows the adressess which the machine is connected to (wifi)

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

How do u save a info inside whatweb?

A

its a function that will save the info into a simple documents of everything you’ve collected.
whatweb + url + log-verbose= + name u want

17
Q

How do u specify an aggression level on whatweb?

A

Typing - - agression + the number

18
Q

Whats the harvester tool, and how do we use it?

A

its a tool inside of the terminal which will search for mainly emails of companies and urls, u use it by typing theHarvester + -d + name of domain + -b + all/google/etc.

19
Q

Whats the -d and -b specifies inside the tool? How to use them? (theHarvester)

A

-d acts for domain, and -b to the way u want the tool to search the results (google/bing/linkedin/all/etc)
use it as -d + the name of the domain/url
and -b as the search engine (as to speak)
the Harvester -d google.com -b all

20
Q

Whats the hunter.io?

A

A website that will look up for many emails of a company/url that u search.

21
Q

How can u download a tool from github?

And which directory u must be?

A

type git + clone + the url of the archive u want to download.
u must be in the Desktop.

22
Q

What’s the redhawk tool and how to use it?

A

A tool to run scans on websites.

type: php + rhawk.php inside the rhawk paste.

23
Q

What’s the sherlock tool and how to use it?

A

A tool to discover usernames on lots of networks.

type: python3 + sherlock.py + the username.

24
Q

What’s the command used to install things inside the Terminal?

A

pip3 + install + the name of the archive.

25
Q

What’s the email scarper and how to use it?

A

It’s a python program that searches for lots of emails from a url.
- python3 + email-scarper.py +https/http + url
Remembering u must be in the same directory as the program to open it.