Skip to content

Utility to retrieve batch remote command execution in JSON

License

Notifications You must be signed in to change notification settings

llorephie/RFetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0638849 · Jun 20, 2018

History

2 Commits
Jun 20, 2018
Jun 20, 2018
Jun 19, 2018
Jun 20, 2018
Jun 20, 2018
Jun 20, 2018
Jun 20, 2018
Jun 20, 2018
Jun 20, 2018

Repository files navigation

RFetch

Get remote execution results and save them (designed as part of monitoring-dash)

Configuration file notes:

  1. JSON supports "key":"value" only on one string, so PEM-encoded private key need convertion to one-line encoded PEM. To achieve it with AWK use this: awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' decrypted-key.pem
  2. To test WMI query use standart Windows utility wbemtest.exe, default namespace: root\CIMV2

About

Utility to retrieve batch remote command execution in JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages