Hi folks
I'm new to the forum and just getting my toes wet in the bash bunny world.
I am having a very strange error when running scripts. Basically, when something like the following (from WiPassDump) Q STRING powershelll -WindowStyle Hidden \$bunny\=\(gwmi win32_volume -f \'label=\\\"BashBunny\\\"\'\).NAME\; cd \$bunny\\loot\\WiPassDump\; netsh wlan export profile key=clear
I get the windows command prompt popping up and telling me that it cannot find powershel. That's powershell with one l, even though powershell has two ls in the script.
If I change the script to spell powershell with three Ls , i.e. powershelll, it works (it doesn't really , but i don't get the error message).
Anyone seen this before?
Regardss
D