Giter VIP home page Giter VIP logo

Comments (21)

Jeroenleender avatar Jeroenleender commented on July 17, 2024 1

I have the exact same problem

from venom.

ozzzzam avatar ozzzzam commented on July 17, 2024

hmmmmmmm, still i couldn't find a solution

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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

from venom.

ozzzzam avatar ozzzzam commented on July 17, 2024

image

image

As you told I did same, But still same

This is AWS Ec2

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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)

from venom.

ozzzzam avatar ozzzzam commented on July 17, 2024

image

Check this

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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

from venom.

ozzzzam avatar ozzzzam commented on July 17, 2024

is this Venom works on AWS Ec2 Server???

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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 ??

from venom.

kalipr0 avatar kalipr0 commented on July 17, 2024

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

plz help

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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

from venom.

redappple avatar redappple commented on July 17, 2024

─[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

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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 ...

from venom.

Twinggaming avatar Twinggaming commented on July 17, 2024

venom tool can run on microsoft kali linux

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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

from venom.

Twinggaming avatar Twinggaming commented on July 17, 2024

no I mean say that wsl kali linux

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

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

from venom.

Twinggaming avatar Twinggaming commented on July 17, 2024

from venom.

mohit23456 avatar mohit23456 commented on July 17, 2024

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

from venom.

mohit23456 avatar mohit23456 commented on July 17, 2024

Please help me in it

from venom.

mak121 avatar mak121 commented on July 17, 2024

./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?

from venom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.