r00t-3xp10it / venom

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

{ zenity error } #109

Open ghost opened 3 years ago

ghost commented 3 years ago

Schermata da 2021-07-16 23-54-16 my OS is Ubuntu 20.04

r00t-3xp10it commented 3 years ago

/etc/init.d/metasploit: not found <-- this is NOT the error thats preventing venom from running .. The error preventing venom from running its zenity mising dependencie .. How To Install "zenity" Package on Ubuntu


Check if you have the zenity (packet) installed: zenity --version venom-main/aux/setup.sh script was written to help install tool dependencies

ghost commented 3 years ago

/etc/init.d/metasploit: not found <-- this is NOT the error thats preventing venom from running .. The error preventing venom from running its zenity mising dependencie .. How To Install "zenity" Package on Ubuntu

Check if you have the zenity (packet) installed: zenity --version venom-main/aux/setup.sh script was written to help install tool dependencies

cri@malixspc:~$ zenity --version 3.32.0 cri@malixspc:~$

[!] few hours ago i found the same issue on this page, but i didn't resolved the problem...

ghost commented 3 years ago

how can i resolve this issue?

r00t-3xp10it commented 3 years ago

does ZENITY work fine under ubuntu ???


Execute the follow cmdline on your terminal console

MyName=$(zenity --title="☠ Enter your name ☠" --text "example: ssa" --entry --width 300) > /dev/null 2>&1
echo "my name is: $MyName"

It sould respond: my name is: (the name your have input)