mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-28 03:26:08 -04:00
Update ping.py
This commit is contained in:
parent
ee5de7a934
commit
539a96a3d9
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "bt3"
|
__author__ = "Mia Stein"
|
||||||
|
|
||||||
from sys import argv, exit
|
from sys import argv, exit
|
||||||
from os import path
|
from os import path
|
||||||
@ -29,4 +29,4 @@ if __name__ == '__main__':
|
|||||||
HOST = '192.168.1.25'
|
HOST = '192.168.1.25'
|
||||||
#arp_ping(HOST)
|
#arp_ping(HOST)
|
||||||
icmp_ping(HOST)
|
icmp_ping(HOST)
|
||||||
#tcp_ping(HOST, 80)
|
#tcp_ping(HOST, 80)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user