You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Executing windows/launcher_bat on Windows machine generates the error:
C:\Users>Exception calling "DownloadData" with "1" argument(s): "Unable to connect to the remote server"
At line:1 char:1808
To Reproduce
Steps to reproduce the behavior:
Create http listener
Create windows/launcher_bat stager
Copy code of the stager launcher_bat from Kali to Windows
Execute the .bat. No connection to the listener
For troubleshooting purposes remove following lines from launcher.bat @echo off
start /b "" cmd /c del "%%~f0"&exit /b
Modify following line start /b powershell line to:
start /b powershell -noP -sta -enc
Execute the launcher.bat
Following errors are returned:
C:\Users>Exception calling "DownloadData" with "1" argument(s): "Unable to connect to the remote server"
At line:1 char:1808
� : The term '�' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
Executing windows/launcher_bat on Windows machine generates the error:
C:\Users>Exception calling "DownloadData" with "1" argument(s): "Unable to connect to the remote server"
At line:1 char:1808
To Reproduce
Steps to reproduce the behavior:
Create http listener
Create windows/launcher_bat stager
Copy code of the stager launcher_bat from Kali to Windows
Execute the .bat. No connection to the listener
For troubleshooting purposes remove following lines from launcher.bat
@echo off
start /b "" cmd /c del "%%~f0"&exit /b
Modify following line start /b powershell line to:
start /b powershell -noP -sta -enc
Execute the launcher.bat
Following errors are returned:
C:\Users>Exception calling "DownloadData" with "1" argument(s): "Unable to connect to the remote server"
At line:1 char:1808
Cannot index into a null array.
At line:1 char:1843
Cannot index into a null array.
At line:1 char:1859
� : The term '�' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
Expected behavior
Successfuly connection to the empire listener
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: