w3af-svn-notify Mailing List for w3af (Page 39)
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...> - 2012-08-22 20:14:58
|
Revision: 5700 http://w3af.svn.sourceforge.net/w3af/?rev=5700&view=rev Author: andresriancho Date: 2012-08-22 20:14:51 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Changing the payload API a little bit. This makes it more clear to the caller. Still need to make sure these changes work from the consoleUI and the GTK UI. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/apache_config_directory.py branches/threading2/plugins/attack/payloads/payloads/apache_config_files.py branches/threading2/plugins/attack/payloads/payloads/apache_htaccess.py branches/threading2/plugins/attack/payloads/payloads/apache_mod_security.py branches/threading2/plugins/attack/payloads/payloads/apache_root_directory.py branches/threading2/plugins/attack/payloads/payloads/apache_run_group.py branches/threading2/plugins/attack/payloads/payloads/apache_run_user.py branches/threading2/plugins/attack/payloads/payloads/apache_ssl.py branches/threading2/plugins/attack/payloads/payloads/apache_version.py branches/threading2/plugins/attack/payloads/payloads/arp_cache.py branches/threading2/plugins/attack/payloads/payloads/cpu_info.py branches/threading2/plugins/attack/payloads/payloads/current_user.py branches/threading2/plugins/attack/payloads/payloads/dhcp_config_files.py branches/threading2/plugins/attack/payloads/payloads/dns_config_files.py branches/threading2/plugins/attack/payloads/payloads/domainname.py branches/threading2/plugins/attack/payloads/payloads/filesystem.py branches/threading2/plugins/attack/payloads/payloads/firefox_stealer.py branches/threading2/plugins/attack/payloads/payloads/ftp_config_files.py branches/threading2/plugins/attack/payloads/payloads/gcc_version.py branches/threading2/plugins/attack/payloads/payloads/get_hashes.py branches/threading2/plugins/attack/payloads/payloads/get_source_code.py branches/threading2/plugins/attack/payloads/payloads/hostname.py branches/threading2/plugins/attack/payloads/payloads/hosts.py branches/threading2/plugins/attack/payloads/payloads/iis_root_directory.py branches/threading2/plugins/attack/payloads/payloads/interesting_files.py branches/threading2/plugins/attack/payloads/payloads/is_root.py branches/threading2/plugins/attack/payloads/payloads/kerberos_config_files.py branches/threading2/plugins/attack/payloads/payloads/kernel_version.py branches/threading2/plugins/attack/payloads/payloads/ldap_config_files.py branches/threading2/plugins/attack/payloads/payloads/list_kernel_modules.py branches/threading2/plugins/attack/payloads/payloads/list_processes.py branches/threading2/plugins/attack/payloads/payloads/log_reader.py branches/threading2/plugins/attack/payloads/payloads/mail_config_files.py branches/threading2/plugins/attack/payloads/payloads/mysql_config.py branches/threading2/plugins/attack/payloads/payloads/mysql_config_directory.py branches/threading2/plugins/attack/payloads/payloads/netcat_installed.py branches/threading2/plugins/attack/payloads/payloads/os_fingerprint.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/payloads/pixy.py branches/threading2/plugins/attack/payloads/payloads/read_mail.py branches/threading2/plugins/attack/payloads/payloads/root_login_allowed.py branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter.py branches/threading2/plugins/attack/payloads/payloads/route.py branches/threading2/plugins/attack/payloads/payloads/running_honeypot.py branches/threading2/plugins/attack/payloads/payloads/running_vm.py branches/threading2/plugins/attack/payloads/payloads/smb_config_files.py branches/threading2/plugins/attack/payloads/payloads/ssh_config_files.py branches/threading2/plugins/attack/payloads/payloads/ssh_version.py branches/threading2/plugins/attack/payloads/payloads/svn_config_files.py branches/threading2/plugins/attack/payloads/payloads/tcp.py branches/threading2/plugins/attack/payloads/payloads/udp.py branches/threading2/plugins/attack/payloads/payloads/uptime.py branches/threading2/plugins/attack/payloads/payloads/users.py branches/threading2/plugins/attack/payloads/payloads/users_config_files.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 19:30:59
|
Revision: 5699 http://w3af.svn.sourceforge.net/w3af/?rev=5699&view=rev Author: andresriancho Date: 2012-08-22 19:30:49 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Changed API, many payloads will fail! Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payload_handler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 19:30:13
|
Revision: 5698 http://w3af.svn.sourceforge.net/w3af/?rev=5698&view=rev Author: andresriancho Date: 2012-08-22 19:30:07 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Fixed bug 4: vs :4 Modified Paths: -------------- branches/threading2/plugins/attack/payloads/base_payload.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 19:29:45
|
Revision: 5697 http://w3af.svn.sourceforge.net/w3af/?rev=5697&view=rev Author: andresriancho Date: 2012-08-22 19:29:39 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Cosmetic + helper strings. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/shell_handler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 19:25:10
|
Revision: 5696 http://w3af.svn.sourceforge.net/w3af/?rev=5696&view=rev Author: andresriancho Date: 2012-08-22 19:25:04 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Adding helper class for exec shells. Adding unittest for portscan payload Cosmetic changes to portscan payload. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/portscan.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/payload_test_helper_exec.py branches/threading2/plugins/attack/payloads/tests/test_portscan.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 19:23:42
|
Revision: 5695 http://w3af.svn.sourceforge.net/w3af/?rev=5695&view=rev Author: andresriancho Date: 2012-08-22 19:23:36 +0000 (Wed, 22 Aug 2012) Log Message: ----------- The exec shell should also have the possibility to tell me if a port is open. Modified Paths: -------------- branches/threading2/plugins/attack/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:52:19
|
Revision: 5694 http://w3af.svn.sourceforge.net/w3af/?rev=5694&view=rev Author: andresriancho Date: 2012-08-22 18:52:13 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/iis_root_directory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:51:42
|
Revision: 5693 http://w3af.svn.sourceforge.net/w3af/?rev=5693&view=rev Author: andresriancho Date: 2012-08-22 18:51:36 +0000 (Wed, 22 Aug 2012) Log Message: ----------- pep-8 changes. Modified Paths: -------------- branches/threading2/core/controllers/intrusionTools/execMethodHelpers.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/data/constants/w3afPorts.py branches/threading2/core/data/kb/exec_shell.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:51:19
|
Revision: 5692 http://w3af.svn.sourceforge.net/w3af/?rev=5692&view=rev Author: andresriancho Date: 2012-08-22 18:51:08 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Adding validation and TODO. Modified Paths: -------------- branches/threading2/core/controllers/misc/common_attack_methods.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:50:20
|
Revision: 5691 http://w3af.svn.sourceforge.net/w3af/?rev=5691&view=rev Author: andresriancho Date: 2012-08-22 18:50:11 +0000 (Wed, 22 Aug 2012) Log Message: ----------- A better/simpler webshell, which outputs delimiters for easy result extraction. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/webshell/webshell.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:49:38
|
Revision: 5690 http://w3af.svn.sourceforge.net/w3af/?rev=5690&view=rev Author: andresriancho Date: 2012-08-22 18:49:32 +0000 (Wed, 22 Aug 2012) Log Message: ----------- pep-8 changes. Modified Paths: -------------- branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/tests/attack/test_os_commanding.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:48:18
|
Revision: 5689 http://w3af.svn.sourceforge.net/w3af/?rev=5689&view=rev Author: andresriancho Date: 2012-08-22 18:48:12 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:46:59
|
Revision: 5688 http://w3af.svn.sourceforge.net/w3af/?rev=5688&view=rev Author: andresriancho Date: 2012-08-22 18:46:53 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Adding test for attack RFI plugin. Modified Paths: -------------- branches/threading2/plugins/attack/rfi.py Added Paths: ----------- branches/threading2/plugins/tests/attack/test_rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 17:47:00
|
Revision: 5687 http://w3af.svn.sourceforge.net/w3af/?rev=5687&view=rev Author: andresriancho Date: 2012-08-22 17:46:54 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Moving to match plugin name. Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/audit/index.html extras/testEnv/webroot/moth/w3af/audit/sql_injection/recreate_tables.php Added Paths: ----------- extras/testEnv/webroot/moth/w3af/audit/rfi/ Removed Paths: ------------- extras/testEnv/webroot/moth/w3af/audit/remoteFileInclusion/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 17:32:34
|
Revision: 5686 http://w3af.svn.sourceforge.net/w3af/?rev=5686&view=rev Author: andresriancho Date: 2012-08-22 17:32:28 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Minor plugin changes required to pass after some modifications to moth. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/tests/test_users.py branches/threading2/plugins/attack/payloads/tests/test_users_config_files.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 17:13:49
|
Revision: 5685 http://w3af.svn.sourceforge.net/w3af/?rev=5685&view=rev Author: andresriancho Date: 2012-08-22 17:13:39 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Added template for unittest. Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_iis_root_directory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 17:10:49
|
Revision: 5684 http://w3af.svn.sourceforge.net/w3af/?rev=5684&view=rev Author: andresriancho Date: 2012-08-22 17:10:40 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Added (very simple) unittest for smb_config_files. Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_smb_config_files.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 17:09:40
|
Revision: 5683 http://w3af.svn.sourceforge.net/w3af/?rev=5683&view=rev Author: andresriancho Date: 2012-08-22 17:09:34 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Rewrote payload to use new threadpool Added unittest Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/svn_config_files.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_svn_config_files.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 16:55:31
|
Revision: 5682 http://w3af.svn.sourceforge.net/w3af/?rev=5682&view=rev Author: andresriancho Date: 2012-08-22 16:55:22 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Added unittest for mail_config_files. Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_mail_config_files.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 16:40:41
|
Revision: 5681 http://w3af.svn.sourceforge.net/w3af/?rev=5681&view=rev Author: andresriancho Date: 2012-08-22 16:40:34 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Rewrote payload to use read_multi Added unittest Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/log_reader.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_log_reader.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 15:49:29
|
Revision: 5680 http://w3af.svn.sourceforge.net/w3af/?rev=5680&view=rev Author: andresriancho Date: 2012-08-22 15:49:19 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Rewrote payload to use new threadpool model. Added unittest Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/spider.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_spider.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 15:43:47
|
Revision: 5679 http://w3af.svn.sourceforge.net/w3af/?rev=5679&view=rev Author: andresriancho Date: 2012-08-22 15:43:36 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Migrated to threadpool, updated unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/apache_config_files.py branches/threading2/plugins/attack/payloads/tests/test_apache_config_files.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 15:31:12
|
Revision: 5678 http://w3af.svn.sourceforge.net/w3af/?rev=5678&view=rev Author: andresriancho Date: 2012-08-22 15:31:06 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Added unittest for ssh_config_files payload Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_ssh_config_files.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 15:28:45
|
Revision: 5677 http://w3af.svn.sourceforge.net/w3af/?rev=5677&view=rev Author: andresriancho Date: 2012-08-22 15:28:34 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Minor changes to ssh_config_files payload Fixed bugs in root_login_allowed Added unittest for root_login_allowed Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/root_login_allowed.py branches/threading2/plugins/attack/payloads/payloads/ssh_config_files.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_root_login_allowed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 15:27:47
|
Revision: 5676 http://w3af.svn.sourceforge.net/w3af/?rev=5676&view=rev Author: andresriancho Date: 2012-08-22 15:27:37 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Removing debug print Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payload_handler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |