RE: Python - Website Recon Tool 09-28-2014, 09:50 PM
#5
(09-28-2014, 09:31 PM).Shebang Wrote: I mean, they're clearly for spacing the text, but @"Eclipse", you should really just do this:
Use escape sequences!Code:print("\n\n =-=-=-=-=-Website Recon-=-=-=-=-= \n\n")
ooor because python is soo gangster at making your life easier:
![[Image: 61HL4CS.png]](http://i.imgur.com/61HL4CS.png)
EDIT:
(09-28-2014, 08:33 PM)Eclipse Wrote:Code:print()
url = input("Enter the website URL (Don't include 'http://')~: ")
http = 'http://'
http_url = str(http + url)
lol what happened to raw_input()?