(Target)
| 585 | def http_(Target): |
| 586 | Http(Target=Target,HTTP=httponly,Title=title,StatusCode=status_code) |
| 587 | def https_(Target): |
| 588 | Https(Target=Target,HTTPs=httpsonly,Title=title,StatusCode=status_code) |
| 589 | if args.http_only: |
| 590 | pool = Pool(120) |
| 591 | pool.map(http_,ListSubdomains) |