I'm making a Universal Hacker in Python(I'm only 15 so give me a break!).I want to save the data inputed by the user and save it to a .txt file and then automatically upload it to a data website like 4shared!So what can i do?I'm posting the code below:
a = raw_input("Enter the type of ID you want to hack: ")
b = raw_input("Enter the type of ID you want to recieve password in: ")
c = raw_input("Enter your email adress: ")
d = raw_input("Enter your password: ")
e = raw_input("Enter victims email adress: ")
print "."
print "."
print "."
print "."
print "."
print "."
print "."
print "Congradulations!The email has been hacked!You have recieved the password in the email details you provided"
raw_input("Press<Enter>to exit")
What line of code should i add tht it should save everything tht the user saves into a .txt file and then uploads it somewhere?If i could just get the answer to how i can make it save the .txt file to a loction on my computer that would be nice too!
Comments
Leave a comment