Code Monkey home page Code Monkey logo

Comments (9)

PhForty avatar PhForty commented on July 28, 2024 27

Hey,
I came across the same output recently in a different context, maybe it'll put someone else on the right track:
I was using enum4linux through proxychains (which is relatively verbose). It failed with the same error message as above but I was sure that my PATH is correct because I made the script be more verbose about its perspective on results of which $prog

My assumption: The verbose output of proxychains mingled with the regex which enum4linux uses to check whether the which $prog succeeds.
My quickfix: Use proxychains with the -q flag to suppress its output.

from enum4linux.

jlanguell avatar jlanguell commented on July 28, 2024 5

Hey, I came across the same output recently in a different context, maybe it'll put someone else on the right track: I was using enum4linux through proxychains (which is relatively verbose). It failed with the same error message as above but I was sure that my PATH is correct because I made the script be more verbose about its perspective on results of which $prog

My assumption: The verbose output of proxychains mingled with the regex which enum4linux uses to check whether the which $prog succeeds. My quickfix: Use proxychains with the -q flag to suppress its output.

Quick lifesaver -- Thanks @M-Davies !

from enum4linux.

timb-machine avatar timb-machine commented on July 28, 2024 2

I'll take a look. Sounds off though.

from enum4linux.

ZackInMA avatar ZackInMA commented on July 28, 2024 2

Issue has been open for a year+. If it hasn't been fixed by now, safe to say it's prob not going to be.

from enum4linux.

M-Davies avatar M-Davies commented on July 28, 2024

I've just come across this in a similar context to the original:

$ sudo proxychains enum4linux -a -l <ip-address>
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
ERROR: nmblookup is not in your path.  Check that samba package is installed
ERROR: net is not in your path.  Check that samba package is installed
ERROR: rpcclient is not in your path.  Check that samba package is installed
ERROR: smbclient is not in your path.  Check that samba package is installed
WARNING: polenum is not in your path.  Check that package is installed and your PATH is sane.
WARNING: ldapsearch is not in your path.  Check that package is installed and your PATH is sane.
For Gentoo, you need to install the "samba" package
For Debian, you need to install the "smbclient" package

from enum4linux.

M-Davies avatar M-Davies commented on July 28, 2024

@timb-machine Did you get anywhere with this?

from enum4linux.

parchaks avatar parchaks commented on July 28, 2024

I recently ran into this issue. The error arises from the script attempting to use 'which' for the dependency check. If 'which' is not available either by not being on the path or not installed, it will default to saying the samba tools are not installed.

from enum4linux.

M-Davies avatar M-Davies commented on July 28, 2024

That was @PhForty but you're welcome I guess :)

from enum4linux.

ilyas-Essar avatar ilyas-Essar commented on July 28, 2024

@PhForty thanks dude you saved my day.

from enum4linux.

Related Issues (12)

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.