Tuesday, July 16, 2013

HTS app11

This app is so ridiculous. After reading some hints, i got it when I maximize app

HTS App10

This application is very easy to get a password.
- open app10win with vbdecompiler lite
- you will notice there are three functions but you can see only 1 button, so there will be a hidden thing.
- with ollydbg, change the address of command 1 function to that hidden function, you will get the correct password

Monday, July 15, 2013

hackthissite application 5+6

With OllyDbg
- Search for important text
- Trace the code and carefully examine what is stored in stack.

hackthissite application 4

What i need is ollydbg and vb decompiler lite
- Open app4 with vb decompiler lite
- wait until it decompiles completely
-  looking for addresses of Command1_click and Command1_mousemove
- attach app4 with ollydbg and run it.
- find address of JUMP to Command1_mousemove function
- change it with JUMP to Comand1_click function
-done.

Saturday, July 13, 2013

realistic mission 15,16

what i've learnt today are:
- read source code carefully
- unzip zipped file with password without password with pkcrack
- $$var =>$($var)
- override php variable with post and get

Friday, February 22, 2013

vmware errror on fedora

use command below if you get error kernel hearders version were not found when running vmware (of course you've installed kernel-devel..) 
cp /usr/include/linux/version.h /lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/
 
update patch for kernel 3.8.x
http://communities.vmware.com/thread/432897 

Tuesday, January 22, 2013

i18n and variable error on updating

when you update drupal, if you get these errors
Variable store (7.x-2.x) (incompatible with version 7.x-1.2)
Variable realm (7.x-2.x) (incompatible with version 7.x-1.2)

try to remove 2 directory i18n and variable in /site/default/modules/
then upload 2  older version of i18n and variable first (i18n ver 7.x.1.5 and variable ver 7.x.1.2
run update.php

if it run successfully, upload your new i18n and variable modules (i18n ver 7.1.8 and variable ver 7.x.2.1 for example) to site/default/modules then run update again. it should be done!