Open ghost opened 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
/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 UbuntuCheck 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...
how can i resolve this issue?
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)
my OS is Ubuntu 20.04