Giter VIP home page Giter VIP logo

Comments (6)

AdelinoFB avatar AdelinoFB commented on June 12, 2024 1

Thanks you Brannon ,now it goes!!

from sniff-probes.

brannondorsey avatar brannondorsey commented on June 12, 2024

It sounds like your sniff-probes.sh file doesn't have execute permissions. You can add them with:

chmod +x sniff-probes.sh

from sniff-probes.

AdelinoFB avatar AdelinoFB commented on June 12, 2024

thanks brannondorsey, after that i get the following:
mon0 is the monitor interface
IFACE=mon0 ./sniff-probes.sh
awk: parse-tcpdump.awk: line 2: syntax error at or near ,
awk: parse-tcpdump.awk: line 7: syntax error at or near ,
awk: parse-tcpdump.awk: line 13: syntax error at or near ,
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on mon0, link-type IEEE802_11_RADIO (802.11 plus radiotap header), capture size 256 bytes
tcpdump: Unable to write output: Broken pipe

from sniff-probes.

brannondorsey avatar brannondorsey commented on June 12, 2024

Oh man, I remember coming across this ages ago. If I remember correctly, some OSes have distributions of awk that vary slightly. I've confirmed that this script works with gawk. Perhaps try downloading gawk and changing awk in sniff-probes.sh to gawk.

I'm pretty sure that Ubuntu/debian ship with gawk as the default awk implementation. What OS are you on?

If that fixes your problem I'll update this repo to specifically use gawk.

from sniff-probes.

AdelinoFB avatar AdelinoFB commented on June 12, 2024

My OS is debian ,i'll try this
thanks

from sniff-probes.

brannondorsey avatar brannondorsey commented on June 12, 2024

I can confirm that my awk (and the awk on the Ubuntu machine that I developed this on) actually points to gawk 😮. Have gawk a go ;)

from sniff-probes.

Related Issues (9)

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.