Is ScoutSuite open-scource?
Yes
ScoutSuite can
assess the security posture and perform security assessment on multiple cloud environments
Is ScoutSuite agentless?
Yes - it doesn’t require install or making changes to the cloud environment
What format are Scoutsuite reports in?
HTML
ScoutSuite can be used to check your cloud setup to make sure that it is
following best practices and any compliance standards
Use cases for ScoutSuite are:
cloud security security auditing, performing compliance checks, intergration into CI/CD
In Pivot lateral movement the initial compromised system is called the
foothold
What is local port forwarding used for in a pivot?
to redirect traffic from a local system to remote system
What is remote port forwarding used for in a pivot?
enables a remote system to connect to a local service on the user’s machine
What is dynamic port forwarding in a pivot?
it creates a dynamic tunnel that acts as a SOCKS proxy server
What is VPN pivoting?
A VPN is set up on a compromised machine. Allows the bypassing of IDS and firewalls
What is proxy pivoting?
Traffic routed through a proxy server.
Proxy pivoting can capture?
credentials and cookies
What is the proxychains tool?
allows users route their internet traffic through multiple proxies to obfuscate their activities
sshuttle is refered to as the
poorman’s VPN
sshuttle tool is used for
lateral movement
sshuttle will not work on
Windows systems natively
The general syntax used for sshuttle
sshuttle -r user@remote-server 0.0.0.0/0 (-r = remote server, zeros IP address=route all traffic through)
Does sshuttle support DNS fordwarding?
Yes (–dns in the CLI)
sqlmap will automate
SQL injections with web pages and APIs
Karma attack is a variant of the
evil twin wireless attack
Command to scan a network for ports, etc using metasploit is:
db_nmap [-xX]
msfvenon option for different encoding
-e (helps to evade detection)
Hydra option to stop when a password is found
-f