mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
Update plotting.py
This commit is contained in:
parent
539a96a3d9
commit
e9385e3552
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 *
|
||||
|
||||
|
@ -27,4 +27,4 @@ def simple_plot():
|
|||
p.plot(lambda x:len(x))
|
||||
|
||||
if __name__ == '__main__':
|
||||
simple_plot()
|
||||
simple_plot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue