w3af-svn-notify Mailing List for w3af (Page 250)
Status: Beta
Brought to you by:
andresriancho
You can subscribe to this list here.
2008 |
Jan
|
Feb
(235) |
Mar
(336) |
Apr
(280) |
May
(278) |
Jun
(159) |
Jul
(270) |
Aug
(240) |
Sep
(121) |
Oct
(110) |
Nov
(199) |
Dec
(228) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(251) |
Feb
(206) |
Mar
(115) |
Apr
(45) |
May
(27) |
Jun
(67) |
Jul
(49) |
Aug
(38) |
Sep
(10) |
Oct
(131) |
Nov
(89) |
Dec
(38) |
2010 |
Jan
(85) |
Feb
(71) |
Mar
(45) |
Apr
(23) |
May
(12) |
Jun
|
Jul
(11) |
Aug
(7) |
Sep
(81) |
Oct
(79) |
Nov
(165) |
Dec
(62) |
2011 |
Jan
(134) |
Feb
(73) |
Mar
(34) |
Apr
(63) |
May
(147) |
Jun
(43) |
Jul
(21) |
Aug
(26) |
Sep
(43) |
Oct
(34) |
Nov
(44) |
Dec
(112) |
2012 |
Jan
(47) |
Feb
(44) |
Mar
(72) |
Apr
(209) |
May
(54) |
Jun
(279) |
Jul
(151) |
Aug
(332) |
Sep
(39) |
Oct
(268) |
Nov
(116) |
Dec
(368) |
2013 |
Jan
(73) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-04-16 23:46:03
|
Task #147132 has been updated. Project: w3af Subproject: consoleUi Summary: new consoleUi doesn't work on windows Complete: 100% Status: Closed 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 |
From: <fac...@us...> - 2008-04-15 14:18:56
|
Revision: 1010 http://w3af.svn.sourceforge.net/w3af/?rev=1010&view=rev Author: facundobatista Date: 2008-04-15 07:18:47 -0700 (Tue, 15 Apr 2008) Log Message: ----------- Now we have the real time of the event that the GTK receives. Modified Paths: -------------- trunk/core/ui/gtkUi/logtab.py trunk/plugins/output/gtkOutput.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-15 04:41:14
|
Revision: 1009 http://w3af.svn.sourceforge.net/w3af/?rev=1009&view=rev Author: facundobatista Date: 2008-04-14 21:41:11 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Removed superfluos file. Removed Paths: ------------- trunk/core/ui/gtkUi/logVisualization.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-15 04:40:00
|
Task #146767 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Log tab should have an XY plot of the results Complete: 20% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Log tab should have an XY plot of the results as seen with Eduardo today. The idea is to have X: Time and Y: Severity of the finding. With this information create a graphic that can be used to easily see what vulns were found. Remember that vulns have 3 severities LOW / MID / HIGH and that info objects have a severity of INFO. All other objects don't have severity. Keep in mind that the vuln objects that are in the KB are the ones with severity; not the ones that are written in the gtkOutput plugin. If mouse over vuln, tooltip. If mouse click on vuln; go to the tab were I can see more information about it. Follow-Ups: ------------------------------------------------------- Date: 2008-04-15 01:39 By: facundobatista Comment: Started with this... one issue: As the time informed by the core has very low precision, we can not group more than one second with real information (we can group more, but it will not give more information). ------------------------------------------------------- Date: 2008-04-13 22:42 By: andresriancho Comment: My part is done, the objects wich return 'vulnerability' to getType() and are stored in the gtk_queue have a getSeverity method which returns one of the values defined in: core.data.constants.severity Actually, they only have LOW/MID/HIGH, the INFO is used for the information objects. ------------------------------------------------------- Date: 2008-04-04 10:50 By: andresriancho Comment: Idea: Try to put the debug info also in the graph. The debug info is something that appears more than once every second, almost all the time w3af is running; while information messages arrive less than 1 every 10 seconds in average. ------------------------------------------------------- Date: 2008-04-03 21:51 By: facundobatista Comment: VulnHigh, VulnMed, VulnLow, and Info, are three different levels in the vertical positions. Instead of points, use a circle of three pixels width.. The X dimension must resize itself when time goes for too long. The initial scale is 40ms per pixel. Reassigned to Andres for him to allow the log to receive the vulnerability meta information (then reassign to me). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146767&group_id=170274&group_project_id=55113 |
From: <fac...@us...> - 2008-04-15 04:39:02
|
Revision: 1008 http://w3af.svn.sourceforge.net/w3af/?rev=1008&view=rev Author: facundobatista Date: 2008-04-14 21:38:51 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Fixed behaviour when core stopped. Modified Paths: -------------- trunk/core/ui/gtkUi/logtab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-15 04:25:14
|
Revision: 1007 http://w3af.svn.sourceforge.net/w3af/?rev=1007&view=rev Author: facundobatista Date: 2008-04-14 21:25:04 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Started with the log graph infrastructure. Modified Paths: -------------- trunk/core/ui/gtkUi/logtab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-15 03:02:25
|
Revision: 1006 http://w3af.svn.sourceforge.net/w3af/?rev=1006&view=rev Author: andresriancho Date: 2008-04-14 20:02:22 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Fixing bug #1942227 Modified Paths: -------------- trunk/core/controllers/targetSettings.py trunk/plugins/output/gtkOutput.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-15 02:47:22
|
Revision: 1005 http://w3af.svn.sourceforge.net/w3af/?rev=1005&view=rev Author: facundobatista Date: 2008-04-14 19:47:12 -0700 (Mon, 14 Apr 2008) Log Message: ----------- PyGTK version should be checked, not GTK one. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-15 02:26:12
|
Revision: 1004 http://w3af.svn.sourceforge.net/w3af/?rev=1004&view=rev Author: andresriancho Date: 2008-04-14 19:26:05 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Fixing bug #1942264. I really should analyze what to do with the proxy attack plugins... Modified Paths: -------------- trunk/plugins/attack/googleProxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-15 02:16:05
|
Revision: 1003 http://w3af.svn.sourceforge.net/w3af/?rev=1003&view=rev Author: andresriancho Date: 2008-04-14 19:16:02 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Added more documentation on how to install w3af. Modified Paths: -------------- trunk/readme/w3afUsersGuide.html trunk/readme/w3afUsersGuide.odt trunk/readme/w3afUsersGuide.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-15 01:49:48
|
Revision: 1002 http://w3af.svn.sourceforge.net/w3af/?rev=1002&view=rev Author: andresriancho Date: 2008-04-14 18:49:47 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Fixing small bug. Modified Paths: -------------- trunk/plugins/attack/xssBeef.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-14 17:31:18
|
Revision: 1001 http://w3af.svn.sourceforge.net/w3af/?rev=1001&view=rev Author: facundobatista Date: 2008-04-14 10:30:52 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Removed some prints that had no use. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-14 16:49:01
|
Revision: 1000 http://w3af.svn.sourceforge.net/w3af/?rev=1000&view=rev Author: facundobatista Date: 2008-04-14 09:48:41 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Simplified a lot of imports, handling the version of pygtk and gtk in one central place. Also removed some consideration for older versions, now that 2.12 is now the official minimum. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/kbtree.py trunk/core/ui/gtkUi/logVisualization.py trunk/core/ui/gtkUi/logtab.py trunk/core/ui/gtkUi/messages.py trunk/core/ui/gtkUi/pluginEditorDialogs.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.py trunk/core/ui/gtkUi/prompt.py trunk/core/ui/gtkUi/scanrun.py trunk/core/ui/gtkUi/splash.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-14 16:40:58
|
Revision: 999 http://w3af.svn.sourceforge.net/w3af/?rev=999&view=rev Author: facundobatista Date: 2008-04-14 09:40:47 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Really enforcing that the GTK version must be 2.12 or greater. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-14 16:29:19
|
Task #146771 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Profiles in scan configuration tab Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: They should be to the left of the plugin configuration. Profiles can be copied (not cloned) from the user interface. When starting a scan, the UI should notice a change in the profile and fire up a dialog to save the profile. This task depends on "Tabs refactoring" and in Andres creating the "Profile feature" in the core. Maybe this won't happend in a short time. Follow-Ups: ------------------------------------------------------- Date: 2008-04-14 13:29 By: facundobatista Comment: 1. Great! 2. Nothing, it seems to be already fixed (it was a crash!) ------------------------------------------------------- Date: 2008-04-13 23:15 By: andresriancho Comment: Ok, lets analyze this points: 1. Get the already in place fast_scan profile. Select it. Enable all plugins. Save the profile. Exit and enter w3af again. Select fast_scan- All plugins are selected, :). Unselect them all. Save. Exit and enter w3af. Select fast_scan. See? Ooops! I wasn't disabling sections in the .ini! Fixed in r995. 2. Enter w3af. On "empty default" profile, enable all "grep" plugins. Save it to a new profile. See? See what? The plugins are still enabled, and the profile file looks ok. Closed w3af and opened again. Everything looks good. Please comment on this!! ------------------------------------------------------- Date: 2008-04-05 16:08 By: facundobatista Comment: Done regarding GUI stuff. But from the Core, there're two problems: 1. Get the already in place fast_scan profile. Select it. Enable all plugins. Save the profile. Exit and enter w3af again. Select fast_scan- All plugins are selected, :). Unselect them all. Save. Exit and enter w3af. Select fast_scan. See? 2. Enter w3af. On "empty default" profile, enable all "grep" plugins. Save it to a new profile. See? ------------------------------------------------------- Date: 2008-04-05 11:40 By: facundobatista Comment: Now in saveProfile and in saveAsProfile, first save the status to the Core (exactly as I did before the startScan), but the core crashes when saving: Traceback (most recent call last): File "/home/facundo/devel/reps/w3af/core/ui/gtkUi/main.py", line 172, in <lambda> ('Save', gtk.STOCK_SAVE, '_Save', None, 'Save this configuration', lambda w: self.profileAction("save")), File "/home/facundo/devel/reps/w3af/core/ui/gtkUi/main.py", line 531, in profileAction method() File "/home/facundo/devel/reps/w3af/core/ui/gtkUi/profiles.py", line 302, in saveProfile self.w3af.saveCurrentToProfile( profileName ) File "/home/facundo/devel/reps/w3af/core/controllers/w3afCore.py", line 905, in saveCurrentToProfile newProfile.setPluginOptions( pType, pName, self.getPluginOptions( pType, pName ) ) File "/home/facundo/devel/reps/w3af/core/data/profile/profile.py", line 155, in setPluginOptions for option in options.keys(): AttributeError: 'NoneType' object has no attribute 'keys' Also I'm asking for a description. ------------------------------------------------------- Date: 2008-04-04 21:42 By: andresriancho Comment: Ok, the core features needed for profiles is done. PLEASE read the FIXME comments in profiles.py; we have some problems there that should be fixed by you. Core features done in r917. ------------------------------------------------------- Date: 2008-04-03 20:02 By: facundobatista Comment: Transform the "copyProfile" method to something like "saveCurrentConfigurationAsNewProfile" (but, with a shorter name, :p ). ------------------------------------------------------- Date: 2008-03-24 23:24 By: facundobatista Comment: All is done except calling some core methods that still to be implemented: - Save the profile - Save the actual state in a new profile - Delete a profile Bug #1924832 is open regarding this. When that's closed, this task could be reassigned to me. ------------------------------------------------------- Date: 2008-03-22 05:19 By: facundobatista Comment: Closer.... ------------------------------------------------------- Date: 2008-03-22 03:27 By: facundobatista Comment: Major structural changes are done, now I need to deal with the profile actions. ------------------------------------------------------- Date: 2008-03-10 21:47 By: facundobatista Comment: As talked with Andres, you will not be able to change Profile if you didn't save it before. ------------------------------------------------------- Date: 2008-03-10 13:21 By: facundobatista Comment: Advanced a little. Lack of support from the core makes it impossible to continue. Andres, I'm assigning this to you, as we need to talk about this: or more support from the core is added, or profiles should be re-designed. ------------------------------------------------------- Date: 2008-03-02 14:20 By: andresriancho Comment: Loading of profiles based on ini files already work in the consoleUi. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146771&group_id=170274&group_project_id=55113 |
From: <fac...@us...> - 2008-04-14 16:22:25
|
Revision: 998 http://w3af.svn.sourceforge.net/w3af/?rev=998&view=rev Author: facundobatista Date: 2008-04-14 09:22:19 -0700 (Mon, 14 Apr 2008) Log Message: ----------- You can check for DISPLAY environment if it's not windows. Modified Paths: -------------- trunk/w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-14 15:07:11
|
Revision: 997 http://w3af.svn.sourceforge.net/w3af/?rev=997&view=rev Author: andresriancho Date: 2008-04-14 08:07:01 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Fixed bug reported by Logan. Modified Paths: -------------- trunk/plugins/audit/buffOverflow.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-14 11:54:56
|
Revision: 996 http://w3af.svn.sourceforge.net/w3af/?rev=996&view=rev Author: andresriancho Date: 2008-04-14 04:54:01 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Adding more documentation for gtkUi. Modified Paths: -------------- trunk/readme/w3afUsersGuide.html trunk/readme/w3afUsersGuide.odt trunk/readme/w3afUsersGuide.pdf Added Paths: ----------- trunk/readme/w3afUsersGuide_html_440f522d.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-14 02:15:09
|
Task #146771 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Profiles in scan configuration tab Complete: 95% Status: Open Authority : andresriancho Assigned to: facundobatista Description: They should be to the left of the plugin configuration. Profiles can be copied (not cloned) from the user interface. When starting a scan, the UI should notice a change in the profile and fire up a dialog to save the profile. This task depends on "Tabs refactoring" and in Andres creating the "Profile feature" in the core. Maybe this won't happend in a short time. Follow-Ups: ------------------------------------------------------- Date: 2008-04-13 23:15 By: andresriancho Comment: Ok, lets analyze this points: 1. Get the already in place fast_scan profile. Select it. Enable all plugins. Save the profile. Exit and enter w3af again. Select fast_scan- All plugins are selected, :). Unselect them all. Save. Exit and enter w3af. Select fast_scan. See? Ooops! I wasn't disabling sections in the .ini! Fixed in r995. 2. Enter w3af. On "empty default" profile, enable all "grep" plugins. Save it to a new profile. See? See what? The plugins are still enabled, and the profile file looks ok. Closed w3af and opened again. Everything looks good. Please comment on this!! ------------------------------------------------------- Date: 2008-04-05 16:08 By: facundobatista Comment: Done regarding GUI stuff. But from the Core, there're two problems: 1. Get the already in place fast_scan profile. Select it. Enable all plugins. Save the profile. Exit and enter w3af again. Select fast_scan- All plugins are selected, :). Unselect them all. Save. Exit and enter w3af. Select fast_scan. See? 2. Enter w3af. On "empty default" profile, enable all "grep" plugins. Save it to a new profile. See? ------------------------------------------------------- Date: 2008-04-05 11:40 By: facundobatista Comment: Now in saveProfile and in saveAsProfile, first save the status to the Core (exactly as I did before the startScan), but the core crashes when saving: Traceback (most recent call last): File "/home/facundo/devel/reps/w3af/core/ui/gtkUi/main.py", line 172, in <lambda> ('Save', gtk.STOCK_SAVE, '_Save', None, 'Save this configuration', lambda w: self.profileAction("save")), File "/home/facundo/devel/reps/w3af/core/ui/gtkUi/main.py", line 531, in profileAction method() File "/home/facundo/devel/reps/w3af/core/ui/gtkUi/profiles.py", line 302, in saveProfile self.w3af.saveCurrentToProfile( profileName ) File "/home/facundo/devel/reps/w3af/core/controllers/w3afCore.py", line 905, in saveCurrentToProfile newProfile.setPluginOptions( pType, pName, self.getPluginOptions( pType, pName ) ) File "/home/facundo/devel/reps/w3af/core/data/profile/profile.py", line 155, in setPluginOptions for option in options.keys(): AttributeError: 'NoneType' object has no attribute 'keys' Also I'm asking for a description. ------------------------------------------------------- Date: 2008-04-04 21:42 By: andresriancho Comment: Ok, the core features needed for profiles is done. PLEASE read the FIXME comments in profiles.py; we have some problems there that should be fixed by you. Core features done in r917. ------------------------------------------------------- Date: 2008-04-03 20:02 By: facundobatista Comment: Transform the "copyProfile" method to something like "saveCurrentConfigurationAsNewProfile" (but, with a shorter name, :p ). ------------------------------------------------------- Date: 2008-03-24 23:24 By: facundobatista Comment: All is done except calling some core methods that still to be implemented: - Save the profile - Save the actual state in a new profile - Delete a profile Bug #1924832 is open regarding this. When that's closed, this task could be reassigned to me. ------------------------------------------------------- Date: 2008-03-22 05:19 By: facundobatista Comment: Closer.... ------------------------------------------------------- Date: 2008-03-22 03:27 By: facundobatista Comment: Major structural changes are done, now I need to deal with the profile actions. ------------------------------------------------------- Date: 2008-03-10 21:47 By: facundobatista Comment: As talked with Andres, you will not be able to change Profile if you didn't save it before. ------------------------------------------------------- Date: 2008-03-10 13:21 By: facundobatista Comment: Advanced a little. Lack of support from the core makes it impossible to continue. Andres, I'm assigning this to you, as we need to talk about this: or more support from the core is added, or profiles should be re-designed. ------------------------------------------------------- Date: 2008-03-02 14:20 By: andresriancho Comment: Loading of profiles based on ini files already work in the consoleUi. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146771&group_id=170274&group_project_id=55113 |
From: <and...@us...> - 2008-04-14 02:14:27
|
Revision: 995 http://w3af.svn.sourceforge.net/w3af/?rev=995&view=rev Author: andresriancho Date: 2008-04-13 19:14:25 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Fixed a bug in the sed plugin, and fixed a bug in the way I handled the disabling of plugins in the profile. Modified Paths: -------------- trunk/core/data/profile/profile.py trunk/plugins/mangle/sed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-14 01:42:38
|
Task #146767 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Log tab should have an XY plot of the results Complete: 5% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Log tab should have an XY plot of the results as seen with Eduardo today. The idea is to have X: Time and Y: Severity of the finding. With this information create a graphic that can be used to easily see what vulns were found. Remember that vulns have 3 severities LOW / MID / HIGH and that info objects have a severity of INFO. All other objects don't have severity. Keep in mind that the vuln objects that are in the KB are the ones with severity; not the ones that are written in the gtkOutput plugin. If mouse over vuln, tooltip. If mouse click on vuln; go to the tab were I can see more information about it. Follow-Ups: ------------------------------------------------------- Date: 2008-04-13 22:42 By: andresriancho Comment: My part is done, the objects wich return 'vulnerability' to getType() and are stored in the gtk_queue have a getSeverity method which returns one of the values defined in: core.data.constants.severity Actually, they only have LOW/MID/HIGH, the INFO is used for the information objects. ------------------------------------------------------- Date: 2008-04-04 10:50 By: andresriancho Comment: Idea: Try to put the debug info also in the graph. The debug info is something that appears more than once every second, almost all the time w3af is running; while information messages arrive less than 1 every 10 seconds in average. ------------------------------------------------------- Date: 2008-04-03 21:51 By: facundobatista Comment: VulnHigh, VulnMed, VulnLow, and Info, are three different levels in the vertical positions. Instead of points, use a circle of three pixels width.. The X dimension must resize itself when time goes for too long. The initial scale is 40ms per pixel. Reassigned to Andres for him to allow the log to receive the vulnerability meta information (then reassign to me). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146767&group_id=170274&group_project_id=55113 |
From: <and...@us...> - 2008-04-14 01:38:47
|
Revision: 994 http://w3af.svn.sourceforge.net/w3af/?rev=994&view=rev Author: andresriancho Date: 2008-04-13 18:38:38 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Now all plugins that report a vulnerability through the output manager include a severity parameter. This is needed for the gtk user interface. Modified Paths: -------------- trunk/core/controllers/basePlugin/baseOutputPlugin.py trunk/core/controllers/basePlugin/basePlugin.py trunk/core/controllers/outputManager.py trunk/plugins/audit/frontpage.py trunk/plugins/audit/htaccessMethods.py trunk/plugins/audit/unSSL.py trunk/plugins/audit/xsrf.py trunk/plugins/audit/xst.py trunk/plugins/bruteforce/basicAuthBrute.py trunk/plugins/bruteforce/formAuthBrute.py trunk/plugins/discovery/crossDomain.py trunk/plugins/discovery/findBackdoor.py trunk/plugins/discovery/ghdb.py trunk/plugins/discovery/googleSafeBrowsing.py trunk/plugins/discovery/phishtank.py trunk/plugins/discovery/pykto.py trunk/plugins/discovery/serverStatus.py trunk/plugins/discovery/sharedHosting.py trunk/plugins/grep/httpAuthDetect.py trunk/plugins/output/console.py trunk/plugins/output/gtkOutput.py trunk/plugins/output/htmlFile.py trunk/plugins/output/textFile.py trunk/plugins/output/webOutput.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-14 01:26:29
|
Revision: 993 http://w3af.svn.sourceforge.net/w3af/?rev=993&view=rev Author: facundobatista Date: 2008-04-13 18:26:19 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Workaround for DISPLAY var PyGTK bug (see bug 1934579). Modified Paths: -------------- trunk/w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-14 01:14:00
|
Task #145566 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Test gtkUi in windows Complete: 0% Status: Open Authority : andresriancho Assigned to: ulises2k Description: test gtkUi in windows, remember that neither Fuzion nor Leonardo could make it work. Follow-Ups: ------------------------------------------------------- Date: 2008-04-13 22:13 By: andresriancho Comment: We made w3af work on windows, and we also have a setup.exe installer. Ulises is going to make some more tests in windows. ------------------------------------------------------- Date: 2008-03-28 16:25 By: andresriancho Comment: w3af runs ok on windows, but it has some bugs. Perform a full test; and find a maintainer. ------------------------------------------------------- Date: 2008-01-19 17:33 By: andresriancho Comment: http://faq.pygtk.org/index.py?req=show&file=faq21.003.htp ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145566&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-14 01:11:55
|
Task #146421 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: About window Complete: 100% Status: Closed Authority : andresriancho Assigned to: andresriancho Description: About window with contributor pictures, like the contributors page in the w3af site. Follow-Ups: ------------------------------------------------------- Date: 2008-03-28 16:27 By: andresriancho Comment: Without contributor pictures, only w3af image. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146421&group_id=170274&group_project_id=55113 |