mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-30 19:40:21 -07:00
Fixed some tools and +x on some executables
This commit is contained in:
parent
f5a8bf0650
commit
8171a96b9e
9 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue