I'm writing a subdomain scan and I made the following code (sorry to make you cry with it):
import requests
while True:
url = raw_input("url: ")
lista = ['blog', 'ftp', 'cpanel', 'intranet']
for list in lista:
url2 = url.replace("www",...
asked by
18.06.2018 / 04:21