mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -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 optparse
|
||||
import pipes
|
||||
import sys
|
||||
from socket import *
|
||||
sys.path.append('../')
|
||||
from odict import OrderedDict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue