t3l3machus / Villain

Villain is a high level stage 0/1 C2 framework that can handle multiple TCP socket & HoaxShell-based reverse shells, enhance their functionality with additional features (commands, utilities) and share them among connected sibling servers (Villain instances running on different machines).
Other
3.73k stars 602 forks source link

Error during Execution phase #26

Closed SkyrusRB closed 1 year ago

SkyrusRB commented 1 year ago

Hello, I am currently having an issue after generating the payload and once I have executed it in the victims machine I get the error. IndexError: list index out of range. Here is the Screenshot of the error Screenshot_20221202_091054

abuyusif01 commented 1 year ago

Check the pull request i made. this problem is happening cuz for some reasons the server didn't send the username. thats why u got list index out or range error

SkyrusRB commented 1 year ago

Alright, I'll take a look thank you for your help

raian25 commented 1 year ago

I have the same error tried that code and didnt work, maybe i did something wron but i guess not, any tips?

arm-ARMY commented 1 year ago

I'm having the same issue. But my installation is on a Raspberry Pi 400, Raspberry Pi OS (old Raspbian). Don't know if it is related to my hardware architecture...

arm-ARMY commented 1 year ago

Can confirm that is not an issue with arm architecture. I installed it on a fresh Kali installation and get the same error.

t3l3machus commented 1 year ago

This issue has been resolved, thanks guys.