mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 14:56:10 -04:00
Update super_scanner.py
This commit is contained in:
parent
44327480bd
commit
9cec83522a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
from scapy.all import *
|
||||
import netaddr
|
||||
|
@ -58,4 +58,4 @@ def super_scanner():
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
super_scanner()
|
||||
super_scanner()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue