phish
email spoofing, link manipulation, landing pages.
Load with: use phish
Quick example
use phish
result = phish("hello", \(x) x, "value", "value", "value", "value")
prn(result)
Functions
Email spoofing
phish(from_name, from_email, to_email, subject, body, html)
Performs the operation. Takes from_name, from_email, to_email, subject, body, html.
phish(email_obj)
Performs the operation. Takes email_obj.
SPF/DKIM bypass
phish()
Performs the operation.
phish()
Performs the operation.
Link manipulation
phish(url, service)
Performs the operation. Takes url, service.
phish(domain)
Performs the operation. Takes domain.
phish(domain)
Performs the operation. Takes domain.
Landing page generation
phish(target_url, output_dir)
Performs the operation. Takes target_url, output_dir.
phish(html, base_url)
Performs the operation. Takes html, base_url.
phish(form_action, fields)
Performs the operation. Takes form_action, fields.
Credential harvesting
phish(log_file)
Performs the operation. Takes log_file.
Email headers forgery
phish(headers, from_server)
Performs the operation. Takes headers, from_server.
phish()
Performs the operation.
Attachment obfuscation
phish(pdf_path, exe_path)
Performs the operation. Takes pdf_path, exe_path.
phish(payload_vba, output_doc)
Performs the operation. Takes payload_vba, output_doc.
SMTP test
phish(server, port, email)
Performs the operation. Takes server, port, email.
QR code phishing
phish(url, output_path)
Performs the operation. Takes url, output_path.
Domain similarity
phish(domain1, domain2)
Performs the operation. Takes domain1, domain2.
Phishing kit detection
phish(site_html)
Performs the operation. Takes site_html.
Notes
- Phishing detection and analysis. Use only on systems you own.