Author Topic: RogueKiller 13 command line arguments?  (Read 8550 times)

0 Members and 1 Guest are viewing this topic.

November 12, 2018, 08:42:26 PM

ericthobbs

  • Newbie

  • Offline
  • *

  • 11
  • Reputation:
    0
    • View Profile
RogueKiller 13 command line arguments?
« on: November 12, 2018, 08:42:26 PM »
Hi All,

It seems like the command line arguments changed for v13 from v12.

I can't seem to find any current documentation on which arguments are supported.

Thanks,
Eric

Reply #1November 12, 2018, 09:33:00 PM

Curson

  • Global Moderator
  • Hero Member

  • Offline
  • *****

  • 2812
  • Reputation:
    100
    • View Profile
Re: RogueKiller 13 command line arguments?
« Reply #1 on: November 12, 2018, 09:33:00 PM »
Hi Eric,

Indeed, the documentation for the new version of RogueKillerCMD is still missing.
Here is a preview to get you started.

Code: [Select]
-kill PID NNNN <-- Terminate the process having the pid NNNN
-kill WIN some_window_name_* <-- Terminate the process linked to the windows title some_window_name_*
-kill PROC some_process_name.* <-- Terminate the process named  some_process_name.
-kill SVC svc_name <-- Terminate the Windows Service named svc_name
-kill REG "HKEY_LOCAL_MACHINE\<some_key>\<subkey>" <--  Delete the the Registry key HKEY_LOCAL_MACHINE\<some_key>\<subkey>
-kill REG "HKEY_LOCAL_MACHINE\<some_key>\<subkey>:<value>" <-- Delete the value <value> of the Registry key HKEY_LOCAL_MACHINE\<some_key>\<subkey>
-kill REG "HKEY_LOCAL_MACHINE\<some_key>\<subkey>:(default) <-- Delete the default value (default) of the Registry key HKEY_LOCAL_MACHINE\<some_key>\<subkey>
-kill ADS "C:\somefolder\somefile" <-- Delete the Alternate Data Stream linked to the file "somefile".

-list PROC <-- Display all running processes
-list SVC <-- Display all running services
-list REG "HKEY_LOCAL_MACHINE\<some_key>\<subkey>" <-- Display the content of Registry key HKEY_LOCAL_MACHINE\<some_key>\<subkey>
-list ADS "C:\somefolder\somefile" <-- Display the content of the Alternate Data Stream linked to the file "somefile".

-dump ADS "C:\somefolder\somefile" "C:\targetpath" <-- Dump the content of the Alternate Data Stream linked to the file "somefile" to "targetpath"

-scan <-- Start a scan in interactive mode
-scan -quickscan <-- Start a scan in interactive Fast mode
-scan -no_interact <-- Start a scan in automatic mode
-scan "-<any_roguekiller_switch>" <-- Any switches used by RogueKiller V13

-activate <license_id> <license_key> <-- Activate RogueKillerCMD premium features

-debuglog "C:\targetpath" <-- Start RogueKillerCMD in debug mode and output in "targetpath"

Regards.

Reply #2November 12, 2018, 09:50:53 PM

ericthobbs

  • Newbie

  • Offline
  • *

  • 11
  • Reputation:
    0
    • View Profile
Re: RogueKiller 13 command line arguments?
« Reply #2 on: November 12, 2018, 09:50:53 PM »
Hi Curson,

Thanks -- However, I should have been more clear. I am using the GUI version and not the command line version.

Reply #3November 12, 2018, 10:03:07 PM

Curson

  • Global Moderator
  • Hero Member

  • Offline
  • *****

  • 2812
  • Reputation:
    100
    • View Profile
Re: RogueKiller 13 command line arguments?
« Reply #3 on: November 12, 2018, 10:03:07 PM »
Hi Eric,

Sorry about that. I assumed you were talking about the CLI version of RogueKiller.
Command-line support for RogueKiller V13 was dropped since every parameters can now be directly configured via the GUI.

If using command-line is a hard requirement, I advise you to give RogueKillerCMD a try.

Regards.

Reply #4November 12, 2018, 10:23:30 PM

ericthobbs

  • Newbie

  • Offline
  • *

  • 11
  • Reputation:
    0
    • View Profile
Re: RogueKiller 13 command line arguments?
« Reply #4 on: November 12, 2018, 10:23:30 PM »
Yeah, I figured that might be the case.

Thanks!

Reply #5November 12, 2018, 10:31:07 PM

Curson

  • Global Moderator
  • Hero Member

  • Offline
  • *****

  • 2812
  • Reputation:
    100
    • View Profile
Re: RogueKiller 13 command line arguments?
« Reply #5 on: November 12, 2018, 10:31:07 PM »
Hi Eric,

You are very welcome.

Regards.