mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-06-28 08:37:13 -04:00
Update send_mail.py
This commit is contained in:
parent
392bb6af6e
commit
63fd9fe798
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "bt3"
|
__author__ = "Mia Stein"
|
||||||
|
|
||||||
import netaddr
|
import netaddr
|
||||||
import socket
|
import socket
|
||||||
|
@ -11,4 +11,4 @@ for ip in netaddr.IPNetwork(subnet):
|
||||||
s = socket.socket()
|
s = socket.socket()
|
||||||
print ip
|
print ip
|
||||||
s.connect((ip, 25))
|
s.connect((ip, 25))
|
||||||
# send email packets
|
# send email packets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue