mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-25 17:09:03 +00:00
Fixed some tools and +x on some executables
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
import struct
|
||||
import struct, sys
|
||||
sys.path.append('../')
|
||||
from odict import OrderedDict
|
||||
|
||||
class Packet:
|
||||
@@ -351,4 +352,4 @@ class SMBDCESVCCTLStartService(Packet):
|
||||
def ParseAnswerKey(data,host):
|
||||
key = data[73:81]
|
||||
print "Key retrieved is:%s from host:%s"%(key.encode("hex"),host)
|
||||
return key
|
||||
return key
|
||||
|
||||
Reference in New Issue
Block a user