Hacking Flashcards
What’s the function of idle-python3.9?
To open the python idle
What’s the function of touch?
Create an empty file
What’s the function of rm -r?
To remove a directory (eliminate)
How to use echo?
Echo + text + > + name of the file
How to use an python archive?
Python3 + name of the archive
How to use rm -r?
rm + name of the directory + -r
What is the MAC address? (ether)
It’s a identification that’s allows neighbor machines and machines that are connected to the same network to communicate, and identify your pc.
What is IP address?
It allows global communication and tells the location of the machine.
What does the / stands for?
Root, the paste which gather all others.
What informations are the main target for information gathering?
Ip addresses, cellphone numbers, emails, technology info (hardware, software, system…)
What is the function mslookup?
It shows more info about the machine, like the servers it is connected, the ip address.
What is the function of whois (tool)?
It shows a lot of information that is available publicly on the internet about the target (ip, emails, addresses).
whats the function of whatweb? and how do u use it?
A tool that reveals a lot of info about a target, ip, servers connecteds, plugins, adressess, emails, and more.
whatweb + url, IP, etc…
whats the funcion of verbore and how do u use it?
organize the info collected by the whatweb tool and shows more plugins.
whatweb + url + -v
whats the netmark info?
it shows the adressess which the machine is connected to (wifi)
How do u save a info inside whatweb?
its a function that will save the info into a simple documents of everything you’ve collected.
whatweb + url + log-verbose= + name u want
How do u specify an aggression level on whatweb?
Typing - - agression + the number
Whats the harvester tool, and how do we use it?
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.
Whats the -d and -b specifies inside the tool? How to use them? (theHarvester)
-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
Whats the hunter.io?
A website that will look up for many emails of a company/url that u search.
How can u download a tool from github?
And which directory u must be?
type git + clone + the url of the archive u want to download.
u must be in the Desktop.
What’s the redhawk tool and how to use it?
A tool to run scans on websites.
type: php + rhawk.php inside the rhawk paste.
What’s the sherlock tool and how to use it?
A tool to discover usernames on lots of networks.
type: python3 + sherlock.py + the username.
What’s the command used to install things inside the Terminal?
pip3 + install + the name of the archive.
What’s the email scarper and how to use it?
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.