[W3af-svn-notify] [Task #147132] new consoleUi doesn't work on windows
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-03-17 00:50:03
|
Task #147132 has been updated. Project: w3af Subproject: consoleUi Summary: new consoleUi doesn't work on windows Complete: 15% Status: Open Authority : andresriancho Assigned to: aberezh Description: The termios shouldn't be used inside w3af, or if it is used you should provide a different way to perform the same tasks on windows/macosx/etc. Error: Traceback (most recent call last): File "w3af", line 88, in <module> main() File "w3af", line 67, in main from core.ui.consoleUi.consoleUi import consoleUi File "/home/dz0/w3af-sasha/core/ui/consoleUi/consoleUi.py", line 27, in <modul e> File "/home/dz0/w3af-sasha/core/ui/consoleUi/rootMenu.py", line 27, in <module > File "/home/dz0/w3af-sasha/core/ui/consoleUi/posixterm.py", line 25, in <modul e> File "C:\python25\lib\tty.py", line 5, in <module> from termios import * ImportError: No module named termios Follow-Ups: ------------------------------------------------------- Date: 2008-03-16 21:50 By: andresriancho Comment: fixed the module problem, but now we have two new problems: 1- Freaky chars when typing anything: C:\Documents and Settings\Administrador\Mis documentos\tools\w3af-sa\w3af-sasha> python w3af WARNING: This branch is under development and unstable. Please see http://w3af.sourceforge.net for the stable version info. You won't be able to use the web20Spider without zc.testbrowser.real library ins talled. Exception: No module named testbrowser.src.zc.testbrowser.real global name 'Browser' is not defined. You can get MozRepl at http://hyperstruct. net/projects/mozlab . w3af>>>â[slâ[uâ[1Câ[saâ[uâ[1Câ[slâ[uâ[1Câ[saâ[uâ[1C I don't know what to do with lala w3af>>>â[shâ[uâ[1Câ[seâ[uâ[1Câ[slâ[uâ[1Câ[spâ[uâ[1C |-----------------------------------------------------------------------------| | start | Start the scan. | | plugins | Configure plugins. | | exploit | Exploit the vulnerability. | | profiles | List and start scan profiles. | |-----------------------------------------------------------------------------| | http-settings | Configure the URL opener. | | misc-settings | Configure w3af misc settings. | | target | Configure the target URL. | |-----------------------------------------------------------------------------| | keys | Display keys combination. | | back | Go to the previous menu. | | exit | Exit w3af. | | help | Display help. | | assert | Check assertion. | |-----------------------------------------------------------------------------| 2- Strange unicode problems when trying to use command history with arrows: w3af>>>â[sÃâ[uâ[1Câ[sHâ[uâ[1C Traceback (most recent call last): File "/home/dz0/w3af-sasha/core/ui/consoleUi/consoleUi.py", line 168, in _hand leKey File "/home/dz0/w3af-sasha/core/ui/consoleUi/consoleUi.py", line 234, in _onEn ter File "/home/dz0/w3af-sasha/core/ui/consoleUi/consoleUi.py", line 209, in _exec ute File "C:\Documents and Settings\Administrador\Mis documentos\tools\w3af-sa\w3a f-sasha\core\controllers\outputManager.py", line 149, in console oPlugin.console( message, newLine ) File "/home/dz0/w3af-sasha/plugins/output/console.py", line 92, in console UnicodeEncodeError: 'ascii' codec can't encode character u'\ufffd' in position 2 9: ordinal not in range(128) ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147132&group_id=170274&group_project_id=55343 |