This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP URL Checker"
(→Project Leader) |
Mr Craig Fox (talk | contribs) m (Updated by tool author with links, further info etc) |
||
Line 8: | Line 8: | ||
==OWASP URL Checker== | ==OWASP URL Checker== | ||
− | + | Screen shot: | |
+ | |||
+ | [[File:urlscanscreen.jpeg|link=]] | ||
+ | |||
==Introduction== | ==Introduction== | ||
− | An open source | + | An open source editable tool to scan websites for URL's which may lead to information divulging, exploits and common attack patterns. |
==Description== | ==Description== | ||
− | This tool will check a user defined website for potentially exploitable/ vulnerable URL's by comparing them against the URL extensions in the database, for instance if your target is http://google.com and in the database you have /wp-login.php it would then check if: http://google.com/wp-login.php is available on that site by checking the response. It's a form of of scanning to help you exploit and find weaknesses within the web server. The first time you run the tool it will create a database "restuls.txt" for you, and add a few URL parameters to get you started. But you can add to or change the database as much as you wish and therefore, it's as powerful as you'd like it to be. It gives you | + | This tool will check a user defined website for potentially exploitable/ vulnerable URL's by comparing them against the URL extensions in the database, for instance if your target is http://google.com and in the database you have /wp-login.php it would then check if: http://google.com/wp-login.php is available on that site by checking the response. It's a form of of scanning to help you exploit and find weaknesses within the web server. The first time you run the tool it will create a database "restuls.txt" for you, and add a few URL parameters to get you started. But you can add to or change the database as much as you wish and therefore, it's as powerful as you'd like it to be. It gives you real time feedback and the option to save all the successful results. You'll also be happy to know it's open source, and I've also included a win32 compiled version (requires .NET 3.5+). Video tutorial here http://youtu.be/yvc4q7YWpdo |
Line 32: | Line 35: | ||
− | |||
− | |||
+ | == Project Leader == | ||
− | + | [mailto:[email protected] Craig Fox (OWASP email)] | |
− | [ | + | [http://www.dreamwalker-software.com/ Dreamwalker Software] |
− | + | [http://www.dream-walker.weebly.com/ DWS sub-domain] | |
+ | [http://pentest.co.uk/index.html Pentest Ltd] | ||
− | + | [https://www.facebook.com/Dreamwalker1986 fb profile] | |
+ | == Related Projects == | ||
− | + | Visit Dreamwalker software page [http://www.dreamwalker-software.com/software.html here] | |
== Quick Download == | == Quick Download == | ||
+ | [http://www.dreamwalker-software.com/uploads/2/5/3/9/25390328/url_checker_v3_pentest_edition.zip Direct download server #1] | ||
+ | |||
+ | [http://www.softpedia.com/dyn-postdownload.php/fe910f128856e49ea01d2e3fcb37a1bc/53a9f7bf/3c191/4/1 Softpedia Secure Download (US)] | ||
+ | |||
+ | [http://www.softpedia.com/dyn-postdownload.php/01b1561b5c70dbe4d9b4baf606d47604/53a9f7bf/3c191/5/1 Softpedia Secure Download (UK)] | ||
− | |||
== Email List == | == Email List == | ||
[https://lists.owasp.org/mailman/listinfo/owasp_url_checker Sign up!] | [https://lists.owasp.org/mailman/listinfo/owasp_url_checker Sign up!] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 81: | Line 83: | ||
=FAQs= | =FAQs= | ||
− | + | Coming soon | |
− | |||
− | + | = Acknowledgements = | |
− | |||
− | |||
==Volunteers== | ==Volunteers== | ||
URL Checker is developed by a worldwide team of volunteers. The primary contributors to date have been: | URL Checker is developed by a worldwide team of volunteers. The primary contributors to date have been: | ||
− | + | Lead developer [https://www.owasp.org/index.php/User:Mr_Craig_Fox Craig Fox] | |
− | |||
==Others== | ==Others== | ||
− | + | ||
− | + | TBC | |
= Road Map and Getting Involved = | = Road Map and Getting Involved = | ||
Line 105: | Line 103: | ||
You do not have to be a security expert in order to contribute. | You do not have to be a security expert in order to contribute. | ||
Some of the ways you can help: | Some of the ways you can help: | ||
− | + | ||
− | + | Build upon the source, ensuring it's approved, tested and original credits are maintained. | |
+ | Use in testing, give feedback and distribute as much as possible | ||
+ | Contribute ideas and suggestions | ||
Revision as of 22:31, 24 June 2014
OWASP URL CheckerScreen shot:
IntroductionAn open source editable tool to scan websites for URL's which may lead to information divulging, exploits and common attack patterns. DescriptionThis tool will check a user defined website for potentially exploitable/ vulnerable URL's by comparing them against the URL extensions in the database, for instance if your target is http://google.com and in the database you have /wp-login.php it would then check if: http://google.com/wp-login.php is available on that site by checking the response. It's a form of of scanning to help you exploit and find weaknesses within the web server. The first time you run the tool it will create a database "restuls.txt" for you, and add a few URL parameters to get you started. But you can add to or change the database as much as you wish and therefore, it's as powerful as you'd like it to be. It gives you real time feedback and the option to save all the successful results. You'll also be happy to know it's open source, and I've also included a win32 compiled version (requires .NET 3.5+). Video tutorial here http://youtu.be/yvc4q7YWpdo
LicensingOWASP URL Checker is free to use. It is licensed under the GNU GPL v3 license, so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
|
What is URL Checker?OWASP URL Checker provides:
Project LeaderRelated ProjectsVisit Dreamwalker software page here Quick DownloadSoftpedia Secure Download (US) Softpedia Secure Download (UK)
Email List
Classifications |
Coming soon
Volunteers
URL Checker is developed by a worldwide team of volunteers. The primary contributors to date have been:
Lead developer Craig Fox
Others
TBC
As of June 2014, the priorities are:
Involvement in the development and promotion of URL Checker is actively encouraged! You do not have to be a security expert in order to contribute. Some of the ways you can help:
Build upon the source, ensuring it's approved, tested and original credits are maintained. Use in testing, give feedback and distribute as much as possible Contribute ideas and suggestions
PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|