Tuesday, December 25, 2012

Mengenali Password Hashes


DES (Unix)
ContohIvS7aeT4NzQPM
Digunakan pada Linux dan OS yang berkaitan.
Panjang: 13 characters.
Definisi: Dua characters yang pertama ialah salt (salt yang terdapat pada contoh rawak ialah string "IV"), kemudian diikuti oleh hash.


Cached domain credentials
ContohAdmin: b474d48cdfc4974d86ef4d24904cdd91
Digunakan untuk cache passwords Windows domain.
Panjang: 16 bytes.
Algorithm: MD4 (MD4 (Unicode ($ pass)). Unicode (strtolower ($ username)))

Tuesday, December 11, 2012

SK6211 Utility


Artikel ini bertujuan untuk membantu dalam pemulihan perisian Flash Drive USB, dibuat atas asas microcontroller SK6211 pengeluaran Skymedi. Conttroller ini dijumpai dalam pemacu pengeluar yang berbeza, sebagai contoh: Kingston, Kingmax, A-data, dan lain-lain. Sebagai contoh saya memilih aplikasi SK6211_PDT_20090828. Aplikasi ini seperti yang lain, direka untuk bekerja dalam persekitaran OS - MS Win XP. Sebagai "percubaan" saya menggunakan USB Kingston DT100/1GB dalam artikel ini.

Monday, December 10, 2012

SK6211 Dan Kingston DT 101


Semalam masalah USB Drive saya Kingston DT 101 tak boleh format dan bertuka fail sistem jadi RAW. Hairini pula masalah pada USB lagi tapi lebih teruk. Diskpart pun langsung tak kesan akan kehadiran USB Drive ni. Lagikan nak format? Oleh kerana saya mempunyai masa terluang yang banyak. Jadi saya belajar cara nak flash balik USB Drive.

Saturday, December 8, 2012

USB Raw Format

Entah apa la masalah USB ni. Pada mulanya format-nya elok seperti sediakala iaitu FAT32 tetapi tiada kebolehan untuk Write pada drive tersebut. Semak segala fail yang ada pada drive tersebut. Terdapat virus apa nama lupa sudah. Mungkin virus ini punya angkara punca utama saya tidak boleh write data pada drive tersebut. Cuba format, tetapi tidak berhasil. LED pada drive tersebut blinking dalam masa 5 saat, kemudian terpadam. Seperti-nya drive itu sudah keluar dari port USB.

Friday, December 7, 2012

iTunes 11


iTunes 11 dah keluar. Siapa yang belum update, sila lah update di App Store anda.

Antaramuka iTunes 11 adalah lebih mudah untuk mengemudi dan lebih intuitif daripada versi sebelumnya. MiniPlayer mempunyai set hak kawalan untuk memastikan perisian keluar dari jalan semasa anda melakukan perkara-perkara lain.

Sunday, December 2, 2012

[TUT] Cheat Engine Bab 4: Code Finder


Step 5: Code finder
Sometimes the location something is stored at changes when you restart the game, or even while you're playing.. In that case you can use 2 things to still make a table that works.
In this step I'll try to describe how to use the Code Finder function.

The value down here will be at a different location each time you start the tutorial, so a normal entry in the address
list wouldn't work.
First try to find the address. (you've got to this point so I assume you know how to)
When you've found the address, right-click the address in Cheat Engine and choose "Find out what writes to this
address". A window will pop up with an empty list.
Then click on the Change value button in this tutorial, and go back to Cheat Engine. If everything went right there
should be an address with assembler code there now.
Click it and choose the replace option to replace it with code that does nothing. That will also add the code address
to the code list in the advanced options window. (Which gets saved if you save your table)

Saturday, December 1, 2012

[TUT] Cheat Engine Bab 3: Floating Points


Step 4: Floating points
In the previous tutorial we used bytes to scan, but some games store information in so called 'floating point' notations.
(probably to prevent simple memory scanners from finding it the easy way)
a floating point is a value with some digits behind the point. (like 5.12 or 11321.1)