A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
GNU General Public License v3.0
1.2k
stars
231
forks
source link
Fix `TabError: inconsistent use of tabs and spaces in indentation` #51
Although I appreciate the pull request this actually isn't correct. The thread sleep is intentionally within the loop so that it will sleep between each request. Moving it as you've done here would cause it to perform the entire scan, and then sleep before continuing - which isn't in line with the features intent. Happy to reopen this if you had something else in mind and just made a mistake but for now I need to close this as it doesn't appear to be making a positive change.
Although I appreciate the pull request this actually isn't correct. The thread sleep is intentionally within the loop so that it will sleep between each request. Moving it as you've done here would cause it to perform the entire scan, and then sleep before continuing - which isn't in line with the features intent. Happy to reopen this if you had something else in mind and just made a mistake but for now I need to close this as it doesn't appear to be making a positive change.