-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPSCAN Stuck? #1729
Comments
If you run wpscan manually on that URL, does it behave okay? |
In the debug log, it says: I think because of url': 'http://dev... , is this ok? |
This is the complete log, for example line 8016. |
The |
I have re-run bbot on just the host
|
It might make sense to put an |
Unfortunately, it got stuck again on another scan, stuck on wpscan(930:1:0) for 45 minutes and killed manually : (
Part of the debug: Is it possible to skip a url if stuck on it and goes to the next one? |
We can put the |
(Ugh wpscan Fingerprinting the version - Time: 00:11:13 <===============================================================> (702 / 702) 100.00% Time: 00:11:13
[+] Enumerating Vulnerable Themes (via Passive and Aggressive Methods)
Checking Known Locations - Time: 00:04:16 <===== > (56 / 652) 8.58% ETA: 00:45:34
When request-timeout=5 and connect-timeout=5 (canceled after 30 minutes) Fingerprinting the version - Time: 00:02:32 <===============================================================> (702 / 702) 100.00% Time: 00:02:32
[+] Enumerating Vulnerable Themes (via Passive and Aggressive Methods)
Checking Known Locations - Time: 00:07:31 <============================================ > (446 / 652) 68.40% ETA: 00:03:29
[+] Enumerating Timthumbs (via Passive and Aggressive Methods)
Checking Known Locations - Time: 00:02:41 <=== > (161 / 2575) 6.25% ETA: 00:40:25 So the fingerprinting takes a long time adjusting the request/connect timeout did help but there are so many potential requests that it has to make for full enumeration
So the best way forward here seems to be adjusting the default module options! Default request/connect timeout is 60s/30s These are the available options for enumeration, the default is -e, --enumerate [OPTS] Enumeration Process
Available Choices:
vp Vulnerable plugins
ap All plugins
p Popular plugins
vt Vulnerable themes
at All themes
t Popular themes
tt Timthumbs
cb Config backups
dbe Db exports
u User IDs range. e.g: u1-5
Range separator to use: '-'
Value if no argument supplied: 1-10
m Media IDs range. e.g m1-15
Note: Permalink setting must be set to "Plain" for those to be detected
Range separator to use: '-'
Value if no argument supplied: 1-100
Separator to use between the values: ','
Default: All Plugins, Config Backups
Value if no argument supplied: vp,vt,tt,cb,dbe,u,m
Incompatible choices (only one of each group/s can be used):
- vp, ap, p
- vt, at, t So removing them enumeration options could speed it up massively. @Sh4d0wHunt3rX if you want to change those options right now you can use So we could enhance this module by changing the defaults to make it faster. |
@Sh4d0wHunt3rX did you run it using those options?
|
Hey @domwhewell-sage , unfortunately, still I have not tested with different settings but I guess the new set that you have in mind will be much faster. ❤️ |
During Scan, it seems wpscan stuck.
Keep seeing this in debug
The text was updated successfully, but these errors were encountered: