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

Venom Install problem on AWS ec2 - Kali Linux #38

Open
ozzzzam opened this issue Sep 13, 2019 · 21 comments
Open

Venom Install problem on AWS ec2 - Kali Linux #38

ozzzzam opened this issue Sep 13, 2019 · 21 comments

Comments

@ozzzzam
Copy link

ozzzzam commented Sep 13, 2019

image

Please check attachment.

@Jeroenleender
Copy link

I have the exact same problem

@ozzzzam
Copy link
Author

ozzzzam commented Sep 14, 2019

hmmmmmmm, still i couldn't find a solution

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Sep 15, 2019

ERROR: chmod: cannot access '*.py' : No Sutch file or directory
This meens that the Recursive (-R) switch of chmod did not worked like expected..
{ It did not find any .py script(s) in venom sub-directorys to be chmoded }


  • ⚙️ Soluction [1]
    • manually chmod +x all .sh and .py files (recursive)
    • 🚦 Remark: recursive = In All venom sub-directorys

  • ⚙️ Soluction [2]
    • execute the follow commands in your terminal prompt
    • 🚦 Remark: Jump this step if used Soluction [1]
cd venom && find ./ -name "*.sh" -exec chmod +x {} \;
find ./ -name "*.py" -exec chmod +x {} \;

  • ⚙️ Script execution aborted ..
    • Install zenity package (bash scripts GUI)
    • 🚦 Remark: venom can not work without this package.
sudo apt-get update && apt-get install zenity

  • ⚙️ Then we can run the setup.sh
sudo ./setup.sh

@ozzzzam
Copy link
Author

ozzzzam commented Sep 17, 2019

image

image

As you told I did same, But still same

This is AWS Ec2

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Sep 17, 2019

1º - HINT: If your on KALI then you dont need to use SUDO

2º - execute zenity --version and post screenshot

3º - execute uname -m and post screenshot (maybee the issue its on arch sellection)

4º - The 'problematic' line is: Line: 59 (setup.sh) => As final resource delete the line 61 (exit)

@ozzzzam
Copy link
Author

ozzzzam commented Sep 17, 2019

image

Check this

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Sep 17, 2019

aaaaa thats a problem in ZENITY package (or in your system init)...
without zenity venom can not wok

@ozzzzam
Copy link
Author

ozzzzam commented Sep 17, 2019

is this Venom works on AWS Ec2 Server???

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Sep 17, 2019

i never have try on that disto ..
https://superuser.com/questions/310197/how-do-i-fix-a-cannot-open-display-error-when-opening-an-x-program-after-sshi

QUESTION:What SHELL are you using ?? sh ?? bash ??

@kalipr0
Copy link

kalipr0 commented Mar 29, 2020

hello bro.
how to fix
( resize: Time out occurred
[x] zenity............................[ NOT found ]

plz help

@r00t-3xp10it
Copy link
Owner

Install ZENITY: https://help.gnome.org/users/zenity/

@redappple
Copy link

─[root@parrot]─[/home/venom/aux]
└──╼ #sudo ./setup.sh
[x] Script execution aborted ..
┌─[root@parrot]─[/home/venom/aux]
└──╼ #uname -m
x86_64
┌─[root@parrot]─[/home/venom/aux]
└──╼ #
im having same problem and zenity installed with new version already

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Aug 27, 2020

hey @redappple
can you execute which zenity on your terminal and send me the screenshot ??
iam trying to figure it out why this bug appen in parrot systems ...

@Twinggaming
Copy link

venom tool can run on microsoft kali linux

@r00t-3xp10it
Copy link
Owner

on LINUX main derivates ... yes ..
not on microsoft windows ...

@Twinggaming
Copy link

no I mean say that wsl kali linux

@r00t-3xp10it
Copy link
Owner

maybee ... its hard because the tool requires of many dependencies .(install packets\software\lib\etc)..

@Twinggaming
Copy link

Twinggaming commented Jan 8, 2022 via email

@mohit23456
Copy link

Hello sir I m also having trouble to
Uploading Screenshot_2022-02-28-13-20-49-00_8659c1e795b4b4239e38d87c88c077b3.jpg…

@mohit23456
Copy link

Please help me in it

@mak121
Copy link

mak121 commented Oct 11, 2023

./venom.sh: 14: resize: not found
[x] we need to be root to run this script...
[x] execute [ sudo ./venom.sh ] on terminal
whats happening this?

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

8 participants