w3af-svn-notify Mailing List for w3af (Page 249)
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: <and...@us...> - 2008-04-23 11:47:36
|
Revision: 1025 http://w3af.svn.sourceforge.net/w3af/?rev=1025&view=rev Author: andresriancho Date: 2008-04-23 04:46:17 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Fixing bug #1934489 in allowed methods and making the code more readable in the gtkOutput and osCommandingShell plugins. Modified Paths: -------------- trunk/plugins/attack/osCommandingShell.py trunk/plugins/discovery/allowedMethods.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: <and...@us...> - 2008-04-23 02:55:13
|
Revision: 1024 http://w3af.svn.sourceforge.net/w3af/?rev=1024&view=rev Author: andresriancho Date: 2008-04-22 19:55:11 -0700 (Tue, 22 Apr 2008) Log Message: ----------- Fixed bug #1942227. Modified Paths: -------------- trunk/plugins/output/gtkOutput.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-23 02:46:32
|
Task #147989 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Little button next to the target address bar Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Little button next to the target address bar that opens up the window with the last X used URLs. I remember that we had this task in the past (or maybe as a subtask of something else?)... but we didn't actually acted on it. I also remember you trying to do this with some "hack" that raised some events.. but that didn't worked... Could you please try again ? Thanks! ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147989&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-23 01:49:22
|
Task #147988 has been updated. Project: w3af Subproject: TODO v1.10 Summary: misc-settings / nonTarget should be parameter specific Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: Comment by Gerry Eisenhaur: """It seems like there should be a way to set which parameters to not fuzz during the audits. Like I said before, I had very little time to look over the code so if this exists, sorry.""" My answer: """ hmm... you can actually "blacklist" URLs this way: w3af>>> misc-settings w3af/misc-settings>>> view Parameter Value Description ========= ===== =========== ... nonTarget A comma separated list of URLs that w3af should completely ignore ... w3af/misc-settings>>> set nonTarget http://localhost/doNotFuzz.php BUT like you say, there is no way to say "on URL xyz, fuzz everything BUT variable f00". Once again, this could be useful; but has priority 0 IMHO if you compare it to the session thing you mentioned before .""" ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147988&group_id=170274&group_project_id=54341 |
From: SourceForge.net <no...@so...> - 2008-04-23 01:47:51
|
Task #147987 has been updated. Project: w3af Subproject: TODO v1.10 Summary: Be session aware Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: Comment by Gerry Eisenhaur: """First, I read a short thread on form based authentication and if I remember correctly there was no way to have w3af automatically log in. I found having a 'session aware' spider/auditor was very helpful for certain applications when performing an audit. For example, when fuzzing url variables I have run into applications that will invalidate a session when certain malformed requests are made. Being session aware will allow w3af to relogin in that case. """ My answer: """ w3af can use a session, but as you say, w3af is not session aware; it won't know when the session died :( I agree with you that this kind of behavior *must* be fixed in the future, and we should go to a more "session aware" model. """ ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147987&group_id=170274&group_project_id=54341 |
From: SourceForge.net <no...@so...> - 2008-04-20 04:41:52
|
Task #146767 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Log tab should have an XY plot of the results Complete: 100% Status: Closed 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-20 01:41 By: facundobatista Comment: All functionality implemented, commited in r1023. ------------------------------------------------------- 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-20 04:40:50
|
Revision: 1023 http://w3af.svn.sourceforge.net/w3af/?rev=1023&view=rev Author: facundobatista Date: 2008-04-19 21:40:47 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Log graph finished with full functionality. 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-20 01:23:01
|
Revision: 1022 http://w3af.svn.sourceforge.net/w3af/?rev=1022&view=rev Author: andresriancho Date: 2008-04-19 18:22:58 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Fixed bug. Modified Paths: -------------- trunk/plugins/audit/xsrf.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-19 16:00:13
|
Revision: 1021 http://w3af.svn.sourceforge.net/w3af/?rev=1021&view=rev Author: andresriancho Date: 2008-04-19 08:47:47 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Fixed bug in plugin. Modified Paths: -------------- trunk/core/controllers/targetSettings.py trunk/plugins/audit/xsrf.py trunk/w3af.e3p trunk/w3af.e3t This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-19 13:58:40
|
Revision: 1020 http://w3af.svn.sourceforge.net/w3af/?rev=1020&view=rev Author: andresriancho Date: 2008-04-19 06:58:38 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Fixing bug #1946348. Modified Paths: -------------- trunk/plugins/discovery/phpEggs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <uli...@us...> - 2008-04-19 02:46:09
|
Revision: 1019 http://w3af.svn.sourceforge.net/w3af/?rev=1019&view=rev Author: ulises2k Date: 2008-04-18 19:46:04 -0700 (Fri, 18 Apr 2008) Log Message: ----------- Un peque?\195?\177o readme para saber como compilar y un script para compilar sin usar ninguna IDE, solo el instalador NSIS (nsis.sf.net) Added Paths: ----------- windows_installer/compile_w3af-setup.cmd windows_installer/readme.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <uli...@us...> - 2008-04-19 02:44:45
|
Revision: 1018 http://w3af.svn.sourceforge.net/w3af/?rev=1018&view=rev Author: ulises2k Date: 2008-04-18 19:44:41 -0700 (Fri, 18 Apr 2008) Log Message: ----------- Modificacion para poder compilar con la misma estructura del svn el tags beta6-release y el trunk. Hay que comentar y descomentar una linea. Modified Paths: -------------- windows_installer/w3af-setup.nsi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <uli...@us...> - 2008-04-18 20:42:03
|
Revision: 1017 http://w3af.svn.sourceforge.net/w3af/?rev=1017&view=rev Author: ulises2k Date: 2008-04-18 13:41:59 -0700 (Fri, 18 Apr 2008) Log Message: ----------- - svn client Added Paths: ----------- windows_installer/svn-client/ windows_installer/svn-client/intl3_svn.dll windows_installer/svn-client/libapr.dll windows_installer/svn-client/libapriconv.dll windows_installer/svn-client/libaprutil.dll windows_installer/svn-client/libdb44.dll windows_installer/svn-client/libeay32.dll windows_installer/svn-client/ssleay32.dll windows_installer/svn-client/svn.exe windows_installer/svn-client/svnadmin.exe windows_installer/svn-client/svndumpfilter.exe windows_installer/svn-client/svnlook.exe windows_installer/svn-client/svnserve.exe windows_installer/svn-client/svnsync.exe windows_installer/svn-client/svnversion.exe This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <uli...@us...> - 2008-04-18 20:37:00
|
Revision: 1016 http://w3af.svn.sourceforge.net/w3af/?rev=1016&view=rev Author: ulises2k Date: 2008-04-18 13:36:40 -0700 (Fri, 18 Apr 2008) Log Message: ----------- - GTK-2.0 runtime Added Paths: ----------- windows_installer/gtk2-runtime/ windows_installer/gtk2-runtime/bin/ windows_installer/gtk2-runtime/bin/fc-cache.exe windows_installer/gtk2-runtime/bin/fc-list.exe windows_installer/gtk2-runtime/bin/gdk-pixbuf-query-loaders.exe windows_installer/gtk2-runtime/bin/gtk-query-immodules-2.0.exe windows_installer/gtk2-runtime/bin/pango-querymodules.exe windows_installer/gtk2-runtime/charset.alias windows_installer/gtk2-runtime/etc/ windows_installer/gtk2-runtime/etc/fonts/ windows_installer/gtk2-runtime/etc/fonts/conf.avail/ windows_installer/gtk2-runtime/etc/fonts/conf.avail/10-autohint.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/10-no-sub-pixel.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/10-sub-pixel-bgr.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/10-sub-pixel-rgb.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/10-unhinted.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/20-fix-globaladvance.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/20-lohit-gujarati.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/20-unhint-small-vera.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/30-amt-aliases.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/30-urw-aliases.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/40-generic.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/49-sansserif.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/50-user.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/51-local.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/60-latin.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/65-fonts-persian.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/65-nonlatin.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/69-unifont.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/70-no-bitmaps.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/70-yes-bitmaps.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/80-delicious.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/90-synthetic.conf windows_installer/gtk2-runtime/etc/fonts/conf.avail/README windows_installer/gtk2-runtime/etc/fonts/conf.d/ windows_installer/gtk2-runtime/etc/fonts/conf.d/20-fix-globaladvance.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/20-lohit-gujarati.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/20-unhint-small-vera.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/30-amt-aliases.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/30-urw-aliases.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/40-generic.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/49-sansserif.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/50-user.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/51-local.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/60-latin.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/65-fonts-persian.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/65-nonlatin.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/69-unifont.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/80-delicious.conf windows_installer/gtk2-runtime/etc/fonts/conf.d/90-synthetic.conf windows_installer/gtk2-runtime/etc/fonts/fonts.conf windows_installer/gtk2-runtime/etc/fonts/fonts.dtd windows_installer/gtk2-runtime/etc/gtk-2.0/ windows_installer/gtk2-runtime/etc/gtk-2.0/gdk-pixbuf.loaders windows_installer/gtk2-runtime/etc/gtk-2.0/gtk.immodules windows_installer/gtk2-runtime/etc/gtk-2.0/gtkrc windows_installer/gtk2-runtime/etc/gtk-2.0/gtkrc.default windows_installer/gtk2-runtime/etc/pango/ windows_installer/gtk2-runtime/etc/pango/pango.modules windows_installer/gtk2-runtime/freetype6.dll windows_installer/gtk2-runtime/glut32.dll windows_installer/gtk2-runtime/gspawn-win32-helper-console.exe windows_installer/gtk2-runtime/gspawn-win32-helper.exe windows_installer/gtk2-runtime/gtk2-runtime/ windows_installer/gtk2-runtime/gtk2-runtime/license.txt windows_installer/gtk2-runtime/gtk2-runtime/license_glut32.txt windows_installer/gtk2-runtime/gtk2-runtime/license_gpl.txt windows_installer/gtk2-runtime/gtk2-runtime/license_jpeg.txt windows_installer/gtk2-runtime/gtk2-runtime/license_lgpl.txt windows_installer/gtk2-runtime/gtk2-runtime/license_png.txt windows_installer/gtk2-runtime/gtk2-runtime/license_zlib.txt windows_installer/gtk2-runtime/iconv.dll windows_installer/gtk2-runtime/intl.dll windows_installer/gtk2-runtime/jpeg62.dll windows_installer/gtk2-runtime/lib/ windows_installer/gtk2-runtime/lib/gtk-2.0/ windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/ windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/engines/ windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/engines/libpixmap.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/engines/libwimp.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/ windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-ime.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-thai.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/ windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.dll windows_installer/gtk2-runtime/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.dll windows_installer/gtk2-runtime/libatk-1.0-0.dll windows_installer/gtk2-runtime/libcairo-2.dll windows_installer/gtk2-runtime/libexpat.dll windows_installer/gtk2-runtime/libfontconfig-1.dll windows_installer/gtk2-runtime/libgdk-win32-2.0-0.dll windows_installer/gtk2-runtime/libgdk_pixbuf-2.0-0.dll windows_installer/gtk2-runtime/libglib-2.0-0.dll windows_installer/gtk2-runtime/libgmodule-2.0-0.dll windows_installer/gtk2-runtime/libgobject-2.0-0.dll windows_installer/gtk2-runtime/libgthread-2.0-0.dll windows_installer/gtk2-runtime/libgtk-win32-2.0-0.dll windows_installer/gtk2-runtime/libpango-1.0-0.dll windows_installer/gtk2-runtime/libpangocairo-1.0-0.dll windows_installer/gtk2-runtime/libpangoft2-1.0-0.dll windows_installer/gtk2-runtime/libpangowin32-1.0-0.dll windows_installer/gtk2-runtime/libpng12.dll windows_installer/gtk2-runtime/libpng13.dll windows_installer/gtk2-runtime/libtiff3.dll windows_installer/gtk2-runtime/share/ windows_installer/gtk2-runtime/share/themes/ windows_installer/gtk2-runtime/share/themes/Emacs/ windows_installer/gtk2-runtime/share/themes/Emacs/gtk-2.0-key/ windows_installer/gtk2-runtime/share/themes/Emacs/gtk-2.0-key/gtkrc windows_installer/gtk2-runtime/share/themes/MS-Windows/ windows_installer/gtk2-runtime/share/themes/MS-Windows/gtk-2.0/ windows_installer/gtk2-runtime/share/themes/MS-Windows/gtk-2.0/gtkrc windows_installer/gtk2-runtime/share/themes/Raleigh/ windows_installer/gtk2-runtime/share/themes/Raleigh/gtk-2.0/ windows_installer/gtk2-runtime/share/themes/Raleigh/gtk-2.0/gtkrc windows_installer/gtk2-runtime/xmlparse.dll windows_installer/gtk2-runtime/xmltok.dll windows_installer/gtk2-runtime/zlib1.dll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <uli...@us...> - 2008-04-18 20:17:49
|
Revision: 1015 http://w3af.svn.sourceforge.net/w3af/?rev=1015&view=rev Author: ulises2k Date: 2008-04-18 13:17:42 -0700 (Fri, 18 Apr 2008) Log Message: ----------- Instalador de w3af para windows. - Extensiones - Licencia - Imagenes del install - Source del install - Iconos Added Paths: ----------- windows_installer/GPL.txt windows_installer/header_image.bmp windows_installer/pyOpenSSL-0.7a2-py2.5.exe windows_installer/pycairo-1.4.12-1.win32-py2.5.exe windows_installer/pygobject-2.14.1-1.win32-py2.5.exe windows_installer/pygtk-2.12.1-2.win32-py2.5.exe windows_installer/splash_installer.bmp windows_installer/w3af-setup.nsi windows_installer/w3af_gui_icon.ico windows_installer/w3af_update.bat 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-17 20:54:11
|
Task #147520 has been updated. Project: w3af Subproject: Plugin TODO v1.10 Summary: log file should show everything Complete: 0% Status: Open Authority : andresriancho Assigned to: cohny Description: Right now I'm not showing: - The plugins that were enabled - The commands that the user run to enable the plugins One bug is that when I enable the textfile plugin I start recording things to the file when it is enabled, all previous messages are lost. Follow-Ups: ------------------------------------------------------- Date: 2008-04-17 17:54 By: andresriancho Comment: Assigned to Constantinos. Files that are expected to be modified in the process of performing this task: - outputManager.py - all plugins What should be done: outputManager should store all messages, and when the new output plugin is enabled, all messages should be sent to the output plugin using a newly created method. First, test with one simple plugin like "textFile", and then replicate to all the others. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147520&group_id=170274&group_project_id=55629 |
From: <fac...@us...> - 2008-04-17 19:27:10
|
Revision: 1014 http://w3af.svn.sourceforge.net/w3af/?rev=1014&view=rev Author: facundobatista Date: 2008-04-17 12:27:02 -0700 (Thu, 17 Apr 2008) Log Message: ----------- Some colors. 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-17 19:04:56
|
Revision: 1013 http://w3af.svn.sourceforge.net/w3af/?rev=1013&view=rev Author: facundobatista Date: 2008-04-17 12:04:36 -0700 (Thu, 17 Apr 2008) Log Message: ----------- Working in the log graph. 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: SourceForge.net <no...@so...> - 2008-04-17 13:43:17
|
Task #147867 has been updated. Project: w3af Subproject: Plugin TODO v1.00 Summary: w3af should find this! Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: http://thedailywtf.com/Articles/Oklahoma-Leaks-Tens-of-Thousands-of-Social-Security-Numbers,-Other-Sensitive-Data.aspx ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147867&group_id=170274&group_project_id=50603 |
From: SourceForge.net <no...@so...> - 2008-04-17 11:40:09
|
Task #147864 has been updated. Project: w3af Subproject: TODO v1.00 Summary: abstractParser.findAccounts Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: This is not a desired behavior, this is a bug! I changed the source a little bit to address this bug, but also added a task to review the whole "findAccounts" method, because I would like it to be: - 5 lines long - faster - with more regex - without loops - and it should be able to find .*@www.example.com and .*@example.com ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147864&group_id=170274&group_project_id=48542 |
From: <and...@us...> - 2008-04-17 11:35:10
|
Revision: 1012 http://w3af.svn.sourceforge.net/w3af/?rev=1012&view=rev Author: andresriancho Date: 2008-04-17 04:30:44 -0700 (Thu, 17 Apr 2008) Log Message: ----------- Finding emails the right way. Modified Paths: -------------- trunk/core/data/parsers/abstractParser.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-17 00:59:10
|
Task #147862 has been updated. Project: w3af Subproject: TODO v1.12 Summary: proxy list and proxy rotation Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Is it a good idea to let the user specify a list of proxies and add a feature that rotates through the proxies while performing requests to the target site? Is this a hacker tool... or a tool ? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147862&group_id=170274&group_project_id=54342 |
From: <and...@us...> - 2008-04-17 00:47:21
|
Revision: 1011 http://w3af.svn.sourceforge.net/w3af/?rev=1011&view=rev Author: andresriancho Date: 2008-04-16 17:47:14 -0700 (Wed, 16 Apr 2008) Log Message: ----------- Added a python error page string. Modified Paths: -------------- trunk/plugins/grep/errorPages.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-16 23:47:15
|
Task #147774 has been updated. Project: w3af Subproject: consoleUi Summary: Enabling all plugins doesn't work Complete: 100% Status: Closed Authority : andresriancho Assigned to: aberezh Description: w3af>>>plugins w3af/plugins>>>audit all Unknown plugin: 'all' w3af/plugins>>>discovery all Unknown plugin: 'all' w3af/plugins>>> Follow-Ups: ------------------------------------------------------- Date: 2008-04-16 20:47 By: andresriancho Comment: Done! ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147774&group_id=170274&group_project_id=55343 |
From: SourceForge.net <no...@so...> - 2008-04-16 23:46:35
|
Task #147769 has been updated. Project: w3af Subproject: consoleUi Summary: remove terminal directory from svn ? Complete: 0% Status: Closed Authority : andresriancho Assigned to: aberezh Description: Is that directory actually used ? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147769&group_id=170274&group_project_id=55343 |