Go to file
2021-05-27 10:38:50 -07:00
src This whole thing needs a lot of restructuring realistically for the IPC to work well with the TUI, I believe. (broken state) 2021-05-27 10:38:50 -07:00
.gitignore is this working? 2021-05-09 21:08:40 -07:00
go.mod This whole thing needs a lot of restructuring realistically for the IPC to work well with the TUI, I believe. (broken state) 2021-05-27 10:38:50 -07:00
go.sum first working tui implementation complete, see and run tui.go for details 2021-05-26 11:15:53 -04:00
main.go tui viewport progress 2021-05-27 01:16:26 -07:00
README.md added dev notes 2021-05-08 15:01:32 -07:00
tui.go This whole thing needs a lot of restructuring realistically for the IPC to work well with the TUI, I believe. (broken state) 2021-05-27 10:38:50 -07:00
UUIDs.txt removed comment slashes from srvcPld 2021-05-09 17:30:34 -07:00

protomolecule

Cross platform BLE scanner and logger with teeth \n

add a better description

Dev notes

  • dust util functions
  • eros found devices DB
  • phoebe tiny go stuff
  • scanStuff well i mean...
  • blueStuff connect to devices / retreive service characteristics

TODO

Short Term Needs

  • Scan for

    • Device Manufacturer Data
    • Services UUIDs
  • Go channels to handle scanning (Keep continous background scanning as an option)

  • Output to simple menu for device target / attack selection (Bubbletea? Pterm?)

  • Implement bitcask DB to hold device info (will likely need a struct) ** eros **

    • MAC (Key)
    • Device Local Name (data)
    • Device Manufacturer Data (data)
    • Services UUIDs (data)
  • Implement- Exploit DB

  • If GATT exploits are known, present user with options

  • Logging vs 6.5 grendel drop

  • Connect to device

  • Read / Write GATT

  • Device selection

Distant Wants

  • GATT fuzzing

  • Sweyntooth

  • Search for DFU

    • If nordic chip, use DFU attack
  • Nordic Softdevice compile with tiny go (phoebe)

    • What to do?
  • C2?