![]() |
|
Developing my first python program - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Developing my first python program (/Thread-Developing-my-first-python-program) |
Developing my first python program - hacxx - 11-21-2018 Hi, In the past days i have been playing with a small python script to be familiar with python language. I haven't mastered the basics that's the reason i'm posting here asking for help. The python script i'm using is: Osint Facebook Reset Password https://github.com/PaulSec/osint-facebook-reset-password The idea was to play with facebook pages and create 2 different programs. The first will ask the user for a username, email or phone and properly show a formated page with the information (Name, Partial email and partial number). In the second program the idea was to retrieve the action button from the pages and with a click or key perform a sms and email bomb. Is there anyone with enough knowlege in Python to help out? Thanks |