ait/poc/scanner/test.py
author mb
Sat, 04 May 2013 12:17:31 -0400
changeset 1 446a7ba98309
permissions -rw-r--r--
added scanner scripts
     1 #!/bin/python
     2 import subprocess
     3 
     4 def main():
     5 	subprocess.call(['/usr/lib/qubes/qrexec_client', '-d', 'scanner1', 'root:ls -la'])
     6 
     7 main()