Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android Tool] Replace Outdated Drozer when Possible #1904

Merged
merged 27 commits into from
Oct 9, 2021
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e999c35
Start the replacement of Drozer when possible.
Apr 19, 2021
3f111e9
Fix linter error
Apr 19, 2021
25bd884
Fix linter error
Apr 19, 2021
bb45a3b
Fix linter error
Apr 19, 2021
870f90d
Continue replacement.
Apr 19, 2021
b896547
Continue replacement.
Apr 19, 2021
28008cb
Continue replacement of Drozer.
Apr 19, 2021
e8795c5
Continue replacement.
Apr 20, 2021
d09316e
Update Document/0x05h-Testing-Platform-Interaction.md
righettod Apr 23, 2021
72f0d83
Fix typo
Apr 24, 2021
7ddafdb
Replace usage of Drozer by ADB for Content Providers
Apr 24, 2021
ec88a2c
Replace usage of Drozer by ADB for Activities
Apr 24, 2021
e41b41e
Replace usage of Drozer by ADB for Broadcast receivers
Apr 24, 2021
d41a580
Add additional ADB command to Drozer for Sniffing Intents
Apr 24, 2021
dca245d
Accept suggestion from project leaders
righettod Oct 9, 2021
13ac4ba
Accept suggestion from project leaders
righettod Oct 9, 2021
f79afc3
Accept suggestion from project leaders
righettod Oct 9, 2021
f19f0ee
Accept suggestion from project leaders
righettod Oct 9, 2021
bcb4093
Accept suggestion from project leaders
righettod Oct 9, 2021
7f07564
Accept suggestion from project leaders
righettod Oct 9, 2021
ab3f769
Accept suggestion from project leaders
righettod Oct 9, 2021
55f63da
Accept suggestion from project leaders
righettod Oct 9, 2021
52a3ea1
Accept suggestion from project leaders
righettod Oct 9, 2021
04c5813
Accept suggestion from project leaders
righettod Oct 9, 2021
0cb544e
Accept suggestion from project leaders
righettod Oct 9, 2021
9dafc6a
Accept suggestion from project leaders
righettod Oct 9, 2021
6a86e9d
Accept suggestion from project leaders
righettod Oct 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Document/0x05b-Basic-Security_Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ $ frida-ps -Uai
21228 Attack me if u can sg.vp.owasp_mobile.omtg_android
4281 Termux com.termux
- Uncrackable1 sg.vantagepoint.uncrackable1
- drozer Agent com.mwr.dz
```

Note that this also shows the PID of the apps that are running at the moment. Take a note of the "Identifier" and the PID if any as you'll need them afterwards.
Expand Down
Loading