Warning: PHP Request Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0

Warning: PHP Request Startup: Session ini settings cannot be changed after headers have already been sent in Unknown on line 0

Warning: session_start(): Session cannot be started after headers have already been sent in /home/admud64/mrleet.com/user/database_connection.php on line 5
host_list.sh- tool used and required in Penetration Testing ~ MrLeet

Title: host_list.sh- tool used and required in Penetration TestingAuthor: ajayverma
#!/bin/bash
#Takes a list of URLs (without trailing slashes) or domains and runs the host command on them, sorting them by IP.
#strip=$(cat $1|sed 's/https\?:\/\///')
cat $1| while read line; do host "$line"; done |grep -E "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b"|sort -n -t " " -k 4



Submitted On: 2019-06-26 09:25:19




Warning: PHP Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0