Results 1 to 3 of 3

Thread: Snort Issues

  1. #1
    Join Date
    Sep 2018
    Beans
    2

    Snort Issues

    I am attempting to print packet headers using snort in sniffer mode but I am receiving the following error:

    bash: ./snort: no such file or directory

    I have attached a screen shot for more detail.

    Snort_Issue.JPG

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Snort Issues

    Thread moved to Security
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Sep 2006
    Beans
    1,902
    Distro
    Ubuntu Development Release

    Re: Snort Issues

    Hello,

    Quote Originally Posted by cal516 View Post
    I am attempting to print packet headers using snort in sniffer mode but I am receiving the following error:

    bash: ./snort: no such file or directory

    I have attached a screen shot for more detail.

    Snort_Issue.JPG
    since you are in the /etc directory there is no need to issue a command with ./ .
    Are you sure that the installation of snort is the correct one?

    In order to verify it yourself, if it is under your /etc folder then check the output of:
    ls -l | grep snort

    either you won't see any output, which means that snort is not there or you will see an alternative name for the snort executable.

    You can type also the command:
    which snort

    to verify the folder that the executable is located.

    Welcome to the forums.
    Regards!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •