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.72k stars 598 forks source link

Fixed copying issue #88

Closed Munseer-am closed 1 year ago

Munseer-am commented 1 year ago

the payload was not copying to the clipboard. I just fixed by using the clipboard modules

t3l3machus commented 1 year ago

The pyperclip module that is included in the requirements is used for copying to clipboard (imported into villain_core.py from common.py). I'm not sure why you had this problem, no one complaint about this since now. The copy to clipboard does fail when you are using the tool e.g. through ssh or something

Munseer-am commented 1 year ago

It was a mistake from my side. I had some issues after updating kernel, some of the services and programs were not working properly. I fixed the issue of my system. Now it is working perfectly as excepted. Thank You for replying to my message