Skip to content

Commit

Permalink
small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusmarangoni committed Jun 26, 2018
1 parent b7fd58a commit e7c8e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stagers.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Python_HTTP_Stager(HTTPStager):
name = "Python HTTP Stager"

def __init__(self, conn_info, args, filename):
HTTPStager.__init__()
HTTPStager.__init__(self)
self.args = args
self.host = conn_info[0]
self.port = conn_info[1]
Expand Down

0 comments on commit e7c8e9d

Please sign in to comment.