mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 02:29:07 -04:00
Update send_mail.py
This commit is contained in:
parent
392bb6af6e
commit
63fd9fe798
@ -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…
x
Reference in New Issue
Block a user