Skip to content

Commit

Permalink
Fixed xml file is null trustedsec#5
Browse files Browse the repository at this point in the history
  • Loading branch information
donadelden committed Nov 30, 2023
1 parent f8702ea commit ddcf350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nps_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def generate_msbuild_nps_msf_payload():
</Code>
</Task>
</UsingTask>
</Project>""" % psh_payload)
</Project>""" % psh_payload).close()

print(bcolors.GREEN + "[+]" + bcolors.ENDC + " Metasploit resource script written to msbuild_nps.rc")
print(bcolors.GREEN + "[+]" + bcolors.ENDC + " Payload written to msbuild_nps.xml")
Expand Down

0 comments on commit ddcf350

Please sign in to comment.