in reply to Get into the server and execute perl command

Because your target is Windows, I would suggest looking into psexec, which can be run in Perl using the system command. See (OT) executing a command on a remote Windows XP machine

Dum Spiro Spero
  • Comment on Re: Get into the server and execute perl command

Replies are listed 'Best First'.
Re^2: Get into the server and execute perl command
by Anonymous Monk on Feb 24, 2015 at 17:44 UTC
    I am making a spam bot. Thank you for helping.