Skip to content

Commit e5f4d1c

Browse files
committed
Fixed error in table_data
1 parent 4490f62 commit e5f4d1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yas.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# [x] Detect DC in host formatter (?)
2020
# [x] Save found hosts to a file
2121
# [] Add network graph generation
22+
#[] Add DNS monitor
2223

2324
import argparse
2425
from collections import Counter
@@ -252,6 +253,7 @@ def summary_bssids(pkts, res):
252253
print("")
253254

254255
def summary_host_write(pkts, res):
256+
table_data = [[]]
255257
found_hosts = []
256258
for pkt in pkts:
257259
if pkt.haslayer(IP):

0 commit comments

Comments
 (0)