-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with VMX path #17
Comments
It sounds like some options are being dropped off the VMRUN command line when calling the VM. Can you run with the 'debug' (--debug) option set and paste the command lines shown for this error? |
And here is my config VMX = r'D:\Users\Pins\Documents\VM\win7x64\win7x64.vmx'
# VMX = os.path.expanduser(r'~/VMs/Windows.vmwarevm/Windows.vmx')
VMRUN = vmrun_os['windows']
VM_SNAPSHOT = 'snap1'
VM_USER = 'user'
VM_PASS = ''
noribenPath = 'C:\\\\Users\\\\{}\\\\Desktop\\\\Noriben-master'.format(VM_USER)
guestNoribenPath = '{}\\\\Noriben.py'.format(noribenPath)
procmonConfigPath = '{}\\\\ProcmonConfiguration.pmc'.format(noribenPath)
reportPathStructure = '{}/{}_NoribenReport.zip' # (hostMalwarePath, hostMalwareNameBase)
hostScreenshotPathStructure = '{}/{}.png' # (hostMalwarePath, hostMalwareNameBase)
guestLogPath = 'C:\\\\Noriben_Logs'
guestZipPath = 'C:\\\\Program Files\\\\VMware\\\\VMware Tools\\\\zip.exe'
#guestPythonPath = 'C:\\\\Python27\\\\python.exe'
guestPythonPath = 'C:\\\\Python36-32\\\\python.exe'
hostNoribenPath = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), 'Noriben.py')
guestMalwarePath = 'C:\\\\Malware\\\\malware_' |
Did you redact out the password, or is it really blank? If it's really blank, unfortunately VMware requires a password on an account to do any external commands. If it's redacted out, can you try to run that command directly to get the raw output instead of running it within NoribenSandbox? That is, take all the command lines that you see on the output and just copy/paste them to run them, and see if there are any additional errors displayed on the screen. |
Set the password, and now its working perfectly! |
Good to hear! |
there is an error when trying to use noriben frontend, but the path is right
path
VMX = r'D:\Users\user\Documents\VM\win7x64\win7x64.vmx'
The text was updated successfully, but these errors were encountered: