Commit Graph

160 Commits

Author SHA1 Message Date
e294599c16 okay now its actually storing the manufacturer data in memory properly and appending new UUIDs if they don't exist 2021-05-30 18:23:45 -07:00
04ba336746 exporting manufacturer data list to make it accessible everywhere eros is imported (eros.Manufacturers) 2021-05-30 17:31:06 -07:00
06fbc0e5c1 seperated this file so that it doesn't crash nano 2021-05-30 17:14:25 -07:00
d138f0e2d4 loading manufacturer data from disk into memory for comparison during scans 2021-05-30 17:13:56 -07:00
freqyXin
cd4fd63285 debugging manufacturer enumeration 2021-05-29 22:12:45 -07:00
freqyXin
faec2ddb3e Added ManufUUID.json as list of known manufacturers, and attempted to create manufacturer enumeration function but it doesnt seem to be working correctly 2021-05-29 21:44:40 -07:00
2b4a528073 tweaked logging output, tried to fix connection timer issues 2021-05-29 03:48:52 -07:00
306b34243f fixed attack mode connection timeout 2021-05-28 05:51:50 -07:00
9883283eeb I'm working on having better priorities along with my git commit messages. 2021-05-28 05:39:16 -07:00
02fa9324f7 Code cleanup, detecting apple devices now(?). More concurrency prepping. 2021-05-28 05:19:11 -07:00
6e9176b99a fixing tracking mode (yes again) 2021-05-28 05:18:59 -07:00
79577dc64e manually merging conflicting pushes 2021-05-28 05:06:56 -07:00
3790b66197 fixing signal handler 2021-05-28 04:30:14 -07:00
9e9d8982a7 making way for Manufac data, added notes about logging clean up 2021-05-28 04:29:21 -07:00
a947d991ff code cleanup/minor rework 2021-05-28 04:25:21 -07:00
e5c5674f6b fixing log output to not include the entire rssi history 2021-05-28 03:02:47 -07:00
8070caa958 fixing tracking mode not toggling properly from previous changes 2021-05-28 02:41:18 -07:00
607e996ad6 lots of documentation and continuing work on scan manager 2021-05-28 01:54:20 -07:00
9dbc08c535 fixing logging 2021-05-15 16:17:45 -07:00
freqyXin
90745b771e trying to implement service enum timeout 2021-05-14 14:02:42 -07:00
freqyXin
aca4df11df organized logging outputs to make more sense 2021-05-14 10:23:39 -07:00
freqyXin
d17d03d232 tracking mode 2021-05-14 02:26:33 -07:00
freqyXin
45358c285d scanning and attack modes wokring without serious hangs 2021-05-13 22:54:10 -07:00
freqyXin
77329e319b Merge branches 'development' and 'development' of ssh://git.tcp.direct:2222/freqy/protomolecule into development 2021-05-13 19:09:43 -07:00
freqyXin
f37686d1a9 trying to fix connection issues 2021-05-13 19:09:39 -07:00
78b582d89e Merge branch 'development' of ssh://git.tcp.direct:2222/freqy/protomolecule into development 2021-05-13 11:38:26 -07:00
563f5bbaf9 command line flag parsing 2021-05-13 11:38:07 -07:00
freqyXin
006ffaa9b8 added bool and if logic to conrtol connections -- errors do not cause crashes now -- some connections still cause a hang 2021-05-13 11:30:49 -07:00
freqyXin
6461cbb62e added attack mode with -A flag, otherwise only uses passive sniffing mode TODO: capture manufact data, and figure out iPhones 2021-05-12 23:59:19 -07:00
bd4ce71b70 converting println's to proper log output 2021-05-12 17:41:51 -07:00
f7667fb4e8 implementing an improperly created fork in a semi-proper manner after excessive bashing of head into keyboard - it works 2021-05-12 17:34:38 -07:00
50f9df3934 tepmorary and bad practice so that the team can work while i break things 2021-05-12 16:33:31 -07:00
32763a515e remedying issue caused by go mod tidy, improper/temporary fix
this is not how you're supposed to use git
2021-05-12 16:30:17 -07:00
freqyXin
ad3f615a71 Merge branch 'development' of ssh://git.tcp.direct:2222/freqy/protomolecule into development 2021-05-12 16:08:35 -07:00
freqyXin
e9b70cb915 scanstuff changes 2021-05-12 16:07:34 -07:00
4142fe731b resolving merge conflict 2021-05-12 16:04:37 -07:00
391f0c5a1a working on banner for style points 2021-05-12 16:02:50 -07:00
freqyXin
b15b1f0c33 tuning sleep commands 2021-05-12 15:45:45 -07:00
freqyXin
f718c09265 increaded gattc_linux.go time.Sleep -> (40 * time.Millisecond) 2021-05-12 15:17:51 -07:00
freqyXin
16d12fd44b increaded wait time in discoverservicces gattc_linux.go -- connections and char enumeration working on basic level 2021-05-12 15:12:36 -07:00
freqyXin
4937b77e90 trying to get connection to work without breaking things 2021-05-12 14:21:30 -07:00
freqyXin
548d5d3d73 char enumeration is working 2021-05-12 13:27:30 -07:00
abe98e2c89 Merge branch 'development' of freqy/protomolecule into master 2021-05-11 10:14:10 +00:00
67553f5ba1 historic RSSI data now being saved and recalled 2021-05-11 02:51:14 -07:00
b8d2353cf1 refining logging, testing eros database recall 2021-05-11 02:27:28 -07:00
62d359446d initial adjustments for a proper concurrency model 2021-05-11 02:20:41 -07:00
5b6a18905b improved json logging, parsing of device and service details 2021-05-11 00:39:56 -07:00
freqyXin
c1fb6c3e79 still messing with test data 2021-05-11 00:21:51 -07:00
freqyXin
3b393c643d updateing todos in scanstuff and bluestuff 2021-05-10 09:34:26 -07:00
freqyXin
1957bfdbf1 raw payload recieved 2021-05-09 23:33:17 -07:00