Skip to content

Commit

Permalink
Merge pull request 0x00-0x00#25 from viniciusmarangoni/master
Browse files Browse the repository at this point in the history
small bugfix
  • Loading branch information
Andre Marques (zc00l) authored Jun 27, 2018
2 parents b7fd58a + e7c8e9d commit 93e2ed2
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 93e2ed2

Please sign in to comment.