mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 23:05:11 -04:00
add the stuff floating from other machines
This commit is contained in:
parent
30e65244e2
commit
35788d79e2
252 changed files with 12374 additions and 603 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
from scapy.all import *
|
||||
import netaddr
|
||||
|
@ -30,4 +30,4 @@ def sweep():
|
|||
print "Out of " + str(addresses.size) + " hosts, " + str(liveCounter) + " are online."
|
||||
|
||||
if __name__ == '__main__':
|
||||
sweep()
|
||||
sweep()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue