From 44327480bdddf3292215387859f295d181b6c024 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:52:40 +0100 Subject: [PATCH] Update stealing_emails.py --- Network_and_802.11/scapy/stealing_emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Network_and_802.11/scapy/stealing_emails.py b/Network_and_802.11/scapy/stealing_emails.py index c8f7495..fd61753 100644 --- a/Network_and_802.11/scapy/stealing_emails.py +++ b/Network_and_802.11/scapy/stealing_emails.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" ''' A simple sniffer to capture SMTP, POP3, IMAP credentials'''