Results 1 to 6 of 6

Thread: excecute external file with parameters

  1. #1
    Join Date
    Dec 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default excecute external file with parameters

    Is there a way to do that with simba or scar?

  2. #2
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    I'm also interested in this. None of these pascal script functions are reconized by simba http://www.den4b.com/wiki/ReNamer:Pa...cess_Execution

  3. #3
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    What are you looking to run with this?

    I feel as if this has been dis-cluded from simba so it cannot be used for malicious purposes, ie downloading a virus/keylogger then running it. All without the user knowing. And seeing as the user basically needs to run as administrator, file that is opened through this probably will be ran as admin... Soo.
    TL;DR: Simba doesnt have it so script 'writers' cant install malicious software on a user's system.

  4. #4
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    What are you looking to run with this?

    I feel as if this has been dis-cluded from simba so it cannot be used for malicious purposes, ie downloading a virus/keylogger then running it. All without the user knowing. And seeing as the user basically needs to run as administrator, file that is opened through this probably will be ran as admin... Soo.
    TL;DR: Simba doesnt have it so script 'writers' cant install malicious software on a user's system.

    For me it's to run a .bat file that will kill smartremote32 and/or shut down the computer as a failsafe when the bot fails. Smartremote32 uses memory and prevents the normal shut down of the computer.
    Last edited by tealc; 03-20-2013 at 06:48 AM. Reason: grammar

  5. #5
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    You can always use
    Simba Code:
    OpenWebPage('C:\PSNStuff\SetIP.cmd');

    Not sure if you need to enable SYS Calls. If you wan't to use ShellExecute you can always "Call" Windows API Dll.


    ~Home

  6. #6
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by Home View Post
    You can always use
    Simba Code:
    OpenWebPage('C:\PSNStuff\SetIP.cmd');

    Not sure if you need to enable SYS Calls. If you wan't to use ShellExecute you can always "Call" Windows API Dll.


    ~Home
    thanks I didn't know that would work for files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •