Skip to content

Commit d46fc23

Browse files
Add files via upload
1 parent 84079da commit d46fc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scapy_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
[sg.Text('Statement'),sg.Output(key='statement',size=(50,1)),sg.Cancel("Wanna Cancel",key="cancel")],
3838
[sg.Text('Results'),sg.Output(key='results',size=(100,15))],
3939
]
40-
window = sg.Window(title='Scapy GUI', layout=layout)
40+
window = sg.Window(title='Scapy GUI for Beginners', layout=layout)
4141

4242
#====Level1 functions====
4343
def ping_1way(src,dst): #ping_request

0 commit comments

Comments
 (0)