Commit Graph

791 Commits

Author SHA1 Message Date
Nex 230f81879a Added check for indicators to Processes 2022-02-03 00:06:15 +01:00
Nex df42efb7cb Added getprop parser 2022-02-02 22:07:47 +01:00
Nex 0922e569b0 Sorted imports 2022-02-02 22:00:48 +01:00
Nex 03092cf3b7 Attempting split of parsers 2022-02-02 21:58:11 +01:00
Nex ab63a02c9f Code clean-ups 2022-02-02 19:18:47 +01:00
Nex a833dda581 Added getprop bugreport module 2022-02-02 19:00:20 +01:00
Nex 189b1d7fc6 Fixed tests 2022-02-02 18:14:10 +01:00
Nex b1b282ac20 Merge pull request #246 from mvt-project/check-bugreport
Check bugreport
2022-02-02 18:12:24 +01:00
Nex 512c349c2c Sorted imports 2022-02-02 16:10:24 +01:00
Nex b94ba28873 Supporting loading from extracted folder 2022-02-02 16:10:12 +01:00
Nex 564efc3629 Sorted imports 2022-02-02 15:49:24 +01:00
Nex 9c62e6e4d6 Added Packages module 2022-02-02 15:47:55 +01:00
Nex 153f6cce02 Returning stix2 file name with iocs as well 2022-02-02 14:57:32 +01:00
Nex 47f9a0104c Added a break for speed 2022-02-02 14:54:40 +01:00
Nex bdad23feee Refactored indicators to support multiple malware/collections per stix2 file 2022-02-02 14:53:26 +01:00
Donncha Ó Cearbhaill 5416b66915 Add CI and downloads page 2022-02-02 12:45:06 +01:00
Nex e2936c3d33 Added new check-bugreport command and modules 2022-02-02 00:09:53 +01:00
Nex 3483ca1584 Package dumpsys parsing as static method 2022-02-01 21:45:26 +01:00
Nex 7b107edf1f Bumped version v1.4.11 2022-02-01 17:54:01 +01:00
Nex b97ce7651a Fixed missing checks for indicators instance (ref: #245) 2022-02-01 17:48:19 +01:00
Nex 52a204cab6 Obtaining permissions for installed packages 2022-02-01 15:33:19 +01:00
Nex 1b335fda1d Renamed function argument to more descriptive 2022-02-01 15:07:43 +01:00
Nex 2ad175eae2 Renamed package to package_name for consistency 2022-02-01 14:27:00 +01:00
Nex 2d00dca5bd Bumped version v1.4.10 2022-02-01 12:46:31 +01:00
Nex c8e50eb958 Merge pull request #244 from dangaffey/patch-1
Update docker.md
2022-02-01 11:54:04 +01:00
Dan Gaffey 1f049fc8ba Update docker.md
Had to run an additional Docker flag to get it building on the new M1 chip from Apple. Figured it would be helpful to point that out in the Docs for the less initiated users.
2022-01-31 20:22:54 -05:00
Nex 434738a306 Better regexp formatting 2022-01-31 13:05:03 +01:00
Nex 06cd640c5e Using static methods 2022-01-31 12:58:33 +01:00
Nex fb8a7ca104 Enforce consistency in Android modules 2022-01-31 11:30:49 +01:00
Nex 8d15ff58dd Renamed matched field name to singular 2022-01-30 20:29:09 +01:00
Nex eb5f07a75d Updated copyright notice 2022-01-30 20:15:01 +01:00
Nex ececf1a6b2 Added module to extract db queries 2022-01-30 19:43:09 +01:00
Nex 851cd52602 Ordering and clean-up 2022-01-30 16:41:32 +01:00
Nex 8db04fc991 Added module to parse battery daily stats package updates 2022-01-30 16:02:24 +01:00
Nex 3d0ba56e1f Fixed parsing of wake events 2022-01-30 15:20:03 +01:00
Nex c48a4e8f50 Fixed variable name 2022-01-30 04:12:19 +01:00
Nex 001c2998a5 Removed unnecessary newlines 2022-01-30 04:11:46 +01:00
Nex 5e7c5727af Added check for indicators to dumpsys modules 2022-01-30 04:08:48 +01:00
Nex 883fbaeb88 Parsing records from accessibility and battery history 2022-01-30 03:44:41 +01:00
Nex 6f0012cede Removed modules which are only duplicated outputs from dumpsys full 2022-01-30 03:39:26 +01:00
Nex 458e80ccbb Adding module to process battery history 2022-01-30 03:34:16 +01:00
Nex c8185fdbd8 Small code clean-ups 2022-01-29 15:13:35 +01:00
Nex 67eea3edec Merge pull request #241 from yallxe/main
Make utf-8 as a default for open()
2022-01-29 14:44:16 +01:00
Yallxe bc86d159b8 Clear 'debugging' things 2022-01-29 12:28:22 +01:00
Yallxe 43b1612dfe Set utf-8 as an encoding for open()
Not every system uses 'utf-8' as a default encoding for opening files in Python.

Before you say that there must be a way to set default encoding in one line, no, there is not. At least, I didn't found a way to do this.
2022-01-29 12:18:18 +01:00
Yallxe 156f1084f1 Add IDEA to gitignore 2022-01-29 12:03:00 +01:00
Nex 49e34f6299 Better parsing of dumpsys package and added parsing of Activities too 2022-01-29 03:50:33 +01:00
Nex d88a66dd54 Fixed typo 2022-01-29 01:13:52 +01:00
Nex d3ed778ae4 Fixed comment stylling 2022-01-29 01:13:29 +01:00
tek 4c3306c272 Separate receivers parsing in DumpsysReceivers 2022-01-29 01:06:32 +01:00