Coder Social home page Coder Social logo

Comments (4)

alimp5 avatar alimp5 commented on August 17, 2024

I think it's better to add additional options for saving the results in a file.
we can have a "--write-filters" option for specifying our needs.
for example:

airodump-ng wlan0mon --write-interval 10 -w david --write-filters bssid,fristtime,uptime,essid,wps,speed,lasttime.............................

Tnx in advance.

from aircrack-ng-archive.

alimp5 avatar alimp5 commented on August 17, 2024

an extra question:
how convert <bsstimestamp>183258624319</bsstimestamp> to human readable format !?

a suggestion: save this timestamp in two formats: readable or ordinary.

I read https://github.com/aircrack-ng/aircrack-ng/blob/master/src/airodump-ng.c, and parsed the parse_timestamp from below section. but i couldn't convert this type of Epoch/Date/Timestamp to human readable format.

if (G.show_uptime) {
         snprintf(strbuf+len, sizeof(strbuf)-len, " %14s", parse_timestamp(ap_cur->timestamp));
         len = strlen(strbuf);
}

Tnx in advance

from aircrack-ng-archive.

aircrack-ng avatar aircrack-ng commented on August 17, 2024

Those options are display only.

CSV format can't be changed, it would break existing tools.
If you want more information, check out the netxml output format.

from aircrack-ng-archive.

alimp5 avatar alimp5 commented on August 17, 2024

Dears,
Greetings!

@aircrack-ng please help me to fetch a readable format for UPTIME from netxml file:

<bsstimestamp>183258624319</bsstimestamp>

https://stackoverflow.com/questions/48740366/how-to-get-a-human-readable-date-time-format-from-beacon-packets-in-wireless-acc

Tnx a lot.

from aircrack-ng-archive.

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.