79156632

Date: 2024-11-04 18:53:38
Score: 4
Natty:
Report link

Using cmd

curl -sO https:/domain.tld/script.cmd && script.cmd && del script.cmd
  1. -s - Silent mode
  2. -O - Write output to a local file named like the remote file
  3. Invoke the script when downloaded successfully
  4. Delete the script when invoked successfully
  5. We can use & del script.cmd to delete the script in any case

Useful links:

Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Slava