Skip to content

Commit

Permalink
Fixed indentation so that broadcast receiver permissions always shows
Browse files Browse the repository at this point in the history
  • Loading branch information
metall0id committed Jul 25, 2014
1 parent fb3a9b2 commit da55e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drozer/modules/app/broadcast.py
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ def __print_receiver(self, package, receiver, prefix, include_intent_filters=Fal
self.stdout.write("%s Data:\n" % (prefix))
for data in intent_filter.datas:
self.stdout.write("%s - %s\n" % (prefix, data))
self.stdout.write("%s Permission: %s\n" % (prefix, receiver.permission))
self.stdout.write("%s Permission: %s\n" % (prefix, receiver.permission))

class Send(Module):

0 comments on commit da55e6f

Please sign in to comment.