.:: Blackc0de Forum ::.
Would you like to react to this message? Create an account in a few clicks or log in to continue.

-=Explore The World From Our Binary=-
 
HomeIndeksLatest imagesPendaftaranLogin

 

 Sedikit tentang arptables

Go down 
3 posters
PengirimMessage
wh1t3_39ret
NuuBiiTooL
NuuBiiTooL
wh1t3_39ret


Jumlah posting : 16
Points : 37
Reputation : 1
Join date : 25.03.11

Sedikit tentang arptables Empty
PostSubyek: Sedikit tentang arptables   Sedikit tentang arptables Icon_minitimeThu Mar 31, 2011 9:12 pm

Code:
$sudo apt-get install arptables

Gw telah menambahkan baris berikut ke script firewall
ketentuan bahwa "192.168.0.1" adalah IP gateway dan "00:40:ca:35:44:79" adalah alamat mac gateway
Code:

arptables -P INPUT DROP
arptables -P OUTPUT DROP
arptables -A INPUT -s 192.168.0.1 --source-mac 00:40:ca:35:44:79 -j ACCEPT
arptables -A OUTPUT -d 192.168.0.1 --destination-mac 00:40:ca:35:44:79 -j ACCEPT
arp -s 192.168.1.1 00:1D:0F:A9:F0:45


Code:
iptables -A INPUT -p icmp -j REJECT (menahan serangan arp)


Baris pertama untuk menetapkan kebijakan rantai INPUT DROP.
Baris kedua untuk menetapkan kebijakan rantai OUTPUT DROP.
Baris ketiga hanya ACCEPT koneksi dari gateway terpercaya.
Keempat baris untuk mengirim balasan hanya ke host yang terpercaya.
Baris kelima statis untuk menambahkan entri ke tabel ARP untuk menghubungkan host yang dapat dipercayai untuk MAC sendiri.
GW suka dalam solusi ini bahwa komputer anda hanya akan dapat dilihat oleh terpercaya host di jaringan anda, bahkan ketika penyerang mencoba untuk memindai jaringan oleh anykind perangkat lunak. Kombinasi yang baik antara arptables dan iptables membuat Anda aman di untrusted switched network

sekian dari ane gan... :bounce:
Kembali Ke Atas Go down
zer03s
Administrator
Administrator
zer03s


Jumlah posting : 2471
Points : 4119
Reputation : 113
Join date : 13.12.10
Age : 32
Lokasi : /home/root/blackc0de

Sedikit tentang arptables Empty
PostSubyek: Re: Sedikit tentang arptables   Sedikit tentang arptables Icon_minitimeThu Apr 07, 2011 11:30 pm

ane udah coba 100% work kk :sukro:




:fxx:
Kembali Ke Atas Go down
http://zer03s.blog.com/
Voldemort
BC Security
BC Security
Voldemort


Jumlah posting : 331
Points : 725
Reputation : 16
Join date : 04.07.11

Sedikit tentang arptables Empty
PostSubyek: Re: Sedikit tentang arptables   Sedikit tentang arptables Icon_minitimeThu Jul 07, 2011 2:42 pm

mantaappp kk :jempol
Kembali Ke Atas Go down
Sponsored content





Sedikit tentang arptables Empty
PostSubyek: Re: Sedikit tentang arptables   Sedikit tentang arptables Icon_minitime

Kembali Ke Atas Go down
 
Sedikit tentang arptables
Kembali Ke Atas 
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
.:: Blackc0de Forum ::. :: Information Technology :: Networking-
Navigasi: