mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 21:03:33 -07:00
Update Icmp-Redirect.py
Fix so that sys.path.append on like 23 works. :-)
This commit is contained in:
parent
393e5dba54
commit
25c8aeff8c
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ import socket
|
||||||
import struct
|
import struct
|
||||||
import optparse
|
import optparse
|
||||||
import pipes
|
import pipes
|
||||||
|
import sys
|
||||||
from socket import *
|
from socket import *
|
||||||
sys.path.append('../')
|
sys.path.append('../')
|
||||||
from odict import OrderedDict
|
from odict import OrderedDict
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue