mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -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
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
import netaddr
|
||||
import socket
|
||||
|
@ -11,4 +11,4 @@ for ip in netaddr.IPNetwork(subnet):
|
|||
s = socket.socket()
|
||||
print ip
|
||||
s.connect((ip, 25))
|
||||
# send email packets
|
||||
# send email packets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue