mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 02:29:07 -04:00
Update nmap.py
This commit is contained in:
parent
82a16bfbd7
commit
011522fb58
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
from scapy.all import *
|
||||
import random
|
||||
@ -29,4 +29,4 @@ def nmap():
|
||||
print HOST + ":" + str(dport) + " is filtered (dropped)."
|
||||
|
||||
if __name__ == '__main__':
|
||||
nmap()
|
||||
nmap()
|
||||
|
Loading…
x
Reference in New Issue
Block a user