Thread: [W3af-svn-notify] SF.net SVN: w3af:[5342] branches/threading2/plugins/attack/payloads
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-07-14 19:42:19
|
Revision: 5342 http://w3af.svn.sourceforge.net/w3af/?rev=5342&view=rev Author: andresriancho Date: 2012-07-14 19:42:12 +0000 (Sat, 14 Jul 2012) Log Message: ----------- Merging payloads changes from trunk. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/base_payload.py branches/threading2/plugins/attack/payloads/payload_handler.py 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_modsecurity.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/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/interesting_files.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/portscan.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/spider.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 Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-21 18:30:51
|
Revision: 5623 http://w3af.svn.sourceforge.net/w3af/?rev=5623&view=rev Author: andresriancho Date: 2012-08-21 18:30:45 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Improved payload and wrote unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/apache_config_directory.py branches/threading2/plugins/attack/payloads/tests/test_apache_config_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-21 18:44:01
|
Revision: 5624 http://w3af.svn.sourceforge.net/w3af/?rev=5624&view=rev Author: andresriancho Date: 2012-08-21 18:43:55 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Minor payload improvements+unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/apache_config_files.py Added Paths: ----------- 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-21 18:54:45
|
Revision: 5628 http://w3af.svn.sourceforge.net/w3af/?rev=5628&view=rev Author: andresriancho Date: 2012-08-21 18:54:39 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Removed debug print from payload, added unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/apache_mod_security.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_apache_mod_security.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-21 19:10:09
|
Revision: 5634 http://w3af.svn.sourceforge.net/w3af/?rev=5634&view=rev Author: andresriancho Date: 2012-08-21 19:10:03 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Improved payload and added unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/arp_cache.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_arp_cache.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-21 20:00:41
|
Revision: 5641 http://w3af.svn.sourceforge.net/w3af/?rev=5641&view=rev Author: andresriancho Date: 2012-08-21 20:00:31 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Minor modifications to payload + adding unittest for firefox profile stealer. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/firefox_stealer.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_firefox_stealer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-21 20:49:15
|
Revision: 5649 http://w3af.svn.sourceforge.net/w3af/?rev=5649&view=rev Author: andresriancho Date: 2012-08-21 20:49:05 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Adding unittest for interesting_files, migrated interesting_files to the new threadpool model (fast!!) Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/interesting_files.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_interesting_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-21 21:23:52
|
Revision: 5655 http://w3af.svn.sourceforge.net/w3af/?rev=5655&view=rev Author: andresriancho Date: 2012-08-21 21:23:41 +0000 (Tue, 21 Aug 2012) Log Message: ----------- Rewrote list_processes to use the new threadpool model, added unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/list_processes.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_list_processes.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 00:44:33
|
Revision: 5660 http://w3af.svn.sourceforge.net/w3af/?rev=5660&view=rev Author: andresriancho Date: 2012-08-22 00:44:27 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Refactoring to move threadpool logic to base class. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/base_payload.py branches/threading2/plugins/attack/payloads/payloads/interesting_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 00:52:21
|
Revision: 5661 http://w3af.svn.sourceforge.net/w3af/?rev=5661&view=rev Author: andresriancho Date: 2012-08-22 00:52:15 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Rewrote plugin to use new threadpool Added unittest Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/users_config_files.py Added Paths: ----------- 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 01:24:34
|
Revision: 5662 http://w3af.svn.sourceforge.net/w3af/?rev=5662&view=rev Author: andresriancho Date: 2012-08-22 01:24:28 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Rewrote payload to use new threadpool Added unittest Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/running_vm.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_running_vm.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 13:42:24
|
Revision: 5671 http://w3af.svn.sourceforge.net/w3af/?rev=5671&view=rev Author: andresriancho Date: 2012-08-22 13:42:12 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Rewrote rootkit_hunter to use the new threadpool model. Moved DB to external file Added unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter/ branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter/rootkit_hunter_files.db branches/threading2/plugins/attack/payloads/tests/test_rootkit_hunter.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:06:26
|
Revision: 5673 http://w3af.svn.sourceforge.net/w3af/?rev=5673&view=rev Author: andresriancho Date: 2012-08-22 15:06:14 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Rewrote payload to use new threadpool model Added unittest Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/read_mail.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_read_mail.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: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: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 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 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 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-24 00:01:11
|
Revision: 5716 http://w3af.svn.sourceforge.net/w3af/?rev=5716&view=rev Author: andresriancho Date: 2012-08-24 00:01:05 +0000 (Fri, 24 Aug 2012) Log Message: ----------- Finally! It works! Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/get_source_code.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/tests/test_get_source_code.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-28 23:13:14
|
Revision: 6196 http://w3af.svn.sourceforge.net/w3af/?rev=6196&view=rev Author: andresriancho Date: 2012-11-28 23:13:07 +0000 (Wed, 28 Nov 2012) Log Message: ----------- Search and replace for helpers. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_config_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_htaccess.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_mod_security.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_root_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_run_group.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_run_user.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_ssl.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_arp_cache.py branches/threading2/plugins/attack/payloads/payloads/tests/test_cpu_info.py branches/threading2/plugins/attack/payloads/payloads/tests/test_current_user.py branches/threading2/plugins/attack/payloads/payloads/tests/test_dhcp_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_dns_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_domainname.py branches/threading2/plugins/attack/payloads/payloads/tests/test_filesystem.py branches/threading2/plugins/attack/payloads/payloads/tests/test_firefox_stealer.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ftp_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_gcc_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_get_hashes.py branches/threading2/plugins/attack/payloads/payloads/tests/test_get_source_code.py branches/threading2/plugins/attack/payloads/payloads/tests/test_hostname.py branches/threading2/plugins/attack/payloads/payloads/tests/test_hosts.py branches/threading2/plugins/attack/payloads/payloads/tests/test_iis_root_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_interesting_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_is_root.py branches/threading2/plugins/attack/payloads/payloads/tests/test_kerberos_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_kernel_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ldap_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_list_kernel_modules.py branches/threading2/plugins/attack/payloads/payloads/tests/test_list_processes.py branches/threading2/plugins/attack/payloads/payloads/tests/test_log_reader.py branches/threading2/plugins/attack/payloads/payloads/tests/test_mail_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_mysql_config.py branches/threading2/plugins/attack/payloads/payloads/tests/test_mysql_config_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_netcat_installed.py branches/threading2/plugins/attack/payloads/payloads/tests/test_os_fingerprint.py branches/threading2/plugins/attack/payloads/payloads/tests/test_php_sca.py branches/threading2/plugins/attack/payloads/payloads/tests/test_pixy.py branches/threading2/plugins/attack/payloads/payloads/tests/test_portscan.py branches/threading2/plugins/attack/payloads/payloads/tests/test_read_mail.py branches/threading2/plugins/attack/payloads/payloads/tests/test_root_login_allowed.py branches/threading2/plugins/attack/payloads/payloads/tests/test_rootkit_hunter.py branches/threading2/plugins/attack/payloads/payloads/tests/test_route.py branches/threading2/plugins/attack/payloads/payloads/tests/test_running_honeypot.py branches/threading2/plugins/attack/payloads/payloads/tests/test_running_vm.py branches/threading2/plugins/attack/payloads/payloads/tests/test_smb_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_spider.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ssh_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ssh_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_svn_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_tcp.py branches/threading2/plugins/attack/payloads/payloads/tests/test_udp.py branches/threading2/plugins/attack/payloads/payloads/tests/test_uptime.py branches/threading2/plugins/attack/payloads/payloads/tests/test_users.py branches/threading2/plugins/attack/payloads/payloads/tests/test_users_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_w3af_agent.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/payloads/tests/payload_test_helper.py branches/threading2/plugins/attack/payloads/payloads/tests/payload_test_helper_exec.py branches/threading2/plugins/attack/payloads/tests/__init__.py Removed Paths: ------------- branches/threading2/plugins/attack/payloads/tests/payload_test_helper.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper_exec.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-03 23:51:45
|
Revision: 6233 http://w3af.svn.sourceforge.net/w3af/?rev=6233&view=rev Author: andresriancho Date: 2012-12-03 23:51:38 +0000 (Mon, 03 Dec 2012) Log Message: ----------- Fixing error that was added during refactoring, but was very easy to spot because of failing unittest. Also fixed unittest. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/base_payload.py branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/attack/payloads/tests/test_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-12-31 22:10:22
|
Revision: 6566 http://w3af.svn.sourceforge.net/w3af/?rev=6566&view=rev Author: andresriancho Date: 2012-12-31 22:10:16 +0000 (Mon, 31 Dec 2012) Log Message: ----------- Fixing unittests after making the Payload API stricter a while ago. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/tests/test_payload_handler.py branches/threading2/plugins/attack/payloads/tests/test_base_payload.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |