You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while trying to run wpscan on Android (I know you don't support it, now at least.) I find it odd that you use a deprecated function.
Why not using sysconf() with the _SC_OPEN_MAX option instead?
As recommended by the Linux foundation: https://refspecs.linuxfoundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/baselib-getdtablesize.html
The question is also for how long this function will continue to exist on other Linux distributions. (Android is also a Linux distribution, you know.... (Using the Linux kernel))
Hope someone is able to implement that. Then maybe it is possible to unofficially support Android, even if it's already Linux.
Have a great day.
The text was updated successfully, but these errors were encountered:
We don't have such function in WPScan code, it's from the Ethon dependency library, so you should post there. Apparently they tried to replace it but had issues: typhoeus/ethon#192
Hey,
while trying to run wpscan on Android (I know you don't support it, now at least.) I find it odd that you use a deprecated function.
Why not using sysconf() with the _SC_OPEN_MAX option instead?
As recommended by the Linux foundation: https://refspecs.linuxfoundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/baselib-getdtablesize.html
The question is also for how long this function will continue to exist on other Linux distributions. (Android is also a Linux distribution, you know.... (Using the Linux kernel))
Hope someone is able to implement that. Then maybe it is possible to unofficially support Android, even if it's already Linux.
Have a great day.
The text was updated successfully, but these errors were encountered: