<![CDATA[Latest posts for the topic "[Python] Crackme1"]]> /hvaonline/posts/list/36.html JForum - http://www.jforum.net [Python] Crackme1 http://rapidshare.com/files/169781625/crackme1.pyc.html /m3g4tr0n]]> /hvaonline/posts/list/26525.html#161221 /hvaonline/posts/list/26525.html#161221 GMT Re: [Python] Crackme1
Code:
print '\n                     Crackme ver 1.0\n                     Coded by M3g4tr0n\n                     Language: Pyth0n\n                     Rules: No Patching\n'
import sys 
if (len(sys.argv) != 2):
    print 'Usage: ./crackme1.pyc your_input'
    exit()
serial = sys.argv[1]
try:
    f = open('keys')
except:
    print 'Error'
    exit()
for line in f:
    if (str(line) == serial):
        print 'Good boy'
        exit()
    else:
        print 'Bad boy! Bad boy'
        exit()

exit()
]]>
/hvaonline/posts/list/26525.html#161256 /hvaonline/posts/list/26525.html#161256 GMT
Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161257 /hvaonline/posts/list/26525.html#161257 GMT Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161258 /hvaonline/posts/list/26525.html#161258 GMT Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161259 /hvaonline/posts/list/26525.html#161259 GMT Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161260 /hvaonline/posts/list/26525.html#161260 GMT Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161262 /hvaonline/posts/list/26525.html#161262 GMT Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161294 /hvaonline/posts/list/26525.html#161294 GMT Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161296 /hvaonline/posts/list/26525.html#161296 GMT Re: [Python] Crackme1

0xdie wrote:
Việc gì phải patch với recompile cho mệt vậy :|. Bật notepad lên gõ vào mà bạn cũng không làm được? Còn nếu sợ cái \n đó thì dùng hex editor mà xóa. Riêng tôi chỉ dùng notepad là đủ :) 
Ôi má ơi, lâu ko xài nên quên thằng notepad :D. Tại trước giờ mình cứ xài echo text >keys Sorry bác -:|- ]]>
/hvaonline/posts/list/26525.html#161299 /hvaonline/posts/list/26525.html#161299 GMT
Re: [Python] Crackme1 /hvaonline/posts/list/26525.html#161304 /hvaonline/posts/list/26525.html#161304 GMT Re: [Python] Crackme1 http://crackmes.de/users/moofy/moofys_python_crackme_1/ Mình có post lời giải ở cuối cùng ở phần comment (ko dùng, depython, deassemble). Các bác đọc cho vui ... :D ]]> /hvaonline/posts/list/26525.html#166552 /hvaonline/posts/list/26525.html#166552 GMT