コード例 #1
0
ファイル: wordlist_gen.py プロジェクト: zack-d/hakkuframework
def init():
	variables["output"][0] = relpath(getpath.db() + "wordlist", getpath.main_module())
コード例 #2
0
def init():
    variables["exto"][0] = relpath(getpath.tmp(), getpath.main_module())
    variables["dict"][0] = relpath(getpath.db() + "dazzlepod.txt",
                                   getpath.main_module())
コード例 #3
0
ファイル: zip_cracker.py プロジェクト: 4shadoww/usploit
def init():
	variables["exto"][0] = relpath(getpath.tmp(), getpath.main_module())
	variables["dict"][0] = relpath(getpath.db() + "dazzlepod.txt", getpath.main_module())