MCPcopy Create free account
hub / github.com/Evil-Twins-X/SubEvil / https_

Function https_

SubEvil.py:587–588  ·  view source on GitHub ↗
(Target)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

HttpsFunction · 0.90

Tested by

no test coverage detected