-
-
Notifications
You must be signed in to change notification settings - Fork 694
Description
Hello
I came accross a problem with the conptyshell command when using the Kali Linux release version of Villain. You can see here that I am using the v2.2.1:
After establishing a reverse TCP shell on a Windows machine, when I was using the conptyshell command, the new terminal opened was getting stuck at listening:
When running the command to retrieve and execute the ConPtyShell script, the connection establishes in the new terminal, but the PowerShell interface does not appear and crashes upong pressing any key:
After checking the code, the Kali Linux release version is using a x-terminal-emulator command in the Villain.py file handling the conptyshell command:
When replacing it with the gnome-terminal command in your original code, everything seems to work fine:
