Projects STRLCPY wifi_db Commits dcfa3ceb
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 139 lines
    140 140  ![sqlitebrowser-probes](./resources/sqlitebrowser-probes.png)
    141 141  
    142 142  
    143  -### Optional arguments
     143 +### Arguments
    144 144  
    145 145  ``` bash
     146 +usage: wifi_db.py [-h] [-v] [--debug] [-o] [-t LAT] [-n LON] [--source [{aircrack-ng,kismet,wigle}]] [-d DATABASE] capture [capture ...]
     147 +
     148 +positional arguments:
     149 + capture capture folder or file with extensions .csv, .kismet.csv, .kismet.netxml, or .log.csv. If no extension is provided, all types will
     150 + be added. This option supports the use of wildcards (*) to select multiple files or folders.
     151 +
     152 +options:
    146 153   -h, --help show this help message and exit
    147 154   -v, --verbose increase output verbosity
    148 155   --debug increase output verbosity to debug
     156 + -o, --obfuscated Obfuscate MAC and BSSID with AA:BB:CC:XX:XX:XX-defghi (WARNING: replace all database)
    149 157   -t LAT, --lat LAT insert a fake lat in the new elements
    150 158   -n LON, --lon LON insert a fake lon in the new elements
    151 159   --source [{aircrack-ng,kismet,wigle}]
    152 160   source from capture data (default: aircrack-ng)
     161 + -d DATABASE, --database DATABASE
     162 + output database, if exist append to the given database (default name: db.SQLITE)
    153 163  ```
    154 164  
    155 165  ### Kismet
    skipped 93 lines
  • resources/usagedocker.png
  • ■ ■ ■ ■
    wifi_db.py
    skipped 60 lines
    61 61   help="capture folder or file with extensions .csv, "
    62 62   ".kismet.csv, .kismet.netxml, or .log.csv. If no "
    63 63   "extension is provided, all types will be added. "
    64  - "Additionally, this option supports the use of "
     64 + "This option supports the use of "
    65 65   "wildcards (*) to select multiple files or folders.")
    66 66   args = parser.parse_args()
    67 67   
    skipped 150 lines
Please wait...
Page is in error, reload to recover