Skip to content
Snippets Groups Projects
Commit ddf8525d authored by Phil's avatar Phil
Browse files

Had autorun import scapy.all by default

parent 09f73e19
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ def autorun_commands(cmds,my_globals=None,verb=0):
try:
try:
if my_globals is None:
my_globals = globals()
my_globals = __import__("scapy.all").all.__dict__
conf.verb = verb
interp = ScapyAutorunInterpreter(my_globals)
cmd = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment