Attacking Common Services
Getting IPs of web servers
for i in $(cat subdomainlist);do host $i | grep "has address" | grep $DOMAIN | cut -d" " -f1,4;donevServer info using Shodan
for i in $(cat ip-addresses.txt);do shodan host $i;doneCloud Enumeration
python3 o365spray.py --validate --domain $DOMAIN
python3 o365spray.py --enum -U users.txt --domain $DOMAIN
python3 o365spray.py --spray -U usersfound.txt -p '$PASSWORD' --count 1 --lockout 1 --domain $DOMAINTips
FTP
SSH
SMB
NFS
DNS
SMTP
IMAP/POP3
SNMP
MySQL
MSSQL
Oracle TNS
IPMI
Rsync - Linux
R-Services - Linux
RDP - Windows
WinRM - Windows
WMI - Windows
Last updated