mirror of
https://github.com/lgandx/Responder.git
synced 2026-01-29 01:29:25 +00:00
Update Icmp-Redirect.py
Fix so that sys.path.append on like 23 works. :-)
This commit is contained in:
@@ -19,6 +19,7 @@ import socket
|
||||
import struct
|
||||
import optparse
|
||||
import pipes
|
||||
import sys
|
||||
from socket import *
|
||||
sys.path.append('../')
|
||||
from odict import OrderedDict
|
||||
|
||||
Reference in New Issue
Block a user