File tree 1 file changed +2
-2
lines changed
impacket/examples/ntlmrelayx/attacks
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ def get_next_serial(server, zone):
872
872
873
873
LOG .info ('Adding `A` record `%s` pointing to `%s` at `%s`' % (a_record_name , ipaddr , a_record_dn ))
874
874
if not self .client .add (a_record_dn , ['top' , 'dnsNode' ], a_record_data ):
875
- LOG .error ('Failed to add `A` record: ' % str (self .client .result ))
875
+ LOG .error ('Failed to add `A` record: %s ' % str (self .client .result ))
876
876
return
877
877
878
878
LOG .info ('Added `A` record `%s`. DON\' T FORGET TO CLEANUP (set `dNSTombstoned` to `TRUE`, set `dnsRecord` to a NULL byte)' % a_record_name )
@@ -894,7 +894,7 @@ def get_next_serial(server, zone):
894
894
895
895
LOG .info ('Adding `NS` record `%s` pointing to `%s` at `%s`' % (ns_record_name , ns_record_value , ns_record_dn ))
896
896
if not self .client .add (ns_record_dn , ['top' , 'dnsNode' ], ns_record_data ):
897
- LOG .error ('Failed to add `NS` record `wpad`: ' % str (self .client .result ))
897
+ LOG .error ('Failed to add `NS` record `wpad`: %s ' % str (self .client .result ))
898
898
return
899
899
900
900
LOG .info ('Added `NS` record `%s`. DON\' T FORGET TO CLEANUP (set `dNSTombstoned` to `TRUE`, set `dnsRecord` to a NULL byte)' % ns_record_name )
You can’t perform that action at this time.
0 commit comments