Hallo,
Arbeite grad an ein Tool, das auf der Seite (liont-shop.de) massenhaft Accounts erstellt und wollte mal fragen, ob man diesen Code irgw. effizienter gestalten könnte?:
Mfg.
Du bist nicht angemeldet und hast somit nur einen sehr eingeschränkten Zugriff auf die Features unserer Community.
Um vollen Zugriff zu erlangen musst du dir einen Account erstellen. Der Vorgang sollte nicht länger als 1 Minute dauern.
Wenn dein Ziel ein Denial of Service sein soll, solltest du innerhalb von 1-5 sekunden 2000 Accounts erstellen (und das nur wenn die max connections von MySQL auf 2000 sind).
Ansonsten ist das was du hier versuchst weit von DoS entfernt.
Ich "hacke" keine whatsapp oder facebook accounts aber schreibt mich ruhig an was das betrifft dann hab ich was zu lachen.
private static Random random = new Random((int)DateTime.Now.Ticks); static string RandomString(int size) { StringBuilder builder = new StringBuilder(); string chars = "ABCDEFGHIJKLMNOPQRSTVWXYZabcdefghijklmnopqrstvwxyz"; for (int i = 0; i < size; i++) { builder.Append(chars[random.Next(0, chars.Length - 1)]); } return builder.ToString(); }
Thema | Forum | Themenstarter | Statistik | Letzter Beitrag | |
---|---|---|---|---|---|
Botnet DDOS Service - Powerful Attack and Bypass Capabilitie#DDOS #Bypass #Powerfull |
Leaks | DeepComa |
|
|
|
Botnet DDOS Service - Powerful Attack and Bypass Capabilitie#DDOS #Bypass #Powerful |
Leaks | DeepComa |
|
|
|
Botnet DDOS Service - Powerful Attack and Bypass Capabilitie#DDOS #Bypass #Powerful |
Leaks | DeepComa |
|
|