Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{ zenity error } #109

Open
ghost opened this issue Jul 16, 2021 · 4 comments
Open

{ zenity error } #109

ghost opened this issue Jul 16, 2021 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 16, 2021

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

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jul 17, 2021

/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

@r00t-3xp10it r00t-3xp10it changed the title /etc/init.d/metasploit: not found { zenity error } Jul 17, 2021
@ghost
Copy link
Author

ghost commented Jul 17, 2021

/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
Copy link
Author

ghost commented Jul 17, 2021

how can i resolve this issue?

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jul 23, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant