Skip to content

Commit

Permalink
Update pyddos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael ATem committed Aug 28, 2016
1 parent 744022a commit b1ec97f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyddos.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,13 @@ def add_bots():
bots.append('http://www.google.com/search?hl=en&num=100&q=intext%3A%40&ie=utf-8')
return bots

class Pyslow(object):
class Pyslow:
def __init__(self,
tgt,
port,
to,
threads,
sleep):
super(Pyslow,self).__init__()
self.tgt = tgt
self.port = port
self.to = to
Expand Down

0 comments on commit b1ec97f

Please sign in to comment.