Commit Graph

71 Commits (6d43ae2b732720f7e1e08a830a9e08e3798d9211)

Author SHA1 Message Date
dependabot[bot] 6d43ae2b73
Bump lxml from 4.6.2 to 4.6.3
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 18:40:35 +00:00
Swissky 5b286eac55
Update FUNDING.yml 2021-02-01 09:38:54 +01:00
Swissky fb41fa50ff
Merge pull request #39 from swisskyrepo/dependabot/pip/lxml-4.6.2
Bump lxml from 4.1.0 to 4.6.2
2021-01-07 23:48:11 +01:00
dependabot[bot] a1450f2e62
Bump lxml from 4.1.0 to 4.6.2
Bumps [lxml](https://github.com/lxml/lxml) from 4.1.0 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.1.0...lxml-4.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 22:19:29 +00:00
Swissky 7485ef1050
SPONSOR - Adding Github button 2019-07-29 18:07:58 +02:00
Swissky 8a24768e80
Merge pull request #26 from WhatTheSlime/patch-1
Update README.md
2019-04-11 16:35:59 +02:00
Sélim LANOUAR 224d9f361c
Update README.md
Change "main.py" by "wordpresscan.py" in usages example.
2019-04-11 10:32:12 +02:00
Swissky d975ba679f
Merge pull request #25 from phra/patch-1
Add missing deps
2019-03-21 23:35:13 +01:00
Francesco Soncina 655932cd84
deps: add missing deps
fixes #24
2019-03-21 10:55:41 +01:00
Swissky dd794cfcea BUGFIX - Updating user-agents.txt and timthubs 2018-10-09 14:09:06 +02:00
Swissky ad3cf3c6dd Backup file - Uppercase extensions 2018-07-30 18:08:19 +02:00
Swissky 09c11621e9 README - Fix typo in demo code 2018-07-29 19:29:18 +02:00
Swissky 06bb761c87 Check isAdmin value + Docker Testing + README update 2018-07-29 18:58:46 +02:00
Swissky f53723a54a Merge pull request #20 from sokaRepo/master
Add virtualenv installation instructions
2017-10-15 10:04:31 +02:00
Soka 44365a57b6 Add virtualenv installation instructions 2017-10-14 23:44:10 +02:00
Swissky 79daa63cbc Merge pull request #19 from sokaRepo/master - Add Thread Engine for bruteforce
Add Thread Engine for bruteforce
2017-10-14 23:14:09 +02:00
Soka 2f48e0e456 Handle Connection errors in bruteforce engine 2017-10-14 23:00:52 +02:00
Soka 8fee04a904 Merge branch 'master' of https://github.com/sokaRepo/Wordpresscan 2017-10-14 22:33:21 +02:00
Soka 1aa1cb9d27 Remove debug line in brute engine 2017-10-14 22:32:50 +02:00
Soka c213ee178a Remove debug line in brute engine 2017-10-14 22:30:03 +02:00
Soka 5a68e47e9a Merge branch 'master' of https://github.com/sokaRepo/Wordpresscan 2017-10-14 22:29:10 +02:00
Soka 54799af19b Merge branch 'master' of https://github.com/sokaRepo/Wordpresscan 2017-10-14 22:28:40 +02:00
Soka 54f9916117 Merge branch 'master' of https://github.com/sokaRepo/Wordpresscan 2017-10-14 22:24:10 +02:00
Soka 4eb28279f5 Update README.md 2017-10-14 22:23:24 +02:00
Soka c741e93429 Update README.md 2017-10-14 22:18:39 +02:00
Soka 3ded7a2cf4 Updates global options and bruteforce engine 2017-10-14 22:13:29 +02:00
Soka d52090579d Add threading Engine for bruteforce 2017-10-14 18:43:55 +02:00
Swissky ec588f7f4d Random agent fixed - ungzip for user-agents and timthumbs 2017-10-05 10:14:11 +02:00
Swissky e78cfda969 Bugfix SecureWarning, Feature URL Scheme Detection 2017-09-09 12:11:23 +02:00
Swissky ab4c5076bb Fix issue #14 - Merge pull request #15 from cclauss/patch-1
Remove workaround for InsecureRequestWarning
2017-09-07 17:26:09 +02:00
cclauss 9f5d4d920f Remove workaround for InsecureRequestWarning
Fixes #14

> from requests.packages.urllib3.exceptions import InsecureRequestWarning

This used to avoid telling the user that they were using an insecure version of Python.  This workaround is not longer supported because it is not good to ignore that the platform is insecure.  Repeated warnings will push people to upgrade to a secure version of Python. https://stackoverflow.com/questions/27981545/suppress-insecurerequestwarning-unverified-https-request-is-being-made-in-pytho
2017-09-07 13:41:28 +02:00
Swissky fa7804573c Bugfix for issue 7 - Error when the wordpress version is unknown 2017-08-31 13:57:05 +02:00
Swissky 8f32d08f5a Merge pull request #6 from Elointz/patch-1
Help menu wrong (update db -> aggressive scan)
2017-08-31 12:40:57 +02:00
Elointz 52232bc48c Help menu wrong 2017-08-31 08:17:02 +02:00
Swissky 1d1db24411 Dirlisting, Backup files and Database updated 2017-07-30 17:51:40 +02:00
Swissky e37b05e359 Merge pull request #5 from bl4de/bugfixing
Fixes 'IndexError: list index out of range' in wordpress.py:112 (is_r…
2017-06-17 15:32:45 +02:00
bloorq@gmail.com 0c2350b069 Fixes 'IndexError: list index out of range' in wordpress.py:112 (is_readme() method) 2017-06-16 19:37:05 +01:00
Swissky ea8a6bffbe BUGFIX - Thank you plugin now displayed last 2017-06-11 17:11:41 +02:00
Swissky ce6b395733 HTTPS support - work even with bad https 2017-06-11 16:54:29 +02:00
Swissky 142cdc79a8 BUGFIX - nocheck index wasn't set + renamed plugin TY 2017-06-11 16:48:13 +02:00
Swissky 5d60e74667 Merge pull request #4 from bl4de/master
User can press 'y' as well as 'Y' to confirm following redirection
2017-06-11 14:59:31 +02:00
Swissky 33d7ad5047 Nocheck option - will not check if it's a valid WP 2017-06-11 14:38:46 +02:00
Swissky 5776d2a5eb Bruteforce indicator - progress bar 2017-06-11 14:01:05 +02:00
bloorq@gmail.com 37be32c6ad User can press 'y' as well as 'Y' to confirm following redirection 2017-06-11 10:32:43 +01:00
Swissky fe56892f1e Basic bruteforce for user/pass 2017-06-10 20:58:40 +02:00
Swissky f47d402c8d Basic fuzzing - themes/plugins/components 2017-06-10 18:14:44 +02:00
Swissky 7361c3cea9 Git Plugin + Database update 2017-06-10 16:41:53 +02:00
Swissky 01c1339cab Issue - Fix the LICENCE file 2017-04-10 21:49:58 +02:00
Swissky 32ca279d89 Screen updated with Themes and Plugins scans 2017-03-05 18:45:41 +01:00
Swissky 40a8e8b027 Example plugin updated 2017-03-05 18:41:30 +01:00